Changeset 10798 in josm for trunk/data/validator


Ignore:
Timestamp:
2016-08-15T00:40:04+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #13316 - add landuse=aquaculture to preset and mappaint style, icon self created (CC0 and PD licensed); deprecate type=palm; remove old validator rule for deprecated amenity=swimming_pool

Location:
trunk/data/validator
Files:
2 edited

Legend:

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

    r10538 r10798  
    293293
    294294/* #6932 */
    295 *[natural=water][leisure=swimming_pool],
    296 *[natural=water][amenity=swimming_pool] {
     295*[natural=water][leisure=swimming_pool] {
    297296  throwWarning: tr("natural water used for swimming pool");
    298297  fixRemove: "natural";
  • trunk/data/validator/deprecated.mapcss

    r10538 r10798  
    319319  fixRemove: "type";
    320320  fixAdd: "leaf_cycle=deciduous";
     321}
     322
     323node[type=palm],
     324way[type=palm] {
     325  throwWarning: tr("{0} is deprecated", "{0.tag}");
     326  suggestAlternative: "leaf_type";
     327  suggestAlternative: "trees";
     328  suggestAlternative: "species";
    321329}
    322330
Note: See TracChangeset for help on using the changeset viewer.