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
Enhancements to Attribute Tables widget to accommodate new functionality
in Search widget
1. Add search results to previous results
2. Added ability to select multiple features on map with ctrl
or shift-click. Previously selected features can be
unselected in the same manner.
3. Use geometry engine in the ESRI API instead of a server-based
Geoprocessing Task to buffer when the map's spatial reference wkid
is 4326 or 102100 (web mercator)
4. Moved logic to work with cmv panes from Table widget to main
Attributes Table container widget
5. Add `openPane` topic to open the containing pane
6. Add `'closePane` topic to close the containing pane
7. Added `selectTab` topic to select a specific tab
8. Added `tableUpdated` topic to publish when a table has changed in
some way (i.e. when a feature is selected or the features are
removed from the map).
Fix:
1. Remove graphic layers from map when table widget is removed (tab closed)
0 commit comments