{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Andrew's Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.821338,
            56.213933
          ],
          [
            -2.820907,
            56.213823
          ],
          [
            -2.820477,
            56.213713
          ],
          [
            -2.819433,
            56.2134
          ],
          [
            -2.818882,
            56.213235
          ],
          [
            -2.818324,
            56.213229
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "320275543, KY9 1EZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.8213378743147466,
          56.21393297826174
        ]
      }
    }
  ]
}