WSDOT / HATS

Highway Activity Tracking System Issue Tracker
6 stars 0 forks source link

HATS 4.0: Identify Culvert Bug #1183

Closed kechinn closed 5 years ago

kechinn commented 5 years ago

Would it be possible to automatically update contents of the Identify tool after updating a culvert point to a culvert line feature, or turn it off at least?

Right now, after updating to a line, it still shows a culvert point in Identify and you can tap but not highlight. It allows you to hide, edit, do an activity, etc. If you try to update feature, it thinks it is still a point and when you tap save it crashes the app.

52a2cffe-485c-4364-81f3-366cac9a227b

ReedHunter-Wsdot commented 5 years ago

This is another symptom of #1076. The identify results are cached, and the cache entries are not updated when you edit them. Once I update the editing code to not just update on the map but also in the identify results cache, this will be fixed.