forked from MapComplete/MapComplete
Pretty printing the theme files
This commit is contained in:
parent
72302c7cc5
commit
8065c18fe1
19 changed files with 52 additions and 41 deletions
|
@ -29,7 +29,9 @@
|
|||
"widenFactor": 0.05,
|
||||
"socialImage": "",
|
||||
"layers": [
|
||||
"bench","bench_at_pt","picnic_table"
|
||||
"bench",
|
||||
"bench_at_pt",
|
||||
"picnic_table"
|
||||
],
|
||||
"roamingRenderings": []
|
||||
}
|
|
@ -314,7 +314,7 @@
|
|||
{
|
||||
"#": "Difficulty",
|
||||
"render": {
|
||||
"en": "Die Schwierigkeit ist {climbing:grade:french} entsprechend des französisch/belgischen Systems",
|
||||
"de": "Die Schwierigkeit ist {climbing:grade:french} entsprechend des französisch/belgischen Systems",
|
||||
"en": "The difficulty is {climbing:grade:french} according to the french/belgian system",
|
||||
"nl": "De klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem"
|
||||
},
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"version": "0",
|
||||
"startLat": 50.8465573,
|
||||
"defaultBackgroundId": "CartoDB.Voyager",
|
||||
"startLon": 4.3516970,
|
||||
"startLon": 4.351697,
|
||||
"startZoom": 16,
|
||||
"widenFactor": 0.05,
|
||||
"layers": [
|
||||
|
|
|
@ -33,13 +33,16 @@
|
|||
"and": [
|
||||
"landuse=orchard"
|
||||
]
|
||||
} },
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"nl": "Boomgaard"
|
||||
}
|
||||
},
|
||||
"tagRenderings": ["images"],
|
||||
"tagRenderings": [
|
||||
"images"
|
||||
],
|
||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||
"icon": {
|
||||
"render": "./assets/themes/buurtnatuur/forest.svg"
|
||||
|
@ -79,7 +82,8 @@
|
|||
"and": [
|
||||
"natural=tree"
|
||||
]
|
||||
}},
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"nl": "Boom"
|
||||
|
|
|
@ -2,7 +2,11 @@
|
|||
"id": "ghostbikes",
|
||||
"maintainer": "MapComplete",
|
||||
"version": "2020-08-30",
|
||||
"language": ["en","nl","de"],
|
||||
"language": [
|
||||
"en",
|
||||
"nl",
|
||||
"de"
|
||||
],
|
||||
"title": {
|
||||
"en": "Ghost bikes",
|
||||
"nl": "Witte Fietsen",
|
||||
|
@ -18,6 +22,8 @@
|
|||
"startLat": 0,
|
||||
"startLon": 0,
|
||||
"widenFactor": 0.1,
|
||||
"layers": ["ghost_bike"],
|
||||
"layers": [
|
||||
"ghost_bike"
|
||||
],
|
||||
"defaultBackgroundId": "CartoDB.Positron"
|
||||
}
|
|
@ -240,7 +240,6 @@
|
|||
"render": "Maakt deel uit van {_part_of_walking_routes}",
|
||||
"condition": "_part_of_walking_routes~*"
|
||||
}
|
||||
|
||||
],
|
||||
"overrideAll": {
|
||||
"isShown": {
|
||||
|
|
Loading…
Add table
Reference in a new issue