Last change
on this file since 7937 was
7937,
checked in by bastiK, 8 years ago
|
add subversion property svn:eol=native
|
-
Property svn:eol-style set to
native
|
File size:
360 bytes
|
Line | |
---|
1 | /* see #9667 - Verify interpolation range/values |
---|
2 | Matches nodes with a decrease of addr:housenumber within addr:interpolation=even/odd. |
---|
3 | */ |
---|
4 | *[tag("addr:housenumber") > child_tag("addr:housenumber")][regexp_test("even|odd", parent_tag("addr:interpolation"))] + *[addr:housenumber] { |
---|
5 | throwWarning: tr("Decreasing house numbers in addresses interpolation"); |
---|
6 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.