{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brooklyn Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.084944,
            53.554763
          ],
          [
            -2.084987,
            53.554793
          ],
          [
            -2.085026,
            53.55482
          ],
          [
            -2.085175,
            53.554924
          ],
          [
            -2.085201,
            53.554943
          ],
          [
            -2.085242,
            53.554915
          ],
          [
            -2.085393,
            53.554814
          ],
          [
            -2.085847,
            53.554509
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000114326, OL1 4JF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0849442118909227,
          53.554763201158885
        ]
      }
    }
  ]
}