File: addresses.mapcss

package info (click to toggle)
josm 0.0.svn7643%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 67,480 kB
  • ctags: 25,960
  • sloc: java: 177,482; xml: 8,896; perl: 1,570; sh: 102; makefile: 81
file content (6 lines) | stat: -rw-r--r-- 366 bytes parent folder | download
1
2
3
4
5
6
/* see #9667 - Verify interpolation range/values
   Matches nodes with a decrease of addr:housenumber within addr:interpolation=even/odd.
*/
*[tag("addr:housenumber") > child_tag("addr:housenumber")][regexp_test("even|odd", parent_tag("addr:interpolation"))] + *[addr:housenumber] {
  throwWarning: tr("Decreasing house numbers in addresses interpolation");
}