{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Murray Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.834686,
            52.556504
          ],
          [
            -1.834635,
            52.556459
          ],
          [
            -1.834583,
            52.556414
          ],
          [
            -1.834191,
            52.556533
          ],
          [
            -1.833799,
            52.556651
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023498368, B73 6JG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8346861981852292,
          52.55650407600396
        ]
      }
    }
  ]
}