Re-add zoom controls

This commit is contained in:
2026-02-10 17:47:03 +04:00
parent c37f794eea
commit 53300b92f5
2 changed files with 25 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ export default class MapComponent extends Component {
layers: [openfreemap, bookmarkLayer],
view: view,
controls: defaultControls({
zoom: false,
zoom: true,
rotate: true,
attribution: true,
}),