{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Elm Lane West",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.339305,
            55.875728
          ],
          [
            -4.339544,
            55.875449
          ],
          [
            -4.339783,
            55.87517
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700393213, G14 9QR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.3393046250410805,
          55.87572752919333
        ]
      }
    }
  ]
}