{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Common Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.592338,
            50.489565
          ],
          [
            -3.592434,
            50.489699
          ],
          [
            -3.593707,
            50.490239
          ],
          [
            -3.593816,
            50.490372
          ],
          [
            -3.594163,
            50.490791
          ],
          [
            -3.59505,
            50.491354
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10032979834, TQ12 5LP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5923322409997893,
          50.489601755785436
        ]
      }
    }
  ]
}