{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Armstrong Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.177317,
            51.497366
          ],
          [
            -0.17742,
            51.497417
          ],
          [
            -0.177889,
            51.497392
          ],
          [
            -0.178488,
            51.497361
          ],
          [
            -0.178529,
            51.4976
          ],
          [
            -0.17857,
            51.497839
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "217118825, SW7 5HE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.17852242697192242,
          51.497586734513625
        ]
      }
    }
  ]
}