{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Ashville Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.577284,
            53.811757
          ],
          [
            -1.576736,
            53.811899
          ],
          [
            -1.576188,
            53.812041
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72627901, LS6 1LU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5762793638930965,
          53.812014351704384
        ]
      }
    }
  ]
}