{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mallory Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.440058,
            53.095789
          ],
          [
            -0.440367,
            53.094667
          ],
          [
            -0.440389,
            53.094589
          ],
          [
            -0.44042,
            53.094131
          ],
          [
            -0.440112,
            53.09356
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006532179, LN4 3TL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.44006135593272316,
          53.09578900854219
        ]
      }
    }
  ]
}