{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Abbey Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.609078,
            53.812593
          ],
          [
            -1.609073,
            53.812346
          ],
          [
            -1.609067,
            53.812099
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72626904, LS5 3DH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6090783186331876,
          53.812539103551046
        ]
      }
    }
  ]
}