{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Partington Park",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.17648,
            53.584351
          ],
          [
            -2.175688,
            53.584459
          ],
          [
            -2.174895,
            53.584566
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23117875, OL11 2XJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.174910400422765,
          53.584587371652006
        ]
      }
    }
  ]
}