Releases: KnowWhereGraph/geoenrichment-arcgis
Releases · KnowWhereGraph/geoenrichment-arcgis
v1.0.1
List of improvements:
- Updated help text on Geoenrichment menus
- The count of entities in the area of interest is shown when selecting a specific feature of interest
- If user provided polygons are too complex and the API errors out, the tool now generalizes the polygon and tries again
- Bug fixes and code cleanup
v1.0.0
v0.9.1-beta
Added support for ArcGIS 3.0
v0.9.0-beta
Added support for V3-Manhattan graph. Kept V2-Vienna for stability purposes.
v0.8.1-beta
Entities are found using s2 Cell approximation. This margin of error lead to entities being found that were close to, but not actually intersecting the user selected area of interest.
- Final geometry values for each entity are now compared to original area of interest, and are not added to final result if no intersection occurs
v0.8.0-beta
- Rebuilt entity finder query to gather more results from selected area
- Final result of the tool now produces 1 feature class set per selected content type
- Added API endpoint URIs for both Production and Staging
v0.7.1-beta
This release adds the following:
- Help menus have been separated from the main windows in order to handle UI issues
- Tooltips were added to the manage layer buttons
- Windows now support auto scrolling for when content runs off screen
- Dropdown content is now visible, even when text is longer than the dropdown width
v0.7.0-beta
Update adds:
- New layer selection process that allows for user provided polygon layers
- Fixed some UI issues for application windows
- Rebuilt s2cell/entity search queries into single query that is faster and avoids pagination issue with s2cells
v0.6.1-beta
Small patch that adds:
- Selected Content can now be deleted
- Version number added to addIn metadata file
- Reworked explore window to reset appropriately when box in the chain is changed by user
v0.6.0-beta
Updated release with the following features:
- Empty feature layers at end of tool execution are removed
- Loading icons added to several places in the tool
- Error handling added for failed queries, or when graph is unreachable
- Added sfWithin to s2 cell look up for initial entity query, in order to approve entity discovery