From ab9b5a692622d325d0054f6cc21e588a2a6c506b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 28 Jan 2025 17:13:15 +0200 Subject: [PATCH] feat(geo_map): move markers when panning across the world --- src/public/app/widgets/geo_map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/widgets/geo_map.ts b/src/public/app/widgets/geo_map.ts index 46fb2e414..f2fcfe7b9 100644 --- a/src/public/app/widgets/geo_map.ts +++ b/src/public/app/widgets/geo_map.ts @@ -40,7 +40,7 @@ export default class GeoMapWidget extends NoteContextAwareWidget { const L = (await import("leaflet")).default; const map = L.map(this.$container[0], { - + worldCopyJump: true }); this.map = map;