From 93fa674b158e71be09a4e590f438d12cae84ff04 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Mon, 15 Jan 2024 17:49:46 +0100 Subject: [PATCH] Moved ruler to bottom left --- src/components/maps/WorldMap.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/maps/WorldMap.astro b/src/components/maps/WorldMap.astro index 5d9ec16a..e41b6f9e 100644 --- a/src/components/maps/WorldMap.astro +++ b/src/components/maps/WorldMap.astro @@ -256,7 +256,7 @@ L.Control.Measure.include({ const rulerDistanceRatio = 2 const rulerOptions = { - position: 'topright', + position: 'bottomleft', primaryLengthUnit: 'kilometers', secondaryLengthUnit: 'days', primaryAreaUnit: 'hectares',