We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given two polygons that intersect to a polyline and dimension mask = 2, the returned polyline should not be empty.
Input geometry: {"rings":[[[-97.174860352323378,48.717174479818425],[-97.020624513410553,58.210155436624177],[-94.087641114245969,58.210155436624177],[-94.087641114245969,48.639781902013226],[-97.174860352323378,48.717174479818425]]]}
Intersector: {"rings":[[[-94.08764111399995,52.68342763000004],[-94.08764111399995,56.835188018000053],[-90.285921520999977,62.345706350000057],[-94.08764111399995,52.68342763000004]]]}
Dimension mask = 2 Wkid = 4326
The text was updated successfully, but these errors were encountered:
@alocke This is due to incorrect test of intersection of bounding boxes of these polygons. This will be fixed with the next code drop.
Sorry, something went wrong.
Verified fixed in master branch.
Merge pull request Esri#43 from DD2480-Group-3/revert-41-40-commit-st…
e0bef0b
…ructure Revert "docs: Added md file that describes the tags for our commits"
alocke
No branches or pull requests
Given two polygons that intersect to a polyline and dimension mask = 2, the returned polyline should not be empty.
Input geometry:
{"rings":[[[-97.174860352323378,48.717174479818425],[-97.020624513410553,58.210155436624177],[-94.087641114245969,58.210155436624177],[-94.087641114245969,48.639781902013226],[-97.174860352323378,48.717174479818425]]]}
Intersector:
{"rings":[[[-94.08764111399995,52.68342763000004],[-94.08764111399995,56.835188018000053],[-90.285921520999977,62.345706350000057],[-94.08764111399995,52.68342763000004]]]}
Dimension mask = 2
Wkid = 4326
The text was updated successfully, but these errors were encountered: