{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Old Orchard",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.971183,
            51.223226
          ],
          [
            -0.970975,
            51.22317
          ],
          [
            -0.970768,
            51.223114
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10093263738, RG29 1TR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.9707919736779227,
          51.223112021514055
        ]
      }
    }
  ]
}