improve bounds logic

This commit is contained in:
vcoppe
2024-07-15 12:55:25 +02:00
parent e389e219b2
commit d09d2ced04
2 changed files with 7 additions and 6 deletions

View File

@@ -44,7 +44,7 @@
let newMap = new mapboxgl.Map({
container: 'map',
style: { version: 8, sources: {}, layers: [] },
projection: { name: 'mercator' },
zoom: 0,
hash: hash,
language: get(locale),
attributionControl: false,