{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Regency Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.576079,
            53.815292
          ],
          [
            -1.575461,
            53.815359
          ],
          [
            -1.575258,
            53.815381
          ],
          [
            -1.574926,
            53.815227
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72644131, LS6 1DW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.57598792539027,
          53.81531192054407
        ]
      }
    }
  ]
}