{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lee Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.171114,
            53.395049
          ],
          [
            -3.171061,
            53.395032
          ],
          [
            -3.170768,
            53.394936
          ],
          [
            -3.170768,
            53.394936
          ],
          [
            -3.170424,
            53.395052
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42199666, CH47 3BF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.1704526938825164,
          53.39505538254297
        ]
      }
    }
  ]
}