{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Park Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.28207,
            51.497249
          ],
          [
            -0.281387,
            51.497341
          ],
          [
            -0.280818,
            51.497419
          ],
          [
            -0.280787,
            51.497488
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024281709, W3 8LS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.282091702289699,
          51.49726115638927
        ]
      }
    }
  ]
}