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
- Create a buffer in px around the clicked point and try to intersect the geometry (bufferized) to find out if it is clicked.
- uses intersect instead of inside
- Fixes max height for feature info window.
…ns-it#1311)
* Fixgeosolutions-it#1310. Improved vector gfi with buffer
- Create a buffer in px around the clicked point and try to intersect the geometry (bufferized) to find out if it is clicked.
- uses intersect instead of inside
- Fixes max height for feature info window.
* defaults and notes
* reduced dependencies from turf
* fixed wrong dependencies
This because it uses
inside
turf function, that works only with polygons.The text was updated successfully, but these errors were encountered: