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
I agree that this might be helpful in the future if we support "alternative answers". Because sometimes something got removed but the tag is still present causing OpenStop to ask an unanswerable question.
Currently any expression in the constructor returns null whenever an error occurs. It is then treated as a noop. Of course this could be changed so whenever we return null and a tag is present we remove the tag. Still I think it is worth considering alternatives.
Idea
It would be great if it would be possible to define the answer to a question in a way that some tag gets removed if it is set.
Bug Relation
No response
Implementation
The JSON could look like this:
Where a tag in
osm_tags
whose value isNone
/null
will be removed if present.Additional Info
No response
The text was updated successfully, but these errors were encountered: