{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Queen's Gate",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.412679,
            53.786701
          ],
          [
            -0.412146,
            53.786734
          ],
          [
            -0.411613,
            53.786768
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009934325, HU16 4ET",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.4121458359126185,
          53.78673897525981
        ]
      }
    }
  ]
}