layer control progress

This commit is contained in:
vcoppe
2024-04-12 12:38:19 +02:00
parent c6d435e3b5
commit 1eeaddc1bd
4 changed files with 109 additions and 54 deletions

View File

@@ -19,7 +19,7 @@
map = new mapboxgl.Map({
container: 'map',
style: { version: 8, sources: {}, layers: [] },
projection: 'mercator',
projection: { name: 'mercator' },
hash: true,
language: 'auto',
attributionControl: false,