{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Consort Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.187245,
            53.004157
          ],
          [
            -2.186908,
            53.004415
          ],
          [
            -2.186571,
            53.004673
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3455134108, ST4 1DB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1865617735589202,
          53.00467977668142
        ]
      }
    }
  ]
}