Each time I open a card card (paid plan), the “welcome to card” marker appears. How can I disable / hide this?
This is my map creation code:
var map = L.mapbox.map('map', 'xxx.yyy')
.setView([51.163375, 10.447683], 6)
.addControl(L.mapbox.geocoderControl('xxx.yyy'));
source
share