Changeset 10230 in josm for trunk/data/validator


Ignore:
Timestamp:
2016-05-16T18:07:19+02:00 (8 years ago)
Author:
Klumbumbus
Message:

see #12771 - warn about uncommon values of key service

File:
1 edited

Legend:

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

    r10229 r10230  
    842842  fixAdd: "service=drive-through";
    843843}
     844
     845/* #12771 */
     846way[highway=service][service][service !~ /^(alley|drive-through|driveway|emergency_access|parking_aisle|rest_area)$/],
     847way[railway=rail][service][service !~ /^(crossover|siding|spur|yard)$/],
     848way[waterway=canal][service][service !~ /^(irrigation|transportation|water_power)$/] {
     849  throwWarning: tr("The key {0} has an uncommon value.", "{1.key}");
     850}
Note: See TracChangeset for help on using the changeset viewer.