forked from MapComplete/MapComplete
Move layers to canonical paths, rewrite some regexes as 'or' as to make the taginfo-information more accurate
This commit is contained in:
parent
05b05a958c
commit
ce9b0eabb1
42 changed files with 61 additions and 52 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "bike_cafes",
|
||||
"id": "bike_cafe",
|
||||
"name": {
|
||||
"en": "Bike cafe",
|
||||
"nl": "Fietscafé",
|
||||
|
@ -11,7 +11,14 @@
|
|||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"amenity~pub|bar|cafe|restaurant",
|
||||
{
|
||||
"or": [
|
||||
"amenity=pub",
|
||||
"amenity=bar",
|
||||
"amenity=cafe",
|
||||
"amenity=restaurant"
|
||||
]
|
||||
},
|
||||
{
|
||||
"#": "Note the double tilde in 'service:bicycle' which interprets the key as regex too",
|
||||
"or": [
|
Loading…
Add table
Add a link
Reference in a new issue