forked from MapComplete/MapComplete
Add Fietsambassade logo to cyclofix; various svg- and css fixes
This commit is contained in:
parent
5e6f54f660
commit
cd548ab04b
21 changed files with 332 additions and 59 deletions
|
@ -7,7 +7,7 @@
|
|||
"de": "Mit Fahrrad zusammenhängendes Objekt"
|
||||
},
|
||||
"minzoom": 13,
|
||||
"overpassTags": "theme~cycling|bicycle",
|
||||
"overpassTags": {"or": ["theme~cycling|bicycle", "sport=cycling"]},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Bike related object",
|
||||
|
@ -18,12 +18,13 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": "name~*",
|
||||
"then":"<i>{name}</i>"
|
||||
},
|
||||
{
|
||||
"if": "leisure=track",
|
||||
"then": {
|
||||
"en": "<i>{name}</i>",
|
||||
"nl": "<i>{name}</i>",
|
||||
"fr": "<i>{name}</i>",
|
||||
"gl": "<i>{name}</i>",
|
||||
"de": "<i>{name}</i>"
|
||||
"nl": "Wielerpiste",
|
||||
"en": "Cycle track"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue