{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mersey Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.497651,
            53.192969
          ],
          [
            -2.497292,
            53.193076
          ],
          [
            -2.496934,
            53.193184
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014518886, CW7 3LQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.497651042882834,
          53.19296896813242
        ]
      }
    }
  ]
}