diff options
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/map/Map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/map/Map.js b/modern/src/map/Map.js index 2c82ea03..f9cbbf87 100644 --- a/modern/src/map/Map.js +++ b/modern/src/map/Map.js @@ -74,7 +74,7 @@ const switcher = new SwitcherControl( map.once('styledata', () => { const waiting = () => { if (!map.loaded()) { - setTimeout(waiting, 100); + setTimeout(waiting, 33); } else { initMap(); } |