You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set the clip option just like '[ [lat, lon], [lat, lon], [lat, lon] ]', when i use this latlngs to L.polygon(latlngs, {color: 'red'}).addTo(map), it is work, but when i set L.leafletGeotiff(url, { clip: latlngs, renderer: render }) , the map has no geotiff display, but if i don't set clip, it will work.
The text was updated successfully, but these errors were encountered:
I set the clip option just like '[ [lat, lon], [lat, lon], [lat, lon] ]', when i use this latlngs to L.polygon(latlngs, {color: 'red'}).addTo(map), it is work, but when i set L.leafletGeotiff(url, { clip: latlngs, renderer: render }) , the map has no geotiff display, but if i don't set clip, it will work.
The text was updated successfully, but these errors were encountered: