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
We are currently facing an issue with Tile and the INTERSECTS command and inner bounds of a polygon.
When using INTERSECTS Tile doesn't seem to be taking the inner bounds into account and still returns a polygon even if the point isn't intersecting with the polygon as it is in the "hole" defined by the inner bounds.
Hey,
We are currently facing an issue with Tile and the INTERSECTS command and inner bounds of a polygon.
When using
INTERSECTS
Tile doesn't seem to be taking the inner bounds into account and still returns a polygon even if the point isn't intersecting with the polygon as it is in the "hole" defined by the inner bounds.Here is a GeoJSON gist with some example data https://gist.github.com/anonymous/2b2b3f68f7debdb32f7333e04d8b7265#file-map-geojson
Here is the command used:
This one shouldn't match but it is 🙈
This one should match and it is.
Maybe I'm not using Tile38 as I should and this is intended but it seems weird.
Thanks !
The text was updated successfully, but these errors were encountered: