Leaflet.NonTiledLayer icon indicating copy to clipboard operation
Leaflet.NonTiledLayer copied to clipboard

NoWrap option not available

Open nmco opened this issue 8 years ago • 2 comments

The noWrap option is not available with non tiled layers, correct ?

nmco avatar May 17 '16 12:05 nmco

Hi,

i've tested the worldCopyJump which works. For noWrap: You could set the bounds option for the layer beyond +/- 180 degrees, but i don't know if this works for WMS. Another option would be to extend the implemetation, so it renders multiple non-tiled tiles to wrap around the anti meridian. But this would raise stitching errors. Avoiding these was the intend of the layer.

Oliver

oliverheilig avatar May 22 '16 14:05 oliverheilig

I see ... thanks for the feedback :)

nmco avatar May 23 '16 21:05 nmco