More consistent example for ol/layer/MapboxVector

This commit is contained in:
Maximilian Krög
2021-05-19 19:42:40 +02:00
parent 7f102f3d43
commit 5c7e499317

View File

@@ -229,7 +229,7 @@ const SourceType = {
* zoom: 1
* }),
* layers: [
* new MapboxVector({
* new MapboxVectorLayer({
* styleUrl: 'mapbox://styles/mapbox/bright-v9',
* accessToken: 'your-mapbox-access-token-here'
* })