{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Park Crescent",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.506637,
            53.842613
          ],
          [
            -1.507005,
            53.842363
          ],
          [
            -1.506659,
            53.842183
          ],
          [
            -1.505887,
            53.841783
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72628562, LS8 1BP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5059624275398034,
          53.84182838165337
        ]
      }
    }
  ]
}