{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Watkins Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.012497,
            51.583038
          ],
          [
            -3.012408,
            51.583246
          ],
          [
            -3.012319,
            51.583453
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010552727, NP20 3EE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0124974660942603,
          51.58303799728938
        ]
      }
    }
  ]
}