{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Walter Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.372351,
            53.754372
          ],
          [
            -2.372767,
            53.754304
          ],
          [
            -2.373184,
            53.754236
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070886001, BB5 1QS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3731987467504725,
          53.75423457144841
        ]
      }
    }
  ]
}