{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Southfield",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.320751,
            51.298926
          ],
          [
            -2.320905,
            51.29868
          ],
          [
            -2.320963,
            51.29865
          ],
          [
            -2.321348,
            51.298454
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "250066813, BA2 7LL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3207492451141576,
          51.298922906546146
        ]
      }
    }
  ]
}