{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Barcelona Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.218044,
            51.68578
          ],
          [
            -2.218445,
            51.685882
          ],
          [
            -2.218846,
            51.685984
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090805160, GL6 0LD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2218295706292963,
          51.68829491942768
        ]
      }
    }
  ]
}