Themes: add bicycle self-repair workshops to the map (WIP)
This commit is contained in:
parent
29d1736f93
commit
c11d7af175
1 changed files with 20 additions and 0 deletions
|
@ -40,6 +40,26 @@
|
||||||
"Originally created during Open Summer of Code by Pieter Fiers, Thibault Declercq, Pierre Barban, Joost Schouppe and Pieter Vander Vennet"
|
"Originally created during Open Summer of Code by Pieter Fiers, Thibault Declercq, Pierre Barban, Joost Schouppe and Pieter Vander Vennet"
|
||||||
],
|
],
|
||||||
"layers": [
|
"layers": [
|
||||||
|
{
|
||||||
|
"builtin": "assisted_repair",
|
||||||
|
"override": {
|
||||||
|
"presets=": [],
|
||||||
|
"id": "bicycle_assisted_repair_workshop",
|
||||||
|
"minzoom": 11,
|
||||||
|
"source": {
|
||||||
|
"osmTags": {
|
||||||
|
"and+": [
|
||||||
|
{
|
||||||
|
"or": [
|
||||||
|
"service:bicycle:repair=yes",
|
||||||
|
"bicycle:repair=yes"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"builtin": [
|
"builtin": [
|
||||||
"bike_cafe",
|
"bike_cafe",
|
||||||
|
|
Loading…
Reference in a new issue