Changeset 17630 in josm


Ignore:
Timestamp:
2021-03-21T18:02:18+01:00 (4 years ago)
Author:
GerdP
Message:

fix #20560: Validator: false-negative Test on street name "descriptive name"

  • limit test regarding chapel / chapelle /kapelle to objects which are chapels (Patch by skyper)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/unnecessary.mapcss

    r17593 r17630  
    138138}
    139139  /* the following without fixRemove to avoid information loss, should be checked manually */
    140 *[name][name=~/^(?i)(chapel|chapelle|kapelle)$/], /* check if amenity=place_of_worship and/or building=chapel applies */
     140*[name][name=~/^(?i)(chapel|chapelle|kapelle)$/][tag("building")=="chapel"||tag("amenity")=="place_of_worship"], /* check if amenity=place_of_worship and/or building=chapel applies */
    141141*[name][name=~/^(?i)(silo)$/][man_made!=silo], /* check if man_made=silo and/or building=silo applies */
    142142*[name][name=~/^(?i)(school|école|Школа)$/][amenity!=school], /* check if amenity=school and/or building=school applies applies */
Note: See TracChangeset for help on using the changeset viewer.