{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kitepool Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.372511,
            53.491747
          ],
          [
            -2.372724,
            53.491655
          ],
          [
            -2.372937,
            53.491562
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007891888, M30 8HQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.372936985919772,
          53.49156201159654
        ]
      }
    }
  ]
}