{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Colliery Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.35031,
            53.118905
          ],
          [
            -1.350171,
            53.119388
          ],
          [
            -1.350032,
            53.11987
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013065929, DE55 5GX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3503455470462342,
          53.118897701157536
        ]
      }
    }
  ]
}