{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brook Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.656816,
            53.52796
          ],
          [
            -2.656783,
            53.527859
          ],
          [
            -2.65675,
            53.527758
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014060076, WN3 6QX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.656813681332759,
          53.5279467176692
        ]
      }
    }
  ]
}