{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bentley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.199283,
            53.70491
          ],
          [
            -2.199167,
            53.704927
          ],
          [
            -2.199051,
            53.704943
          ],
          [
            -2.198983,
            53.704956
          ],
          [
            -2.198914,
            53.704969
          ],
          [
            -2.198842,
            53.704994
          ],
          [
            -2.198769,
            53.705019
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014226481, OL13 9DB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1992834003279795,
          53.70491022828179
        ]
      }
    }
  ]
}