From 6188e0012ae35f082fc674086c791f27fd36bab6 Mon Sep 17 00:00:00 2001 From: log101 Date: Tue, 3 Sep 2024 08:45:22 +0300 Subject: [PATCH] style: fix leaflet control overlap --- src/scripts/initSelectionMap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/initSelectionMap.ts b/src/scripts/initSelectionMap.ts index b38c789..017a25e 100644 --- a/src/scripts/initSelectionMap.ts +++ b/src/scripts/initSelectionMap.ts @@ -197,7 +197,7 @@ const currentLocationControl = new CurrentLocationControl({ position: "bottomleft", }) -const radiusControl = new RadiusControl({ position: "bottomright" }) +const radiusControl = new RadiusControl({ position: "topright" }) askPermissionControl.addTo(map)