Created
February 5, 2018 12:11
-
-
Save naoliv/ddba97060b4fd5c35e1a03d2949b3e1a to your computer and use it in GitHub Desktop.
Validation rule for landuse inside landuse (including relations)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
area[tag("landuse") = parent_tag("landuse")] ∈ area[landuse] { | |
throwWarning: tr("{0} inside {1}", concat("landuse=", tag("landuse")), concat("landuse=", tag("landuse"))); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment