{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Arley Cottages",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.592382,
            51.466748
          ],
          [
            -2.592103,
            51.466851
          ],
          [
            -2.591825,
            51.466954
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "311683, BS6 5PH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5923362476453446,
          51.46677355997508
        ]
      }
    }
  ]
}