Skip to content

Commit 8d39d70

Browse files
GerdPGerdP
GerdP
authored and
GerdP
committed
fix #23596: name=Bâtiment (French for "building"), especially on buildings, is suspicious and worth flagging by validator
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19028 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent 022cbf4 commit 8d39d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/data/validator/unnecessary.mapcss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ node[emergency=fire_hydrant][fire_hydrant:count=1] {
8585
fixRemove: "{1.key}";
8686
}
8787

88-
/* #17100, #17471, #17629, #17633, #19274, #19395, #19409 */
88+
/* #17100, #17471, #17629, #17633, #19274, #19395, #19409, #23596 */
8989
*[name][name=~/^(?i)(library|biblioteca|biblioteka|bibliothek|bibliotheek)$/][amenity=library],
9090
*[name][name=~/^(?i)(parc|park)$/][leisure=park],
9191
*[name][name=~/^(?i)(pond)$/][water=pond],
@@ -97,7 +97,7 @@ node[emergency=fire_hydrant][fire_hydrant:count=1] {
9797
*[name][name=~/^(?i)(toilets?)$/][amenity=toilets],
9898
*[name][name=~/^(?i)(playground|spielplatz)$/][leisure=playground],
9999
*[name][name=~/^(?i)(shop|boutique)$/][shop][shop!=no],
100-
*[name][name=~/^(?i)(building|bangunan)$/][building][building!=no],
100+
*[name][name=~/^(?i)(building|bangunan|bâtiment|batiment)$/][building][building!=no],
101101
*[name][name=~/^(?i)(house|maison|rumah|vivienda)$/][building=house],
102102
*[name][name=~/^(?i)(casa)$/][building=house][outside("FR")], /* spanish for house but it is a brand name in France */
103103
*[name][name=~/^(?i)(kiosk)$/][shop=kiosk][outside("NL")], /* it is a brand name in the Netherlands */

0 commit comments

Comments
 (0)