{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ramsey Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.133083,
            51.634951
          ],
          [
            -0.133536,
            51.635188
          ],
          [
            -0.133988,
            51.635424
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "207001002, N14 5PT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.13308297212354095,
          51.63495112722274
        ]
      }
    }
  ]
}