{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Croft's Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.549827,
            53.797564
          ],
          [
            -1.549724,
            53.797504
          ],
          [
            -1.549439,
            53.797337
          ],
          [
            -1.549107,
            53.797143
          ],
          [
            -1.549052,
            53.797111
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72632277, LS1 2HL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5497359978491054,
          53.79750990043359
        ]
      }
    }
  ]
}