Merge pull request #987 from kaipankrath/patch-2

Add alternative drinking water tag
This commit is contained in:
Pieter Vander Vennet 2022-07-25 09:50:41 +02:00 committed by GitHub
commit fc635f7f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,13 @@
"source": {
"osmTags": {
"and": [
"amenity=drinking_water",
{
"or": [
"amenity=drinking_water",
"drinking_water=yes"
]
}
"man_made!=reservoir_covered",
"access!=permissive",
"access!=private"
]
@ -252,4 +258,4 @@
"es": "Una capa que muestra fuentes de agua potable",
"fr": "Une couche montrant les fontaines d'eau potable"
}
}
}