{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Clifford Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.505582,
            50.731493
          ],
          [
            -3.505619,
            50.731632
          ],
          [
            -3.505657,
            50.731771
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013043107, EX4 7BN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5055815035020874,
          50.73149298101706
        ]
      }
    }
  ]
}