{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Ashley Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.514881,
            53.809288
          ],
          [
            -1.514694,
            53.809119
          ],
          [
            -1.514507,
            53.808951
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72627894, LS9 7AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5148042087278324,
          53.80922897373951
        ]
      }
    }
  ]
}