Ignore:
Timestamp:
2016-04-01T20:08:24+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #8978 - deprecate amenity=public_building, add building=public

File:
1 edited

Legend:

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

    r10027 r10095  
    814814  suggestAlternative: "wall=noise_barrier";
    815815}
     816
     817/* #8978, 12588 */
     818*[amenity=public_building] {
     819  throwWarning: tr("{0} is deprecated", "{0.tag}");
     820  suggestAlternative: "amenity=townhall";
     821  suggestAlternative: "amenity=community_centre";
     822  suggestAlternative: "amenity=hospital";
     823  suggestAlternative: "leisure=sports_centre";
     824  suggestAlternative: "office=government";
     825  suggestAlternative: "building=hospital";
     826  suggestAlternative: "building=public";
     827  suggestAlternative: "...";
     828}
Note: See TracChangeset for help on using the changeset viewer.