chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-08-19 17:42:21 +02:00
parent 766c6e2084
commit ec3522e0db
28 changed files with 118 additions and 84 deletions

View file

@ -140,7 +140,7 @@ Show a literal text within braces
-----|-----|----- | -----|-----|----- |
| text | _undefined_ | The value to show | | text | _undefined_ | The value to show |
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L332](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L332) Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L339](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L339)
#### Example usage of braced #### Example usage of braced
@ -150,7 +150,7 @@ Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L332](/src/
Allow to create a copy of the current element Allow to create a copy of the current element
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L356](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L356) Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L363](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L363)
#### Example usage of create_copy #### Example usage of create_copy
@ -160,7 +160,7 @@ Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L356](/src/
Shows the title of the popup. Useful for some cases, e.g. 'What is phone number of {title()}?' Shows the title of the popup. Useful for some cases, e.g. 'What is phone number of {title()}?'
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L311](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L311) Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L318](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L318)
#### Example usage of title #### Example usage of title
@ -174,7 +174,7 @@ If the given key can be interpreted as a JSON, only show the key containing the
-----|-----|----- | -----|-----|----- |
| key | value | The attribute to interpret as json | | key | value | The attribute to interpret as json |
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L277](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L277) Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L284](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L284)
#### Example usage of translated #### Example usage of translated
@ -188,7 +188,7 @@ Visualises data of a POI, sometimes with data updating capabilities
Prints all key-value pairs of the object - used for debugging Prints all key-value pairs of the object - used for debugging
Defined in [/src/UI/Popup/DataVisualisations.ts#L283](/src/UI/Popup/DataVisualisations.ts#L283) Defined in [/src/UI/Popup/DataVisualisations.ts#L287](/src/UI/Popup/DataVisualisations.ts#L287)
#### Example usage of all_tags #### Example usage of all_tags
@ -202,7 +202,7 @@ Converts a short, canonical value into the long, translated text including the u
-----|-----|----- | -----|-----|----- |
| key | _undefined_ | The key of the tag to give the canonical text for | | key | _undefined_ | The key of the tag to give the canonical text for |
Defined in [/src/UI/Popup/DataVisualisations.ts#L169](/src/UI/Popup/DataVisualisations.ts#L169) Defined in [/src/UI/Popup/DataVisualisations.ts#L173](/src/UI/Popup/DataVisualisations.ts#L173)
#### Example usage of canonical #### Example usage of canonical
@ -217,7 +217,7 @@ Converts compass degrees (with 0° being north, 90° being east, ...) into a hum
| key | _direction:centerpoint | The attribute containing the degrees | | key | _direction:centerpoint | The attribute containing the degrees |
| offset | 0 | Offset value that is added to the actual value, e.g. `180` to indicate the opposite (backward) direction | | offset | 0 | Offset value that is added to the actual value, e.g. `180` to indicate the opposite (backward) direction |
Defined in [/src/UI/Popup/DataVisualisations.ts#L45](/src/UI/Popup/DataVisualisations.ts#L45) Defined in [/src/UI/Popup/DataVisualisations.ts#L49](/src/UI/Popup/DataVisualisations.ts#L49)
#### Example usage of direction_absolute #### Example usage of direction_absolute
@ -227,7 +227,7 @@ Defined in [/src/UI/Popup/DataVisualisations.ts#L45](/src/UI/Popup/DataVisualisa
Gives a distance indicator and a compass pointing towards the location from your GPS-location. If clicked, centers the map on the object Gives a distance indicator and a compass pointing towards the location from your GPS-location. If clicked, centers the map on the object
Defined in [/src/UI/Popup/DataVisualisations.ts#L27](/src/UI/Popup/DataVisualisations.ts#L27) Defined in [/src/UI/Popup/DataVisualisations.ts#L31](/src/UI/Popup/DataVisualisations.ts#L31)
#### Example usage of direction_indicator #### Example usage of direction_indicator
@ -243,7 +243,7 @@ A small element, showing if the POI is currently open and when the next change i
| prefix | _empty string_ | Remove this string from the start of the value before parsing. __Note: use `&LPARENs` to indicate `(` if needed__ | | prefix | _empty string_ | Remove this string from the start of the value before parsing. __Note: use `&LPARENs` to indicate `(` if needed__ |
| postfix | _empty string_ | Remove this string from the end of the value before parsing. __Note: use `&RPARENs` to indicate `)` if needed__ | | postfix | _empty string_ | Remove this string from the end of the value before parsing. __Note: use `&RPARENs` to indicate `)` if needed__ |
Defined in [/src/UI/Popup/DataVisualisations.ts#L128](/src/UI/Popup/DataVisualisations.ts#L128) Defined in [/src/UI/Popup/DataVisualisations.ts#L132](/src/UI/Popup/DataVisualisations.ts#L132)
#### Example usage of opening_hours_state #### Example usage of opening_hours_state
@ -259,7 +259,7 @@ Creates an opening-hours table. Usage: {opening_hours_table(opening_hours)} to c
| prefix | _empty string_ | Remove this string from the start of the value before parsing. __Note: use `&LPARENs` to indicate `(` if needed__ | | prefix | _empty string_ | Remove this string from the start of the value before parsing. __Note: use `&LPARENs` to indicate `(` if needed__ |
| postfix | _empty string_ | Remove this string from the end of the value before parsing. __Note: use `&RPARENs` to indicate `)` if needed__ | | postfix | _empty string_ | Remove this string from the end of the value before parsing. __Note: use `&RPARENs` to indicate `)` if needed__ |
Defined in [/src/UI/Popup/DataVisualisations.ts#L89](/src/UI/Popup/DataVisualisations.ts#L89) Defined in [/src/UI/Popup/DataVisualisations.ts#L93](/src/UI/Popup/DataVisualisations.ts#L93)
#### Example usage of opening_hours_table #### Example usage of opening_hours_table
@ -273,7 +273,7 @@ Creates a visualisation for 'points in time', e.g. collection times of a postbox
-----|-----|----- | -----|-----|----- |
| key | _undefined_ | The key out of which the points_in_time will be parsed | | key | _undefined_ | The key out of which the points_in_time will be parsed |
Defined in [/src/UI/Popup/DataVisualisations.ts#L294](/src/UI/Popup/DataVisualisations.ts#L294) Defined in [/src/UI/Popup/DataVisualisations.ts#L298](/src/UI/Popup/DataVisualisations.ts#L298)
#### Example usage of points_in_time #### Example usage of points_in_time
@ -283,7 +283,7 @@ Defined in [/src/UI/Popup/DataVisualisations.ts#L294](/src/UI/Popup/DataVisualis
Show general statistics about all the elements currently in view. Intended to use on the `current_view`-layer. They will be split per layer Show general statistics about all the elements currently in view. Intended to use on the `current_view`-layer. They will be split per layer
Defined in [/src/UI/Popup/DataVisualisations.ts#L209](/src/UI/Popup/DataVisualisations.ts#L209) Defined in [/src/UI/Popup/DataVisualisations.ts#L213](/src/UI/Popup/DataVisualisations.ts#L213)
#### Example usage of statistics #### Example usage of statistics
@ -327,7 +327,7 @@ Gives an interactive element which shows a tag comparison between the OSM-object
| host | _undefined_ | The domain name(s) where data might be fetched from - this is needed to set the CSP. A domain must include 'https', e.g. 'https://example.com'. For multiple domains, separate them with ';'. If you don't know the possible domains, use '*'. | | host | _undefined_ | The domain name(s) where data might be fetched from - this is needed to set the CSP. A domain must include 'https', e.g. 'https://example.com'. For multiple domains, separate them with ';'. If you don't know the possible domains, use '*'. |
| readonly | _undefined_ | If 'yes', will not show 'apply'-buttons | | readonly | _undefined_ | If 'yes', will not show 'apply'-buttons |
Defined in [/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L237](/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L237) Defined in [/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L243](/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L243)
#### Example usage of compare_data #### Example usage of compare_data
@ -534,7 +534,7 @@ Attempts to load (via a proxy) the specified website and parsed ld+json from the
| mode | _undefined_ | If `display`, only show the data in tabular and readonly form, ignoring already existing tags. This is used to explicitly show all the tags. If unset or anything else, allow to apply/import on OSM | | mode | _undefined_ | If `display`, only show the data in tabular and readonly form, ignoring already existing tags. This is used to explicitly show all the tags. If unset or anything else, allow to apply/import on OSM |
| collapsed | yes | If the containing accordion should be closed | | collapsed | yes | If the containing accordion should be closed |
Defined in [/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L96](/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L96) Defined in [/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L100](/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L100)
#### Example usage of linked_data_from_website #### Example usage of linked_data_from_website
@ -553,7 +553,7 @@ Change the status of the given MapRoulette task
| maproulette_id | mr_taskId | The property name containing the maproulette id | | maproulette_id | mr_taskId | The property name containing the maproulette id |
| ask_feedback | _empty string_ | If not an empty string, this will be used as question to ask some additional feedback. A text field will be added | | ask_feedback | _empty string_ | If not an empty string, this will be used as question to ask some additional feedback. A text field will be added |
Defined in [/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L20](/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L20) Defined in [/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L24](/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L24)
#### Example usage of maproulette_set_status #### Example usage of maproulette_set_status
@ -628,7 +628,7 @@ These special visualisations are (mostly) interactive components that most eleme
An element which allows to add a new point on the 'last_click'-location. Only makes sense in the layer `last_click` An element which allows to add a new point on the 'last_click'-location. Only makes sense in the layer `last_click`
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L261](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L261) Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L268](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L268)
#### Example usage of add_new_point #### Example usage of add_new_point
@ -638,7 +638,7 @@ Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L261](/src/
Adds a button which allows to delete the object at this location. The config will be read from the layer config Adds a button which allows to delete the object at this location. The config will be read from the layer config
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L168](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L168) Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L175](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L175)
#### Example usage of delete_button #### Example usage of delete_button
@ -653,7 +653,7 @@ Shows a 'nothing is currently known-message if there is at least one unanswered
| text | _undefined_ | Text to show | | text | _undefined_ | Text to show |
| cssClasses | _undefined_ | Classes to apply onto the text | | cssClasses | _undefined_ | Classes to apply onto the text |
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L228](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L228) Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L235](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L235)
#### Example usage of if_nothing_known #### Example usage of if_nothing_known
@ -679,7 +679,7 @@ Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L86](/src/U
Adds a button which allows to move the object to another location. The config will be read from the layer config Adds a button which allows to move the object to another location. The config will be read from the layer config
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L142](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L142) Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L149](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L149)
#### Example usage of move_button #### Example usage of move_button
@ -694,7 +694,7 @@ Generates a QR-code to share the selected object
| text | _undefined_ | Extra text on the side of the QR-code | | text | _undefined_ | Extra text on the side of the QR-code |
| textClass | _undefined_ | CSS class of the the side text | | textClass | _undefined_ | CSS class of the the side text |
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L195](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L195) Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L202](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L202)
#### Example usage of qr_code #### Example usage of qr_code
@ -735,7 +735,7 @@ Defined in [/src/UI/Popup/ShareLinkViz.ts#L7](/src/UI/Popup/ShareLinkViz.ts#L7)
Adds a button which allows to split a way Adds a button which allows to split a way
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L125](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L125) Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L132](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L132)
#### Example usage of split_button #### Example usage of split_button
@ -1193,7 +1193,7 @@ Converts a fediverse username or link into a clickable link
-----|-----|----- | -----|-----|----- |
| key | _undefined_ | The attribute-name containing the link | | key | _undefined_ | The attribute-name containing the link |
Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L17](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L17) Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L21](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L21)
#### Example usage of fediverse_link #### Example usage of fediverse_link
@ -1212,7 +1212,7 @@ Construct a link. By using the 'special' visualisation notation, translations sh
| arialabel | _undefined_ | If set, this text will be used as aria-label | | arialabel | _undefined_ | If set, this text will be used as aria-label |
| icon | _undefined_ | If set, show this icon next to the link. You might want to combine this with `class: button` | | icon | _undefined_ | If set, show this icon next to the link. You might want to combine this with `class: button` |
Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L139](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L139) Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L145](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L145)
#### Example usage of link #### Example usage of link
@ -1243,7 +1243,7 @@ Creates a `mailto`-link where some fields are already set and correctly escaped.
| body | _undefined_ | The text in the email | | body | _undefined_ | The text in the email |
| button_text | _undefined_ | The text shown on the button in the UI | | button_text | _undefined_ | The text shown on the button in the UI |
Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L105](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L105) Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L111](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L111)
#### Example usage of send_email #### Example usage of send_email
@ -1257,7 +1257,7 @@ Shows the label of the corresponding wikidata-item
-----|-----|----- | -----|-----|----- |
| keyToShowWikidataFor | wikidata | Use the wikidata entry from this key to show the label | | keyToShowWikidataFor | wikidata | Use the wikidata entry from this key to show the label |
Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L67](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L67) Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L71](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L71)
#### Example usage of wikidata_label #### Example usage of wikidata_label
@ -1271,7 +1271,7 @@ A box showing the corresponding wikipedia article(s) - based on the **wikidata**
-----|-----|----- | -----|-----|----- |
| keyToShowWikipediaFor | wikidata;wikipedia | Use the wikidata entry from this key to show the wikipedia article for. Multiple keys can be given (separated by ';'), in which case the first matching value is used | | keyToShowWikipediaFor | wikidata;wikipedia | Use the wikidata entry from this key to show the wikipedia article for. Multiple keys can be given (separated by ';'), in which case the first matching value is used |
Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L39](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L39) Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L43](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L43)
#### Example usage of wikipedia #### Example usage of wikipedia
@ -1366,7 +1366,7 @@ Defined in [/src/UI/Popup/MultiApplyViz.ts#L7](/src/UI/Popup/MultiApplyViz.ts#L7
Shows the extra description from the presets of the layer, if one matches. It will pick the most specific one (e.g. if preset `A` implies `B`, but `B` does not imply `A`, it'll pick B) or the first one if no ordering can be made. Might be empty Shows the extra description from the presets of the layer, if one matches. It will pick the most specific one (e.g. if preset `A` implies `B`, but `B` does not imply `A`, it'll pick B) or the first one if no ordering can be made. Might be empty
Defined in [/src/UI/Popup/DataVisualisations.ts#L221](/src/UI/Popup/DataVisualisations.ts#L221) Defined in [/src/UI/Popup/DataVisualisations.ts#L225](/src/UI/Popup/DataVisualisations.ts#L225)
#### Example usage of preset_description #### Example usage of preset_description
@ -1376,7 +1376,7 @@ Defined in [/src/UI/Popup/DataVisualisations.ts#L221](/src/UI/Popup/DataVisualis
An editable tag rendering which allows to change the type An editable tag rendering which allows to change the type
Defined in [/src/UI/Popup/DataVisualisations.ts#L239](/src/UI/Popup/DataVisualisations.ts#L239) Defined in [/src/UI/Popup/DataVisualisations.ts#L243](/src/UI/Popup/DataVisualisations.ts#L243)
#### Example usage of preset_type_select #### Example usage of preset_type_select

View file

@ -14,6 +14,7 @@ Available languages:
- en - en
- cs - cs
- zh_Hant
# Layers defined in this theme configuration file # Layers defined in this theme configuration file
These layers can not be reused in different themes. These layers can not be reused in different themes.

View file

@ -339,7 +339,7 @@ No default value set
Used to share a session with another device - this saves logging in at another device Used to share a session with another device - this saves logging in at another device
This documentation is defined in the source code at [WithUserRelatedState.ts](/src/Models/ThemeViewState/WithUserRelatedState.ts#L47) This documentation is defined in the source code at [WithUserRelatedState.ts](/src/Models/ThemeViewState/WithUserRelatedState.ts#L46)
No default value set No default value set
@ -347,7 +347,7 @@ No default value set
Used to complete the login Used to complete the login
This documentation is defined in the source code at [WithUserRelatedState.ts](/src/Models/ThemeViewState/WithUserRelatedState.ts#L52) This documentation is defined in the source code at [WithUserRelatedState.ts](/src/Models/ThemeViewState/WithUserRelatedState.ts#L51)
No default value set No default value set

View file

@ -82,12 +82,7 @@
</a> </a>
<a href="https://play.google.com/store/apps/details?id=org.mapcomplete"> <a href="https://play.google.com/store/apps/details?id=org.mapcomplete">
<img <img src={`./googleplay.svg`} alt={$googleplay} class="m-2" style="width: 17rem" />
src={`./googleplay.svg`}
alt={$googleplay}
class="m-2"
style="width: 17rem"
/>
</a> </a>
<a <a

View file

@ -3,7 +3,7 @@
"name": { "name": {
"en": "Lighthouses", "en": "Lighthouses",
"ca": "far", "ca": "far",
"cs": "maják", "cs": "Majáky",
"cy": "goleudy", "cy": "goleudy",
"de": "Leuchtturm", "de": "Leuchtturm",
"es": "faro", "es": "faro",
@ -18,7 +18,7 @@
"render": { "render": {
"en": "Lighthouse", "en": "Lighthouse",
"ca": "far", "ca": "far",
"cs": "maják", "cs": "Maják",
"cy": "goleudy", "cy": "goleudy",
"de": "Leuchtturm", "de": "Leuchtturm",
"es": "faro", "es": "faro",

View file

@ -2,7 +2,8 @@
"id": "police_call_box", "id": "police_call_box",
"name": { "name": {
"en": "Police call boxes", "en": "Police call boxes",
"cs": "Policejní telefonní budky" "cs": "Policejní telefonní budky",
"zh_Hant": "警察詢問室"
}, },
"description": { "description": {
"en": "A type of telephone kiosk historically used by the police.", "en": "A type of telephone kiosk historically used by the police.",

View file

@ -16,7 +16,8 @@
"pa_PK": "دکان", "pa_PK": "دکان",
"pl": "Sklep", "pl": "Sklep",
"ru": "Магазин", "ru": "Магазин",
"uk": "Магазин" "uk": "Магазин",
"zh_Hant": "商家"
}, },
"description": { "description": {
"en": "A shop", "en": "A shop",

View file

@ -32,7 +32,8 @@
"de": "Blitzer", "de": "Blitzer",
"es": "Radar", "es": "Radar",
"it": "Autovelox", "it": "Autovelox",
"nl": "Flitspaal" "nl": "Flitspaal",
"zh_Hant": "測速照相"
} }
}, },
"pointRendering": [ "pointRendering": [
@ -82,7 +83,8 @@
"es": "¿Cuál es la velocidad máxima permitida en este radar?", "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 ?", "fr": "Quelle est la vitesse maximale autorisée au niveau de ce radar ?",
"it": "Qual è la velocità massima consentita a questo autovelox?", "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": { "render": {
"en": "The maximum speed allowed is {canonical(maxspeed)}", "en": "The maximum speed allowed is {canonical(maxspeed)}",

View file

@ -13786,4 +13786,4 @@
"render": "Turbina eòlica" "render": "Turbina eòlica"
} }
} }
} }

View file

@ -15146,4 +15146,4 @@
"render": "větrná turbína" "render": "větrná turbína"
} }
} }
} }

View file

@ -4261,4 +4261,4 @@
"render": "vindmølle" "render": "vindmølle"
} }
} }
} }

View file

@ -13765,4 +13765,4 @@
"render": "Windrad" "render": "Windrad"
} }
} }
} }

View file

@ -12618,4 +12618,4 @@
"render": "aerogenerador" "render": "aerogenerador"
} }
} }
} }

View file

@ -7650,4 +7650,4 @@
"render": "éolienne" "render": "éolienne"
} }
} }
} }

View file

@ -14697,4 +14697,4 @@
"render": "turbina eolica" "render": "turbina eolica"
} }
} }
} }

View file

@ -2189,6 +2189,9 @@
}, },
"title": { "title": {
"mappings": { "mappings": {
"0": {
"then": "{name}"
},
"1": { "1": {
"then": "Vogelkijkhut {name}" "then": "Vogelkijkhut {name}"
}, },
@ -7262,6 +7265,11 @@
} }
}, },
"title": { "title": {
"mappings": {
"0": {
"then": "{name}"
}
},
"render": "Natuurgebied" "render": "Natuurgebied"
} }
}, },
@ -7795,6 +7803,21 @@
"render": "Picknicktafel" "render": "Picknicktafel"
} }
}, },
"play_forest": {
"description": "Een speelbos is een vrij toegankelijke zone in een bos",
"name": "Speelbossen",
"title": {
"mappings": {
"0": {
"then": "{name}"
},
"1": {
"then": "Speelbos {name}"
}
},
"render": "Speelbos"
}
},
"playground": { "playground": {
"deletion": { "deletion": {
"nonDeleteMappings": { "nonDeleteMappings": {
@ -9595,6 +9618,9 @@
}, },
"title": { "title": {
"mappings": { "mappings": {
"0": {
"then": "{name}"
},
"1": { "1": {
"then": "Voetpad" "then": "Voetpad"
}, },
@ -11853,7 +11879,16 @@
} }
}, },
"village_green": { "village_green": {
"description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)" "description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)",
"name": "Speelweide",
"title": {
"mappings": {
"0": {
"then": "{name}"
}
},
"render": "Speelweide"
}
}, },
"visitor_information_centre": { "visitor_information_centre": {
"description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.", "description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
@ -12065,4 +12100,4 @@
"render": "windturbine" "render": "windturbine"
} }
} }
} }

View file

@ -2172,4 +2172,4 @@
} }
} }
} }
} }

View file

@ -3514,4 +3514,4 @@
"render": "Утилізація відходів" "render": "Утилізація відходів"
} }
} }
} }

View file

@ -886,6 +886,9 @@
"maxspeed": { "maxspeed": {
"description": "顯示每條道路的允許速度" "description": "顯示每條道路的允許速度"
}, },
"police_call_box": {
"name": "警察詢問室"
},
"postboxes": { "postboxes": {
"description": "這圖層顯示郵筒。", "description": "這圖層顯示郵筒。",
"name": "郵筒", "name": "郵筒",
@ -1051,6 +1054,7 @@
} }
}, },
"shops": { "shops": {
"name": "商家",
"tagRenderings": { "tagRenderings": {
"erotic_shop_fetish": { "erotic_shop_fetish": {
"mappings": { "mappings": {
@ -1072,8 +1076,17 @@
}, },
"question": "這家商店提供戀物癖裝備嗎?" "question": "這家商店提供戀物癖裝備嗎?"
} }
}
},
"speed_camera": {
"tagRenderings": {
"maxspeed": {
"question": "這個測速照相允許的最高速限?"
}
}, },
"name": "商家" "title": {
"render": "測速照相"
}
}, },
"sports_centre": { "sports_centre": {
"tagRenderings": { "tagRenderings": {
@ -1276,18 +1289,5 @@
}, },
"render": "風機" "render": "風機"
} }
},
"speed_camera": {
"title": {
"render": "測速照相"
},
"tagRenderings": {
"maxspeed": {
"question": "這個測速照相允許的最高速限?"
}
}
},
"police_call_box": {
"name": "警察詢問室"
} }
} }

6
package-lock.json generated
View file

@ -13004,9 +13004,9 @@
} }
}, },
"node_modules/caniuse-lite": { "node_modules/caniuse-lite": {
"version": "1.0.30001734", "version": "1.0.30001735",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001734.tgz", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001735.tgz",
"integrity": "sha512-uhE1Ye5vgqju6OI71HTQqcBCZrvHugk0MjLak7Q+HfoBgoq5Bi+5YnwjP4fjDgrtYr/l8MVRBvzz9dPD4KyK0A==", "integrity": "sha512-EV/laoX7Wq2J9TQlyIXRxTJqIw4sxfXS4OYgudGxBYRuTv0q7AM6yMEpU/Vo1I94thg9U6EZ2NfZx9GJq83u7w==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {

View file

@ -9,7 +9,6 @@ import { TagsFilter } from "../../Tags/TagsFilter"
import { BBox } from "../../BBox" import { BBox } from "../../BBox"
import { OsmTags } from "../../../Models/OsmFeature" import { OsmTags } from "../../../Models/OsmFeature"
import { Lists } from "../../../Utils/Lists" import { Lists } from "../../../Utils/Lists"
;("use strict") ;("use strict")
/** /**

View file

@ -15,7 +15,6 @@ import {
import { Tiles } from "../Models/TileRange" import { Tiles } from "../Models/TileRange"
import { Utils } from "../Utils" import { Utils } from "../Utils"
import { Lists } from "../Utils/Lists" import { Lists } from "../Utils/Lists"
;("use strict") ;("use strict")
export class GeoOperations { export class GeoOperations {

View file

@ -678,7 +678,7 @@ export default class UserRelatedState {
amendedPrefs.ping() amendedPrefs.ping()
}) })
if(!Utils.runningFromConsole){ if (!Utils.runningFromConsole) {
amendedPrefs.data["___device_pixel_ratio"] = "" + window.devicePixelRatio amendedPrefs.data["___device_pixel_ratio"] = "" + window.devicePixelRatio
} }

View file

@ -21,5 +21,5 @@
{:else if validatorHelper !== undefined} {:else if validatorHelper !== undefined}
<svelte:component this={validatorHelper} {value} {feature} {state} {args} on:submit /> <svelte:component this={validatorHelper} {value} {feature} {state} {args} on:submit />
{:else} {:else}
<slot name="fallback"/> <!-- Used in the FilterWithView to inject the helper --> <slot name="fallback" /> <!-- Used in the FilterWithView to inject the helper -->
{/if} {/if}

View file

@ -69,6 +69,7 @@
} }
} }
</script> </script>
{#if specs === undefined} {#if specs === undefined}
<!-- Empty --> <!-- Empty -->
{:else if lang === "*"} {:else if lang === "*"}

View file

@ -1,7 +1,7 @@
{ {
"contributors": [ "contributors": [
{ {
"commits": 10393, "commits": 10407,
"contributor": "Pieter Vander Vennet" "contributor": "Pieter Vander Vennet"
}, },
{ {

View file

@ -13,7 +13,7 @@
"contributor": "paunofu" "contributor": "paunofu"
}, },
{ {
"commits": 177, "commits": 186,
"contributor": "Anonymous" "contributor": "Anonymous"
}, },
{ {
@ -34,11 +34,11 @@
}, },
{ {
"commits": 72, "commits": 72,
"contributor": "Midgard" "contributor": "Supaplex"
}, },
{ {
"commits": 71, "commits": 72,
"contributor": "Supaplex" "contributor": "Midgard"
}, },
{ {
"commits": 70, "commits": 70,
@ -66,11 +66,11 @@
}, },
{ {
"commits": 36, "commits": 36,
"contributor": "Iago" "contributor": "Lukáš Jelínek"
}, },
{ {
"commits": 35, "commits": 36,
"contributor": "Lukáš Jelínek" "contributor": "Iago"
}, },
{ {
"commits": 34, "commits": 34,

View file

@ -1,4 +1,4 @@
export class SWGenerated { export class SWGenerated {
// generated by scripts/prepareServiceWorker.ts // generated by scripts/prepareServiceWorker.ts
static vNumber = "0.54.7" static vNumber = "0.55.2"
} }