From babf2c4a89ba7defbd2b6ca101a408f6c5e09f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 21 Jan 2026 13:08:35 +0700 Subject: [PATCH] Enable default rotation control --- app/components/map.gjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/map.gjs b/app/components/map.gjs index eb365c4..b519344 100644 --- a/app/components/map.gjs +++ b/app/components/map.gjs @@ -91,7 +91,7 @@ export default class MapComponent extends Component { target: element, layers: [openfreemap, bookmarkLayer], view: view, - controls: defaultControls({ zoom: false, rotate: false, attribution: true }), + controls: defaultControls({ zoom: false, rotate: true, attribution: true }), }); apply(this.mapInstance, 'https://tiles.openfreemap.org/styles/liberty');