Changeset 15360 in josm for trunk


Ignore:
Timestamp:
2019-09-19T14:38:41+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #18151 - warning for amenity=recycling without recycling:*
fix #18152 - convert recycling:metal to recycling:scrap_metal

Location:
trunk/data/validator
Files:
2 edited

Legend:

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

    r15325 r15360  
    143143*[aeroway=terminal][!building],
    144144*[power=generator][!generator:source],
     145*[amenity=recycling][!/^recycling:/],
    145146*[amenity=social_facility][!social_facility],
    146147*[amenity=place_of_worship][!religion] {
  • trunk/data/validator/deprecated.mapcss

    r15310 r15360  
    17721772  fixAdd: "crossing:island=yes";
    17731773}
     1774
     1775/* #18152 */
     1776*[recycling:metal] {
     1777  throwWarning: tr("{0} is deprecated", "{0.key}");
     1778  suggestAlternative: "recycling:scrap_metal";
     1779  group: tr("deprecated tagging");
     1780  fixChangeKey: "recycling:metal => recycling:scrap_metal";
     1781}
Note: See TracChangeset for help on using the changeset viewer.