{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brewery Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.505663,
            50.722075
          ],
          [
            -3.506282,
            50.722117
          ],
          [
            -3.506737,
            50.722148
          ],
          [
            -3.506901,
            50.722159
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023115206, EX1 2QS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5068973414564195,
          50.72215894393022
        ]
      }
    }
  ]
}