Hello everybody
I'd like to use the "light basemap" as a background map, especially because the vector tiles allow styling.
I would like to use Leaflet to design the map. Since Leaflet does not support VectorTiles directly, I wanted to use the VectorGrid extension. For this, I found the following example code:
vectorTileLayerStyles: { ... },
subdomains: "fjghjhfg",
token: "pk.abcd3456789abcde"
}).addTo(map);
Do I need to have a Mapbox account for the token? Or is there a way to use the VectorTiles for free?
Thank you very much for your help!
Kind regards, Michael