forked from MapComplete/MapComplete
Themes: velopark: reorder attributes for a clearer view
This commit is contained in:
parent
6b37d59e88
commit
0929b55b08
1 changed files with 45 additions and 37 deletions
|
@ -47,6 +47,13 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
|
{
|
||||||
|
"id": "Explanation",
|
||||||
|
"render": {
|
||||||
|
"en": "This is data from <b>Velopark</b>. ",
|
||||||
|
"nl": "Dit datapunt komt van <b>Velopark</b>"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "velopark-id-display",
|
"id": "velopark-id-display",
|
||||||
"render": {
|
"render": {
|
||||||
|
@ -66,28 +73,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "velopark-data-link",
|
|
||||||
"render": {
|
|
||||||
"special": {
|
|
||||||
"type": "link",
|
|
||||||
"href": "{ref:velopark}",
|
|
||||||
"text": "Inspect raw data on velopark.be"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "show-data-velopark",
|
|
||||||
"render": {
|
|
||||||
"special": {
|
|
||||||
"type": "linked_data_from_website",
|
|
||||||
"key": "ref:velopark",
|
|
||||||
"useProxy": "no",
|
|
||||||
"host": "https://data.velopark.be",
|
|
||||||
"mode": "readonly"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "login",
|
"id": "login",
|
||||||
"render": {
|
"render": {
|
||||||
|
@ -99,7 +84,9 @@
|
||||||
{
|
{
|
||||||
"id": "closest_parkings",
|
"id": "closest_parkings",
|
||||||
"render": {
|
"render": {
|
||||||
"*": "There are {_nearby_bicycle_parkings:count} bicycle parkings within 25m known in OpenStreetMap. "
|
"en": "There are {_nearby_bicycle_parkings:count} bicycle parkings within 25m known in OpenStreetMap. ",
|
||||||
|
"nl": "Er zijn {_nearby_bicycle_parkings:count} fietsparkings gekend binnen 25m in OpenStreetMap. "
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -163,7 +150,29 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"{nearby_images(open,readonly)}"
|
"{nearby_images(open,readonly)}",
|
||||||
|
{
|
||||||
|
"id": "show-data-velopark",
|
||||||
|
"render": {
|
||||||
|
"special": {
|
||||||
|
"type": "linked_data_from_website",
|
||||||
|
"key": "ref:velopark",
|
||||||
|
"useProxy": "no",
|
||||||
|
"host": "https://data.velopark.be",
|
||||||
|
"mode": "readonly"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "velopark-data-link",
|
||||||
|
"render": {
|
||||||
|
"special": {
|
||||||
|
"type": "link",
|
||||||
|
"href": "{ref:velopark}",
|
||||||
|
"text": "Inspect raw data on velopark.be"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"lineRendering": [],
|
"lineRendering": [],
|
||||||
"filter": [
|
"filter": [
|
||||||
|
@ -272,12 +281,9 @@
|
||||||
"id": "last_edited_before",
|
"id": "last_edited_before",
|
||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Last edit was before {date}",
|
"en": "Last edit was before {date}",
|
||||||
"nl": "Laatste aanpassing voor {date}"
|
"nl": "Laatste aanpassing voor {date}"
|
||||||
|
|
||||||
},
|
},
|
||||||
"osmTags": "_last_edit:timestamp<{date}",
|
"osmTags": "_last_edit:timestamp<{date}",
|
||||||
"fields": [
|
"fields": [
|
||||||
|
@ -286,7 +292,9 @@
|
||||||
"type": "date"
|
"type": "date"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}]}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue