remove scale control

This commit is contained in:
Zsolt Ero
2024-06-25 15:04:00 +02:00
parent 7991bb34f7
commit e28691a446

View File

@@ -38,8 +38,8 @@ function initMap() {
let nav = new maplibregl.NavigationControl({ showCompass: false }) let nav = new maplibregl.NavigationControl({ showCompass: false })
map.addControl(nav, 'top-right') map.addControl(nav, 'top-right')
let scale = new maplibregl.ScaleControl() // let scale = new maplibregl.ScaleControl()
map.addControl(scale) // map.addControl(scale)
let attrib = new maplibregl.AttributionControl({ let attrib = new maplibregl.AttributionControl({
compact: false, compact: false,