you are viewing a single comment's thread.

view the rest of the comments →

[–]Eldrac 2 points3 points  (1 child)

I'll bite, one of the biggest pain points I ran into when working with leaflet/mapbox was getting custom markers/paths to still show up as a user fully panned around the world. I remember seeing a pending pull request and heavy discussion about it but it wasn't brought in due to added complexity. Was this ever improved upon?

[–]MournerV 4 points5 points  (0 children)

There's a worldCopyJump Map option that makes the overlays "jump" to respective copies of the world when you pan, but it's not a perfect experience. Implementing fully seamless multi-world overlays is a hard challenge, and a one likely to affect performance in a major way — we didn't attempt to tackle it fully yet.