{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pitt Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.493046,
            50.586854
          ],
          [
            -3.492618,
            50.586904
          ],
          [
            -3.492191,
            50.586954
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10032980822, EX7 0QQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.4903555122010808,
          50.586922536060015
        ]
      }
    }
  ]
}