Skip to content

Commit e28691a

Browse files
committed
remove scale control
1 parent 7991bb3 commit e28691a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/public/scripts/map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ function initMap() {
3838
let nav = new maplibregl.NavigationControl({ showCompass: false })
3939
map.addControl(nav, 'top-right')
4040

41-
let scale = new maplibregl.ScaleControl()
42-
map.addControl(scale)
41+
// let scale = new maplibregl.ScaleControl()
42+
// map.addControl(scale)
4343

4444
let attrib = new maplibregl.AttributionControl({
4545
compact: false,

0 commit comments

Comments
 (0)