{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Colliery Row",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.568836,
            52.759543
          ],
          [
            -1.56895,
            52.759719
          ],
          [
            -1.569064,
            52.759895
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013903558, DE11 9LU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5689674559036118,
          52.75974107594042
        ]
      }
    }
  ]
}