Add possibility to use a cutom overpass script, add 'grassfields in parks'-layer
This commit is contained in:
parent
0d51015cc8
commit
f659bc1141
40 changed files with 499 additions and 222 deletions
|
@ -8,18 +8,20 @@
|
|||
"de": "Fahrrad-Café"
|
||||
},
|
||||
"minzoom": 13,
|
||||
"overpassTags": {
|
||||
"and": [
|
||||
"amenity~pub|bar|cafe|restaurant",
|
||||
{
|
||||
"#": "Note the double tilde in 'service:bicycle' which interprets the key as regex too",
|
||||
"or": [
|
||||
"pub~cycling|bicycle",
|
||||
"theme~cycling|bicycle",
|
||||
"service:bicycle:.*~~*"
|
||||
]
|
||||
}
|
||||
]
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"amenity~pub|bar|cafe|restaurant",
|
||||
{
|
||||
"#": "Note the double tilde in 'service:bicycle' which interprets the key as regex too",
|
||||
"or": [
|
||||
"pub~cycling|bicycle",
|
||||
"theme~cycling|bicycle",
|
||||
"service:bicycle:.*~~*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue