Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit ab9b5a6

Browse files
committed
feat(geo_map): move markers when panning across the world
1 parent 687be6d commit ab9b5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/app/widgets/geo_map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default class GeoMapWidget extends NoteContextAwareWidget {
4040
const L = (await import("leaflet")).default;
4141

4242
const map = L.map(this.$container[0], {
43-
43+
worldCopyJump: true
4444
});
4545

4646
this.map = map;

0 commit comments

Comments
 (0)