{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gallipoli Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.718608,
            51.193981
          ],
          [
            -1.718013,
            51.194968
          ],
          [
            -1.717522,
            51.195785
          ],
          [
            -1.717455,
            51.195896
          ],
          [
            -1.717419,
            51.195956
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010450722, SP4 9BG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.717419404049469,
          51.19594870312911
        ]
      }
    }
  ]
}