Ignore:
Timestamp:
2019-03-13T21:26:48+01:00 (5 years ago)
Author:
Klumbumbus
Message:

see #13138 - don't warn about water=* on amenity=lavoir (see https://github.com/osm-fr/osmose-backend/issues/475)

File:
1 edited

Legend:

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

    r14840 r14883  
    492492}
    493493
    494 /* {1.key} without {2.tag} see #13138, 14468 */
    495 area:closed[water][natural!~/water|bay|strait/][water!=intermittent] { /* water=intermittent is deprecated and has an own warning */
    496   throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
    497   group: tr("missing tag");
    498 }
    499 way!:closed[water][natural!~/water|bay|strait/][water!=intermittent] {
     494/* {1.key} without {2.tag} see #13138, #14468 */
     495way!:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir], /* water=intermittent is deprecated and has an own warning */
     496area:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir] {
    500497  throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
    501498  group: tr("missing tag");
Note: See TracChangeset for help on using the changeset viewer.