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,
|
"widenFactor": 0.05,
|
||||||
"socialImage": "",
|
"socialImage": "",
|
||||||
"layers": [
|
"layers": [
|
||||||
"bench","bench_at_pt","picnic_table"
|
"bench",
|
||||||
|
"bench_at_pt",
|
||||||
|
"picnic_table"
|
||||||
],
|
],
|
||||||
"roamingRenderings": []
|
"roamingRenderings": []
|
||||||
}
|
}
|
|
@ -314,7 +314,7 @@
|
||||||
{
|
{
|
||||||
"#": "Difficulty",
|
"#": "Difficulty",
|
||||||
"render": {
|
"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",
|
"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"
|
"nl": "De klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem"
|
||||||
},
|
},
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
"version": "0",
|
"version": "0",
|
||||||
"startLat": 50.8465573,
|
"startLat": 50.8465573,
|
||||||
"defaultBackgroundId": "CartoDB.Voyager",
|
"defaultBackgroundId": "CartoDB.Voyager",
|
||||||
"startLon": 4.3516970,
|
"startLon": 4.351697,
|
||||||
"startZoom": 16,
|
"startZoom": 16,
|
||||||
"widenFactor": 0.05,
|
"widenFactor": 0.05,
|
||||||
"layers": [
|
"layers": [
|
||||||
|
|
|
@ -33,13 +33,16 @@
|
||||||
"and": [
|
"and": [
|
||||||
"landuse=orchard"
|
"landuse=orchard"
|
||||||
]
|
]
|
||||||
} },
|
}
|
||||||
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"render": {
|
"render": {
|
||||||
"nl": "Boomgaard"
|
"nl": "Boomgaard"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tagRenderings": ["images"],
|
"tagRenderings": [
|
||||||
|
"images"
|
||||||
|
],
|
||||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/themes/buurtnatuur/forest.svg"
|
"render": "./assets/themes/buurtnatuur/forest.svg"
|
||||||
|
@ -79,7 +82,8 @@
|
||||||
"and": [
|
"and": [
|
||||||
"natural=tree"
|
"natural=tree"
|
||||||
]
|
]
|
||||||
}},
|
}
|
||||||
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"render": {
|
"render": {
|
||||||
"nl": "Boom"
|
"nl": "Boom"
|
||||||
|
|
|
@ -2,7 +2,11 @@
|
||||||
"id": "ghostbikes",
|
"id": "ghostbikes",
|
||||||
"maintainer": "MapComplete",
|
"maintainer": "MapComplete",
|
||||||
"version": "2020-08-30",
|
"version": "2020-08-30",
|
||||||
"language": ["en","nl","de"],
|
"language": [
|
||||||
|
"en",
|
||||||
|
"nl",
|
||||||
|
"de"
|
||||||
|
],
|
||||||
"title": {
|
"title": {
|
||||||
"en": "Ghost bikes",
|
"en": "Ghost bikes",
|
||||||
"nl": "Witte Fietsen",
|
"nl": "Witte Fietsen",
|
||||||
|
@ -18,6 +22,8 @@
|
||||||
"startLat": 0,
|
"startLat": 0,
|
||||||
"startLon": 0,
|
"startLon": 0,
|
||||||
"widenFactor": 0.1,
|
"widenFactor": 0.1,
|
||||||
"layers": ["ghost_bike"],
|
"layers": [
|
||||||
|
"ghost_bike"
|
||||||
|
],
|
||||||
"defaultBackgroundId": "CartoDB.Positron"
|
"defaultBackgroundId": "CartoDB.Positron"
|
||||||
}
|
}
|
|
@ -240,7 +240,6 @@
|
||||||
"render": "Maakt deel uit van {_part_of_walking_routes}",
|
"render": "Maakt deel uit van {_part_of_walking_routes}",
|
||||||
"condition": "_part_of_walking_routes~*"
|
"condition": "_part_of_walking_routes~*"
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"overrideAll": {
|
"overrideAll": {
|
||||||
"isShown": {
|
"isShown": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue