{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Handley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.169555,
            53.620332
          ],
          [
            -2.169564,
            53.620228
          ],
          [
            -2.169573,
            53.620123
          ],
          [
            -2.169577,
            53.620079
          ],
          [
            -2.169581,
            53.620036
          ],
          [
            -2.169582,
            53.620013
          ],
          [
            -2.169584,
            53.619991
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23112462, OL12 7AA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1695554119749985,
          53.62033242143596
        ]
      }
    }
  ]
}