{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Smithy Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.966151,
            52.632632
          ],
          [
            -1.96669,
            52.632578
          ],
          [
            -1.96723,
            52.632524
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014141774, WS3 4HX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9661659095740895,
          52.632631959272004
        ]
      }
    }
  ]
}