feat(geo_map): move markers when panning across the world

This commit is contained in:
Elian Doran
2025-01-28 17:13:15 +02:00
parent 687be6d722
commit ab9b5a6926

View File

@@ -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;