{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ormond Close",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.121444,
            51.520993
          ],
          [
            -0.121164,
            51.521086
          ],
          [
            -0.120884,
            51.521179
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "5150902, WC1N 3AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1214443204514161,
          51.520993135277635
        ]
      }
    }
  ]
}