{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Exmouth Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.135737,
            53.427557
          ],
          [
            -2.135317,
            53.42771
          ],
          [
            -2.134896,
            53.427864
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009667780, SK5 8BE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.135737480370067,
          53.427556968278516
        ]
      }
    }
  ]
}