|
Last change
on this file since 8112 was 7937, checked in by bastiK, 11 years ago |
|
add subversion property svn:eol=native
|
-
Property svn:eol-style
set to
native
|
|
File size:
360 bytes
|
| Rev | Line | |
|---|
| [7937] | 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.