{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Wesley Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.588222,
            53.795976
          ],
          [
            -1.587842,
            53.796002
          ],
          [
            -1.587751,
            53.795713
          ],
          [
            -1.587592,
            53.795201
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72628823, LS12 1UN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.588130262660071,
          53.79599401855
        ]
      }
    }
  ]
}