onaci/leaflet-geotiff-2

Support for pane for vectorArrows

Closed this issue · 3 comments

I tried to provide pane option using
L.LeafletGeotiff.vectorArrows( { arrowSize: 15, pane:"wdir" });

This doesn't work. Can this be supported?

Hi @stardustcafe, pane should be set via L.leafletGeotiff options, not the renderer's options.

I initially did give the option to leafletGeotiff and it didn't work. So I tried it with vectorArrows. Let me try once again.

Okay.. It works. Thank you for the response @danwild .