Changeset 19440 in josm for trunk/resources/data


Ignore:
Timestamp:
2025-09-04T19:59:04+02:00 (3 months ago)
Author:
Klumbumbus
Message:

see #19980 - Don't warn about highway=living_street + maxspeed=30 combination also in Chile, see https://github.com/osmose-qa/osmose-backend/issues/2569

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/combinations.mapcss

    r19434 r19440  
    998998/* #19980 */
    999999way[highway=living_street][maxspeed][maxspeed=~/mph/][get(split(" ", tag(maxspeed)), 0) > 15],
    1000 way[highway=living_street][maxspeed][maxspeed!~/mph/][get(split(" ", tag(maxspeed)), 0) > 20][outside("AT,DK,IL,UZ")],
    1001 way[highway=living_street][maxspeed][maxspeed!~/mph/][get(split(" ", tag(maxspeed)), 0) > 30][inside("AT,DK,IL,UZ")] { /*Austria, Denmark, Israel, Uzbekistan*/
     1000way[highway=living_street][maxspeed][maxspeed!~/mph/][get(split(" ", tag(maxspeed)), 0) > 20][outside("AT,CL,DK,IL,UZ")],
     1001way[highway=living_street][maxspeed][maxspeed!~/mph/][get(split(" ", tag(maxspeed)), 0) > 30][inside("AT,CL,DK,IL,UZ")] { /*Austria, Chile, Denmark, Israel, Uzbekistan*/
    10021002  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
    10031003  group: tr("suspicious tag combination");
Note: See TracChangeset for help on using the changeset viewer.