We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7991bb3 commit e28691aCopy full SHA for e28691a
website/public/scripts/map.js
@@ -38,8 +38,8 @@ function initMap() {
38
let nav = new maplibregl.NavigationControl({ showCompass: false })
39
map.addControl(nav, 'top-right')
40
41
- let scale = new maplibregl.ScaleControl()
42
- map.addControl(scale)
+ // let scale = new maplibregl.ScaleControl()
+ // map.addControl(scale)
43
44
let attrib = new maplibregl.AttributionControl({
45
compact: false,
0 commit comments