Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Improves app custom behavior: Tree symbology updates despite zero inspections. #122

Closed esreli closed 6 years ago

esreli commented 6 years ago

Changes update symbology custom behavior to update symbology when there are zero inspections for a tree.

To confirm this PR addresses the issue:

  1. Launch app. (Using Trees of Portland, default)
  2. Identify a tree on the map, ensure that tree has 1+ inspections. Note the color of the tree symbology
  3. Delete all of the inspections for that tree.
  4. Return to the map view.

At this point the tree symbology should be black, representing no inspection.

If you add an inspection(s) to the tree, the symbology should reflect the color of the most recent inspection.

esreli commented 6 years ago

References this issue: https://github.com/Esri/data-collection-ios/issues/100