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',