{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mill Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.63692,
            53.544261
          ],
          [
            -2.637058,
            53.544152
          ],
          [
            -2.637059,
            53.544151
          ],
          [
            -2.637121,
            53.544102
          ],
          [
            -2.637322,
            53.543944
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064170, WN3 4DA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6371737621114764,
          53.544097525935534
        ]
      }
    }
  ]
}