{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stonecliffe Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.62211,
            53.788745
          ],
          [
            -1.621503,
            53.788711
          ],
          [
            -1.620896,
            53.788678
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72646456, LS12 5BB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6219887585788562,
          53.78873526508648
        ]
      }
    }
  ]
}