{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Grant Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.177542,
            53.003936
          ],
          [
            -2.177982,
            53.003847
          ],
          [
            -2.178421,
            53.003757
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3455133083, ST4 2RP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1775281051945066,
          53.003938534759534
        ]
      }
    }
  ]
}