{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Queens Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.491469,
            53.320824
          ],
          [
            -3.491684,
            53.320731
          ],
          [
            -3.491733,
            53.320709
          ],
          [
            -3.491793,
            53.320684
          ],
          [
            -3.492117,
            53.320543
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023748277, LL18 1RR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.4920625472953177,
          53.320568224334146
        ]
      }
    }
  ]
}