{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Lukes Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.175666,
            53.392806
          ],
          [
            -3.175391,
            53.392709
          ],
          [
            -3.175384,
            53.392706
          ],
          [
            -3.175175,
            53.392844
          ],
          [
            -3.175102,
            53.392893
          ],
          [
            -3.175029,
            53.392941
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42198264, CH47 3BJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.175026476843295,
          53.39294295047698
        ]
      }
    }
  ]
}