{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Seville Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.763741,
            51.490079
          ],
          [
            -2.763795,
            51.490013
          ],
          [
            -2.763849,
            51.489948
          ],
          [
            -2.763876,
            51.489916
          ],
          [
            -2.763902,
            51.489884
          ],
          [
            -2.763946,
            51.489831
          ],
          [
            -2.763989,
            51.489779
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "24154187, BS20 7DS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.7639746004295045,
          51.489788325312546
        ]
      }
    }
  ]
}