{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "West Gate",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.941088,
            52.482191
          ],
          [
            -1.940889,
            52.482031
          ],
          [
            -1.940689,
            52.481871
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023494497, B16 0EU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9411010587550368,
          52.482204192694255
        ]
      }
    }
  ]
}