{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oak Bungalows",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.543016,
            51.881073
          ],
          [
            0.543146,
            51.880931
          ],
          [
            0.543276,
            51.880789
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023744282, CM7 2SP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5432761804387857,
          51.880788780209535
        ]
      }
    }
  ]
}