Merge pull request #12334 from MoonE/mapboxvector-example

More consistent example for ol/layer/MapboxVector
This commit is contained in:
MoonE
2021-05-19 21:55:56 +02:00
committed by GitHub

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'
* })