fix confusing import

This commit is contained in:
mike-000
2021-05-23 11:02:44 +01:00
committed by GitHub
parent dc83e46767
commit f6f731029f

View File

@@ -1,7 +1,7 @@
import FullScreen from '../src/ol/control/FullScreen.js';
import apply from 'ol-mapbox-style';
import olms from 'ol-mapbox-style';
apply(
olms(
'map',
'https://api.maptiler.com/maps/topo/style.json?key=get_your_own_D6rA4zTHduk6KOKTXzGB'
).then(function (map) {