Ignore:
Timestamp:
2020-01-17T21:00:40+01:00 (5 years ago)
Author:
Klumbumbus
Message:
  • fix #18571 - deprecate unnamed=yes in favor of noname=yes
  • fix #18572, see #16458 - add guidepost role to other route relation presets too
  • fix #18573 - add isced:level to education presets
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/numeric.mapcss

    r15383 r15715  
    398398  assertMatch: "way aeroway=aerodrome icao=EQQQ";
    399399}
     400
     401/* #18573 */
     402*[isced:level][isced:level !~ /^(0|1|2|3|4|5|6|7|8)((;|-)(1|2|3|4|5|6|7|8))*$/] {
     403  throwWarning: tr("unusual value of {0}", "{0.key}");
     404  assertMatch: "node isced:level=secondary";
     405  assertMatch: "node isced:level=0,1,2,3";
     406  assertMatch: "node isced:level=9";
     407  assertMatch: "node isced:level=10";
     408  assertNoMatch: "node isced:level=0;1;2;3";
     409  assertNoMatch: "node isced:level=0";
     410  assertNoMatch: "node isced:level=5";
     411  assertNoMatch: "node isced:level=0-3";
     412}
Note: See TracChangeset for help on using the changeset viewer.