{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jack Croft",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.477441,
            53.738815
          ],
          [
            -2.477407,
            53.738874
          ],
          [
            -2.477373,
            53.738934
          ],
          [
            -2.477058,
            53.739054
          ],
          [
            -2.477019,
            53.739052
          ],
          [
            -2.476606,
            53.739037
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010320883, BB2 3HR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4763231009957383,
          53.73902953818571
        ]
      }
    }
  ]
}