{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Carter's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.986081,
            50.715002
          ],
          [
            -1.985835,
            50.71482
          ],
          [
            -1.985588,
            50.714637
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022815309, BH15 1NR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9861660650204431,
          50.71497530374684
        ]
      }
    }
  ]
}