How to disable the Welcome to mapbox marker

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'));
+4
source share
2 answers

There is a very simple solution. Just wait! After 24 hours, the marker was hidden.

-1
source

You must go into your projects (https://www.mapbox.com/projects/ )> data> hamburger menu (3 folded lines)

, . , , .

+6

Source: https://habr.com/ru/post/1531362/


All Articles