{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Coopers Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.948036,
            57.541906
          ],
          [
            -2.948898,
            57.541954
          ],
          [
            -2.94976,
            57.542001
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133062530, AB55 5BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9497600553906365,
          57.54200121416422
        ]
      }
    }
  ]
}