{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cracoe Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.729749,
            53.792235
          ],
          [
            -1.729795,
            53.792087
          ],
          [
            -1.729842,
            53.791939
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023344688, BD3 9TY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7297954602340153,
          53.79207332603064
        ]
      }
    }
  ]
}