{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Winnington Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.519749,
            53.191014
          ],
          [
            -2.519918,
            53.191148
          ],
          [
            -2.520086,
            53.191282
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10011724426, CW7 4AA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5197491580873494,
          53.191013856850795
        ]
      }
    }
  ]
}