{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Whittaker Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.253487,
            52.91189
          ],
          [
            -1.255039,
            52.911589
          ],
          [
            -1.25659,
            52.911289
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003427448, NG9 6QX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.254889232822733,
          52.9116286590275
        ]
      }
    }
  ]
}