Skip to content

Commit

Permalink
feat(geo_map): move markers when panning across the world
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 28, 2025
1 parent 687be6d commit ab9b5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/app/widgets/geo_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ab9b5a6

Please sign in to comment.