{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stokes Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.521215,
            53.426572
          ],
          [
            -2.52144,
            53.426906
          ],
          [
            -2.521664,
            53.42724
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008653540, WA3 6WU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.52103619862274,
          53.42632606707483
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013404860, WA3 6FW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.52103619862274,
          53.42632606707483
        ]
      }
    }
  ]
}