forked from MapComplete/MapComplete
Add first version of the food theme
This commit is contained in:
parent
23af637a81
commit
92e8f3f89d
20 changed files with 629 additions and 30 deletions
|
@ -692,6 +692,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"cycle_highways": {
|
||||
"title": "Cycle highways",
|
||||
"description": "This map shows cycle highways",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "cycle highways",
|
||||
"title": {
|
||||
"render": "cycle highway"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cycle_infra": {
|
||||
"title": "Bicycle infrastructure",
|
||||
"shortDescription": "A map where you can view and edit things related to the bicycle infrastructure.",
|
||||
|
@ -845,6 +857,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"food": {
|
||||
"title": "Restaurants and fast food"
|
||||
},
|
||||
"fritures": {
|
||||
"layers": {
|
||||
"0": {
|
||||
|
|
|
@ -733,6 +733,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"food": {
|
||||
"title": "Eetgelegenheden",
|
||||
"description": "Restaurants en fast food"
|
||||
},
|
||||
"fritures": {
|
||||
"title": "Friturenkaart",
|
||||
"description": "Op deze kaart vind je je favoriete frituur!",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue