Changeset 11047 in josm for trunk/data


Ignore:
Timestamp:
2016-09-23T22:19:33+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #13680 - check for golf=bunker && natural=beach

File:
1 edited

Legend:

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

    r10995 r11047  
    411411    throwWarning: tr("Different number of lanes in the keys {0} and {1}", "{1.key}", "{2.key}");
    412412}
     413
     414/* #13680 */
     415area[golf=bunker][natural=beach] {
     416  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
     417  suggestAlternative: "natural=sand";
     418  suggestAlternative: "surface=sand";
     419}
Note: See TracChangeset for help on using the changeset viewer.