Merge branch 'develop'

This commit is contained in:
Pieter Vander Vennet 2024-07-17 18:45:28 +02:00
commit 196659649f
339 changed files with 34609 additions and 26392 deletions

View file

@ -325,7 +325,7 @@
"key": "subject:wikidata",
"type": "wikidata",
"helperArgs": [
"subject;memorial:conflict"
"subject;memorial:conflict;name"
]
},
"question": {

View file

@ -136,6 +136,9 @@
},
{
"id": "minimap",
"labels": [
"ignore_docs"
],
"description": "Shows a small map with the feature. Added by default to every popup",
"render": {
"*": "{minimap(18, id): width:100%; height:8rem; border-radius:2rem; overflow: hidden; pointer-events: none;}"
@ -2584,7 +2587,8 @@
{
"id": "just_created",
"labels": [
"added_by_default_top"
"added_by_default_top",
"ignore_docs"
],
"description": "This element shows a 'thank you' that the contributor has recently created this element",
"classes": "rounded-xl thanks",
@ -2629,7 +2633,8 @@
{
"id": "nearby_images",
"labels": [
"added_by_default_conditional"
"added_by_default_conditional",
"ignore_docs"
],
"render": {
"*": "{nearby_images()}"
@ -2654,7 +2659,8 @@
{
"id": "favourite_status",
"labels": [
"added_by_default"
"added_by_default",
"ignore_docs"
],
"render": {
"*": "{favourite_status()}"
@ -2663,7 +2669,8 @@
{
"id": "share",
"labels": [
"added_by_default"
"added_by_default",
"ignore_docs"
],
"metacondition": "_supports_sharing=yes",
"render": {
@ -2680,7 +2687,8 @@
{
"id": "qr_code",
"labels": [
"added_by_default"
"added_by_default",
"ignore_docs"
],
"classes": "flex items-center gap-x-2",
"render": {
@ -2699,7 +2707,8 @@
{
"id": "last_edit",
"labels": [
"added_by_default"
"added_by_default",
"ignore_docs"
],
"description": "Gives some metainfo about the last edit and who did edit it - rendering only",
"condition": {
@ -2735,7 +2744,8 @@
{
"id": "nothing_known",
"labels": [
"added_by_default_top"
"added_by_default_top",
"ignore_docs"
],
"condition": {
"and": [

View file

@ -52,7 +52,7 @@
},
{
"id": "train_station",
"minzoom": 12,
"minzoom": 8,
"minzoomVisible": 17,
"source": {
"osmTags": {

View file

@ -43,5 +43,8 @@
"toilet_at_amenity",
"shower"
],
"overrideAll": {
"minzoom": 10
},
"widenFactor": 3
}

View file

@ -17,7 +17,7 @@
"nl": "Een hulpmiddel om data van velopark.be in OpenStreetMap in te laden"
},
"descriptionTail": {
"*": "<h3>Maintainer tools</h3><ul><li><a class='link-underline' href='https://maproulette.org/api/v2/challenge/view/43282' download='Velopark_sync_2024-01-15.geojson'>Download the first sync results</a></li></ul>"
"*": "<h3>Maintainer tools</h3><ul class='link-underline'><li><a target='_blank' href='https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Themes/velopark.md'>See documentation and links to Overpass</a></li><li><a href='https://maproulette.org/api/v2/challenge/view/43282' download='Velopark_sync_2024-01-15.geojson'>Download the first sync results</a></li></ul>"
},
"icon": "./assets/themes/velopark/velopark.svg",
"startZoom": 18,