{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Ashville Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.575395,
            53.810852
          ],
          [
            -1.575882,
            53.810723
          ],
          [
            -1.57637,
            53.810595
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72627899, LS6 1LU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5754711863080733,
          53.810834066721206
        ]
      }
    }
  ]
}