{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Vant Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.089262,
            53.530301
          ],
          [
            -2.089119,
            53.530415
          ],
          [
            -2.088976,
            53.530529
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000117626, OL8 2DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.088968767889072,
          53.530527690983625
        ]
      }
    }
  ]
}