{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Shaw Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.057989,
            53.537692
          ],
          [
            -2.057508,
            53.537701
          ],
          [
            -2.057026,
            53.537711
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000116009, OL4 4QP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0570263869086354,
          53.53770199070617
        ]
      }
    }
  ]
}