{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Boundary Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.02504,
            51.573275
          ],
          [
            -0.02482,
            51.573015
          ],
          [
            -0.0246,
            51.572755
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009146982, E17 8LU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.025039711826747246,
          51.57327514960284
        ]
      }
    }
  ]
}