forked from MapComplete/MapComplete
Add alternative drinking water tag
Add alternative tag for identifying the drinking water sources "drinking_water"="yes". The restriction on "man_made" prevents undercover reservoirs to be shown, which most probably do not allow to tap water from them.
This commit is contained in:
parent
f63f62922e
commit
beece2a460
1 changed files with 8 additions and 2 deletions
|
@ -31,7 +31,13 @@
|
||||||
"source": {
|
"source": {
|
||||||
"osmTags": {
|
"osmTags": {
|
||||||
"and": [
|
"and": [
|
||||||
"amenity=drinking_water",
|
{
|
||||||
|
"or": [
|
||||||
|
"amenity=drinking_water",
|
||||||
|
"drinking_water=yes"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
"man_made!=reservoir_covered",
|
||||||
"access!=permissive",
|
"access!=permissive",
|
||||||
"access!=private"
|
"access!=private"
|
||||||
]
|
]
|
||||||
|
@ -252,4 +258,4 @@
|
||||||
"es": "Una capa que muestra fuentes de agua potable",
|
"es": "Una capa que muestra fuentes de agua potable",
|
||||||
"fr": "Une couche montrant les fontaines d'eau potable"
|
"fr": "Une couche montrant les fontaines d'eau potable"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue