{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "West Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.012403,
            51.579384
          ],
          [
            -0.012361,
            51.579221
          ],
          [
            -0.012319,
            51.579058
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009147431, E17 9NT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.012405244027104077,
          51.5793925881975
        ]
      }
    }
  ]
}