{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bert Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.065379,
            51.648585
          ],
          [
            -0.064851,
            51.648607
          ],
          [
            -0.064322,
            51.64863
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "207000565, EN1 1QU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.06537931941385637,
          51.64858458669213
        ]
      }
    }
  ]
}