forked from MapComplete/MapComplete
Add observation towers theme
This commit is contained in:
parent
abbd617ca2
commit
7d57672432
6 changed files with 284 additions and 3 deletions
51
assets/themes/observation_towers/observation_towers.json
Normal file
51
assets/themes/observation_towers/observation_towers.json
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"id": "observation_towers",
|
||||
"title": {
|
||||
"en": "Observation towers",
|
||||
"nl": "Uitkijktorens"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "Publicly accessible towers to enjoy the view",
|
||||
"nl": "Publieke uitkijktorens om van het panorama te genieten"
|
||||
},
|
||||
"description": {
|
||||
"nl": "Publieke uitkijktorens om van het panorama te genieten",
|
||||
"en": "Publicly accessible towers to enjoy the view"
|
||||
},
|
||||
"language": [
|
||||
"en",
|
||||
"nl"
|
||||
],
|
||||
"maintainer": "",
|
||||
"icon": "./assets/layers/observation_tower/Tower_observation.svg",
|
||||
"version": "0",
|
||||
"startLat": 0,
|
||||
"startLon": 0,
|
||||
"startZoom": 1,
|
||||
"widenFactor": 0.05,
|
||||
"socialImage": "",
|
||||
"layers": [
|
||||
"observation_tower"
|
||||
],
|
||||
"units": [
|
||||
{
|
||||
"appliesToKey": [
|
||||
"height"
|
||||
],
|
||||
"applicableUnits": [
|
||||
{
|
||||
"canonicalDenomination": "m",
|
||||
"alternativeDenomination": [
|
||||
"meter",
|
||||
"mtr"
|
||||
],
|
||||
"human": {
|
||||
"nl": " meter",
|
||||
"en": " meter"
|
||||
}
|
||||
}
|
||||
],
|
||||
"eraseInvalidValues": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue