{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Borrans",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.967429,
            54.423528
          ],
          [
            -2.967146,
            54.423503
          ],
          [
            -2.966863,
            54.423478
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034111204, LA22 0EN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9673495825549545,
          54.42353975636785
        ]
      }
    }
  ]
}