{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Clayslaps Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.289891,
            55.866537
          ],
          [
            -4.289733,
            55.866841
          ],
          [
            -4.289575,
            55.867145
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700392327, G3 8TL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.289891119570038,
          55.866537172976855
        ]
      }
    }
  ]
}