{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Whipp Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.230489,
            53.596232
          ],
          [
            -2.23054,
            53.596111
          ],
          [
            -2.23059,
            53.595989
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23113728, OL10 4PT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.230485586874304,
          53.59624079687701
        ]
      }
    }
  ]
}