{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wood Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.804572,
            53.427476
          ],
          [
            -2.804921,
            53.42748
          ],
          [
            -2.805193,
            53.427484
          ],
          [
            -2.805269,
            53.427485
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "40071139, L34 1NJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.8052493622781545,
          53.42746209472982
        ]
      }
    }
  ]
}