Move layers to canonical paths, rewrite some regexes as 'or' as to make the taginfo-information more accurate

This commit is contained in:
Pieter Vander Vennet 2021-04-20 10:49:45 +02:00
parent 05b05a958c
commit ce9b0eabb1
42 changed files with 61 additions and 52 deletions

View file

@ -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": [