lifecycle tagging on the aeroway key is incorrectly flagged by validator #920
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
upstream-iD
An issue that is concerning the main iD repo
Describe the bug
Using lifecycle tagging on the aeroway key (e.g.
disused:aeroway=*
andabandoned:aeroway=*
) is incorrectly flagged by the validator for therunway
andtaxiway
values when (correctly) used on ways.The validator is OK with
aeroway=runway
oraeroway=taxiway
as a way. It's just an issue when adding the lifecycle prefix.To Reproduce
Steps to reproduce the behavior:
aeroway=runway
behaviour is as expecteddisused:aeroway=runway
to map a disused runwayExpected behavior
No validator warning should be issued.
Additional context
Other values in this lifecycle and tag scheme (e.g.
apron
andaerodrome
) should be mapped as areas and so should have a validator warning when mapped as a way.The text was updated successfully, but these errors were encountered: