{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Melly Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.951273,
            53.375969
          ],
          [
            -2.951482,
            53.376034
          ],
          [
            -2.951691,
            53.376098
          ],
          [
            -2.951861,
            53.376152
          ],
          [
            -2.95203,
            53.376206
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38261081, L17 7EH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9512885154233275,
          53.37597809091849
        ]
      }
    }
  ]
}