Changeset 11583 in josm for trunk/data/validator


Ignore:
Timestamp:
2017-02-19T17:34:30+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #14376 - update vending values: remove public_transport_plans, add coffee, deprecate photos and photo in favor of amenity=vending_booth, add it to presets and mappaint style, new icon self created, CC0 and PD licensed

File:
1 edited

Legend:

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

    r11477 r11583  
    10471047}
    10481048
     1049/* #14376 */
     1050node[vending=photos][amenity=vending_machine],
     1051node[vending=photo][amenity=vending_machine] {
     1052  throwWarning: tr("{0} is deprecated", "{0.tag}");
     1053  suggestAlternative: "amenity=photo_booth";
     1054  group: tr("deprecated tagging");
     1055  fixRemove: "vending";
     1056  fixAdd: "amenity=photo_booth";
     1057
     1058}
     1059node[vending=photos][amenity!=vending_machine] {
     1060  throwWarning: tr("{0} is deprecated", "{0.tag}");
     1061  suggestAlternative: "amenity=photo_booth";
     1062  group: tr("deprecated tagging");
     1063}
     1064
    10491065/* #13653 */
    10501066node[highway=emergency_access_point][phone][!emergency_telephone_code],
Note: See TracChangeset for help on using the changeset viewer.