{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gun Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.464187,
            53.386544
          ],
          [
            -1.463856,
            53.386395
          ],
          [
            -1.463525,
            53.386247
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013335227, S3 8HQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4641412260537918,
          53.38652394945839
        ]
      }
    }
  ]
}