forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
82c92e7f79
111 changed files with 3134 additions and 730 deletions
|
@ -430,10 +430,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"condition": "_favourite=yes",
|
||||
"id": "favourite_icon",
|
||||
"description": "Only for rendering",
|
||||
"icon": "circle:white;heart:red",
|
||||
"id": "favourite_icon",
|
||||
"condition": "_favourite=yes",
|
||||
"metacondition": "__showTimeSensitiveIcons!=no"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -217,8 +217,8 @@
|
|||
},
|
||||
{
|
||||
"id": "debug",
|
||||
"metacondition": "__featureSwitchIsDebugging=true",
|
||||
"render": "{all_tags()}"
|
||||
"render": "{all_tags()}",
|
||||
"metacondition": "__featureSwitchIsDebugging=true"
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": {
|
||||
"en": "Lighthouses",
|
||||
"ca": "far",
|
||||
"cs": "maják",
|
||||
"cs": "Majáky",
|
||||
"cy": "goleudy",
|
||||
"de": "Leuchtturm",
|
||||
"es": "faro",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"render": {
|
||||
"en": "Lighthouse",
|
||||
"ca": "far",
|
||||
"cs": "maják",
|
||||
"cs": "Maják",
|
||||
"cy": "goleudy",
|
||||
"de": "Leuchtturm",
|
||||
"es": "faro",
|
||||
|
|
|
@ -114,9 +114,9 @@
|
|||
"lineRendering": [],
|
||||
"tagRenderings": [
|
||||
{
|
||||
"classes": "p-0",
|
||||
"id": "conversation",
|
||||
"render": "{visualize_note_comments()}"
|
||||
"render": "{visualize_note_comments()}",
|
||||
"classes": "p-0"
|
||||
},
|
||||
{
|
||||
"id": "add_image",
|
||||
|
|
|
@ -66,16 +66,16 @@
|
|||
],
|
||||
"tagRenderings": [
|
||||
{
|
||||
"condition": "level=country",
|
||||
"description": "The name of the country",
|
||||
"id": "country_name",
|
||||
"render": "{nameEn} {emojiFlag}"
|
||||
"description": "The name of the country",
|
||||
"render": "{nameEn} {emojiFlag}",
|
||||
"condition": "level=country"
|
||||
},
|
||||
{
|
||||
"condition": "_community_links~*",
|
||||
"description": "Community Links (Discord, meetups, Slack groups, IRC channels, mailing lists etc...)",
|
||||
"id": "community_links",
|
||||
"render": "{_community_links}"
|
||||
"description": "Community Links (Discord, meetups, Slack groups, IRC channels, mailing lists etc...)",
|
||||
"render": "{_community_links}",
|
||||
"condition": "_community_links~*"
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
"id": "police_call_box",
|
||||
"name": {
|
||||
"en": "Police call boxes",
|
||||
"cs": "Policejní telefonní budky"
|
||||
"cs": "Policejní telefonní budky",
|
||||
"zh_Hant": "警察詢問室"
|
||||
},
|
||||
"description": {
|
||||
"en": "A type of telephone kiosk historically used by the police.",
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
"pa_PK": "دکان",
|
||||
"pl": "Sklep",
|
||||
"ru": "Магазин",
|
||||
"uk": "Магазин"
|
||||
"uk": "Магазин",
|
||||
"zh_Hant": "商家"
|
||||
},
|
||||
"description": {
|
||||
"en": "A shop",
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
"de": "Blitzer",
|
||||
"es": "Radar",
|
||||
"it": "Autovelox",
|
||||
"nl": "Flitspaal"
|
||||
"nl": "Flitspaal",
|
||||
"zh_Hant": "測速照相"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -82,7 +83,8 @@
|
|||
"es": "¿Cuál es la velocidad máxima permitida en este radar?",
|
||||
"fr": "Quelle est la vitesse maximale autorisée au niveau de ce radar ?",
|
||||
"it": "Qual è la velocità massima consentita a questo autovelox?",
|
||||
"nl": "Wat is de maximum toegestane snelheid bij deze flitspaal?"
|
||||
"nl": "Wat is de maximum toegestane snelheid bij deze flitspaal?",
|
||||
"zh_Hant": "這個測速照相允許的最高速限?"
|
||||
},
|
||||
"render": {
|
||||
"en": "The maximum speed allowed is {canonical(maxspeed)}",
|
||||
|
|
|
@ -38,9 +38,6 @@
|
|||
"zh_Hant": "顯示由MapComplete進行的變動"
|
||||
},
|
||||
"icon": "./assets/svg/logo.svg",
|
||||
"startZoom": 1,
|
||||
"startLat": 0,
|
||||
"startLon": 0,
|
||||
"hideFromOverview": true,
|
||||
"layers": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue