Leaflet.NonTiledLayer
Leaflet.NonTiledLayer copied to clipboard
NoWrap option not available
The noWrap option is not available with non tiled layers, correct ?
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
I see ... thanks for the feedback :)