In reference to an earlier question I would like to know: Using leaflet, is it possible to draw markers in multiple adjacent worlds(leaflet's continuousWorld) WITHOUT adjusting their longitudes?
Please understand, I don't want to use leaflet's worldcopyjump as it does not show markers in multiple worlds simultaneously.
A workaround is to change longitudes by 360 degrees (-900 to -540, -540 to -180 etc. to one side and 180 to 540, 540 to 900 etc. to the other side) while maintaining latitudes.
Apparently, leaflet does not offer automated marker repeat due to "performance concerns" (Quote from 2013). Yet, Google Maps offer this.
With a practical view to resolve this problem, I see two solutions and I'd appreciate comments on this:
- Use Google visualization instead
- Copy my list of nodes a few times each direction and adjust their longitudes (this is assuming the conventional consumer would not keep drag-droping the world ca. two-three times around)
Many thanks in advance, Naibaf