forked from MapComplete/MapComplete
Refactoring: put all special visualisations into their own class, add their location into the documentation
This commit is contained in:
parent
c0e7c9e8fa
commit
ae5205f92d
29 changed files with 2270 additions and 2075 deletions
|
|
@ -139,7 +139,7 @@ Show a literal text within braces
|
|||
-----|-----|----- |
|
||||
| text | _undefined_ | The value to show |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L313](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L313)
|
||||
|
||||
#### Example usage of braced
|
||||
|
||||
|
|
@ -149,7 +149,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Shows the title of the popup. Useful for some cases, e.g. 'What is phone number of {title()}?'
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L293](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L293)
|
||||
|
||||
#### Example usage of title
|
||||
|
||||
|
|
@ -163,7 +163,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 |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L260](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L260)
|
||||
|
||||
#### Example usage of translated
|
||||
|
||||
|
|
@ -177,7 +177,7 @@ Visualises data of a POI, sometimes with data updating capabilities
|
|||
|
||||
Prints all key-value pairs of the object - used for debugging
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataVisualisations.ts#L274](/src/UI/Popup/DataVisualisations.ts#L274)
|
||||
|
||||
#### Example usage of all_tags
|
||||
|
||||
|
|
@ -191,7 +191,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 |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataVisualisations.ts#L168](/src/UI/Popup/DataVisualisations.ts#L168)
|
||||
|
||||
#### Example usage of canonical
|
||||
|
||||
|
|
@ -206,7 +206,7 @@ Converts compass degrees (with 0° being north, 90° being east, ...) into a hum
|
|||
| 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 |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataVisualisations.ts#L45](/src/UI/Popup/DataVisualisations.ts#L45)
|
||||
|
||||
#### Example usage of direction_absolute
|
||||
|
||||
|
|
@ -216,7 +216,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
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/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataVisualisations.ts#L28](/src/UI/Popup/DataVisualisations.ts#L28)
|
||||
|
||||
#### Example usage of direction_indicator
|
||||
|
||||
|
|
@ -232,7 +232,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__ |
|
||||
| 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/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataVisualisations.ts#L127](/src/UI/Popup/DataVisualisations.ts#L127)
|
||||
|
||||
#### Example usage of opening_hours_state
|
||||
|
||||
|
|
@ -248,7 +248,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__ |
|
||||
| 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/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataVisualisations.ts#L89](/src/UI/Popup/DataVisualisations.ts#L89)
|
||||
|
||||
#### Example usage of opening_hours_table
|
||||
|
||||
|
|
@ -258,7 +258,7 @@ A normal opening hours table can be invoked with `{opening_hours_table()}`. A ta
|
|||
|
||||
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/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataVisualisations.ts#L209](/src/UI/Popup/DataVisualisations.ts#L209)
|
||||
|
||||
#### Example usage of statistics
|
||||
|
||||
|
|
@ -286,7 +286,7 @@ Elements to help with importing data to OSM. For example: buttons to import a fe
|
|||
| text | _undefined_ | The text to show on the button |
|
||||
| icon | ./assets/svg/robot.svg | The icon to show on the button |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/AutoApplyButtonVis.ts#L64](/src/UI/Popup/AutoApplyButtonVis.ts#L64)
|
||||
|
||||
#### Example usage of auto_apply
|
||||
|
||||
|
|
@ -302,7 +302,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 '*'. |
|
||||
| readonly | _undefined_ | If 'yes', will not show 'apply'-buttons |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L239](/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L239)
|
||||
|
||||
#### Example usage of compare_data
|
||||
|
||||
|
|
@ -362,7 +362,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
| icon | ./assets/svg/addSmall.svg | A nice icon to show in the button |
|
||||
| way_to_conflate | _undefined_ | The key, of which the corresponding value is the id of the OSM-way that must be conflated; typically a calculatedTag |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/ImportButtons/ConflateImportButtonViz.ts#L25](/src/UI/Popup/ImportButtons/ConflateImportButtonViz.ts#L25)
|
||||
|
||||
#### Example usage of conflate_button
|
||||
|
||||
|
|
@ -426,7 +426,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
| maproulette_id | _undefined_ | The property name of the maproulette_id - this is probably `mr_taskId`. If given, the maproulette challenge will be marked as fixed. Only use this if part of a maproulette-layer. |
|
||||
| to_point | _undefined_ | If set, a feature will be converted to a centerpoint |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/ImportButtons/PointImportButtonViz.ts#L17](/src/UI/Popup/ImportButtons/PointImportButtonViz.ts#L17)
|
||||
|
||||
#### Example usage of import_button
|
||||
|
||||
|
|
@ -491,7 +491,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
| snap_onto_layers | _undefined_ | If no existing nearby point exists, but a line of a specified layer is closeby, snap to this layer instead |
|
||||
| snap_to_layer_max_distance | 0.1 | Distance to distort the geometry to snap to this layer |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/ImportButtons/WayImportButtonViz.ts#L22](/src/UI/Popup/ImportButtons/WayImportButtonViz.ts#L22)
|
||||
|
||||
#### Example usage of import_way_button
|
||||
|
||||
|
|
@ -509,7 +509,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 |
|
||||
| collapsed | yes | If the containing accordion should be closed |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L102](/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L102)
|
||||
|
||||
#### Example usage of linked_data_from_website
|
||||
|
||||
|
|
@ -528,7 +528,7 @@ Change the status of the given MapRoulette task
|
|||
| 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 |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L19](/src/UI/SpecialVisualisations/DataImportSpecialVisualisations.ts#L19)
|
||||
|
||||
#### Example usage of maproulette_set_status
|
||||
|
||||
|
|
@ -558,7 +558,7 @@ Sends the images linked to the current object to plantnet.org and asks it what p
|
|||
-----|-----|----- |
|
||||
| image_key | image,mapillary,image,wikidata,wikimedia_commons,image,panoramax,image,image | The keys given to the images, e.g. if <span class='literal-code'>image</span> is given, the first picture URL will be added as <span class='literal-code'>image</span>, the second as <span class='literal-code'>image:0</span>, the third as <span class='literal-code'>image:1</span>, etc... Multiple values are allowed if ';'-separated |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/PlantNetDetectionViz.ts#L13](/src/UI/Popup/PlantNetDetectionViz.ts#L13)
|
||||
|
||||
#### Example usage of plantnet_detection
|
||||
|
||||
|
|
@ -589,7 +589,7 @@ Note that these values can be prepare with javascript in the theme by using a [c
|
|||
| id_of_object_to_apply_this_one | _undefined_ | If specified, applies the the tags onto _another_ object. The id will be read from properties[id_of_object_to_apply_this_one] of the selected object. The tags are still calculated based on the tags of the _selected_ element |
|
||||
| maproulette_id | _undefined_ | If specified, this maproulette-challenge will be closed when the tags are applied. This should be the `id` of the individual task, _not_ the task_id (which corresponds with the challenge). |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/TagApplyViz.ts#L13](/src/UI/SpecialVisualisations/TagApplyViz.ts#L13)
|
||||
|
||||
#### Example usage of tag_apply
|
||||
|
||||
|
|
@ -603,7 +603,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`
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L245](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L245)
|
||||
|
||||
#### Example usage of add_new_point
|
||||
|
||||
|
|
@ -613,7 +613,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
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/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L154](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L154)
|
||||
|
||||
#### Example usage of delete_button
|
||||
|
||||
|
|
@ -628,7 +628,7 @@ Shows a 'nothing is currently known-message if there is at least one unanswered
|
|||
| text | _undefined_ | Text to show |
|
||||
| cssClasses | _undefined_ | Classes to apply onto the text |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L213](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L213)
|
||||
|
||||
#### Example usage of if_nothing_known
|
||||
|
||||
|
|
@ -643,7 +643,7 @@ A small map showing the selected feature.
|
|||
| zoomlevel | 18 | The (maximum) zoomlevel: the target zoomlevel after fitting the entire feature. The minimap will fit the entire feature, then zoom out to this zoom level. The higher, the more zoomed in with 1 being the entire world and 19 being really close |
|
||||
| idKey | id | (Matches all resting arguments) This argument should be the key of a property of the feature. The corresponding value is interpreted as either the id or the a list of ID's. The features with these ID's will be shown on this minimap. (Note: if the key is 'id', list interpration is disabled) |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L81](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L81)
|
||||
|
||||
#### Example usage of minimap
|
||||
|
||||
|
|
@ -653,7 +653,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
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/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L129](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L129)
|
||||
|
||||
#### Example usage of move_button
|
||||
|
||||
|
|
@ -668,7 +668,7 @@ Generates a QR-code to share the selected object
|
|||
| text | _undefined_ | Extra text on the side of the QR-code |
|
||||
| textClass | _undefined_ | CSS class of the the side text |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L180](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L180)
|
||||
|
||||
#### Example usage of qr_code
|
||||
|
||||
|
|
@ -684,7 +684,7 @@ The special element which shows the questions which are unknown. Added by defaul
|
|||
| blacklisted-labels | _undefined_ | One or more ';'-separated labels of questions which should _not_ be included. Note that the questionbox which is added by default will blacklist 'hidden'. If both a whitelist and a blacklist are given, will show questions having at least one label from the whitelist but none of the blacklist. |
|
||||
| show_all | _undefined_ | Either `no`, `yes` or `user-preference`. Indicates if all questions should be shown at once |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L25](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L25)
|
||||
|
||||
#### Example usage of questions
|
||||
|
||||
|
|
@ -699,7 +699,7 @@ Creates a link that (attempts to) open the native 'share'-screen
|
|||
| url | _undefined_ | The url to share (default: current URL) |
|
||||
| text | _undefined_ | The text to show on the button. If none is given, will act as a titleIcon |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/ShareLinkViz.ts#L7](/src/UI/Popup/ShareLinkViz.ts#L7)
|
||||
|
||||
#### Example usage of share_link
|
||||
|
||||
|
|
@ -709,7 +709,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Adds a button which allows to split a way
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L111](/src/UI/SpecialVisualisations/UISpecialVisualisations.ts#L111)
|
||||
|
||||
#### Example usage of split_button
|
||||
|
||||
|
|
@ -723,7 +723,7 @@ Elements relating to marking an object as favourite (giving it a heart). Default
|
|||
|
||||
A small button that allows a (logged in) contributor to mark a location as a favourite location, sized to fit a title-icon
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/FavouriteVisualisations.ts#L32](/src/UI/SpecialVisualisations/FavouriteVisualisations.ts#L32)
|
||||
|
||||
#### Example usage of favourite_icon
|
||||
|
||||
|
|
@ -733,7 +733,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
A button that allows a (logged in) contributor to mark a location as a favourite location
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/FavouriteVisualisations.ts#L9](/src/UI/SpecialVisualisations/FavouriteVisualisations.ts#L9)
|
||||
|
||||
#### Example usage of favourite_status
|
||||
|
||||
|
|
@ -751,7 +751,7 @@ Creates an image carousel for the given sources. An attempt will be made to gues
|
|||
-----|-----|----- |
|
||||
| image_key | image;mapillary;image;wikidata;wikimedia_commons;image;panoramax;image;image | The keys given to the images, e.g. if <span class='literal-code'>image</span> is given, the first picture URL will be added as <span class='literal-code'>image</span>, the second as <span class='literal-code'>image:0</span>, the third as <span class='literal-code'>image:1</span>, etc... Multiple values are allowed if ';'-separated |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/ImageVisualisations.ts#L57](/src/UI/SpecialVisualisations/ImageVisualisations.ts#L57)
|
||||
|
||||
#### Example usage of image_carousel
|
||||
|
||||
|
|
@ -767,7 +767,7 @@ Creates a button where a user can upload an image to panoramax
|
|||
| label | _undefined_ | The text to show on the button |
|
||||
| disable_blur | _undefined_ | If set to 'true' or 'yes', then face blurring will be disabled. To be used sparingly |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/ImageVisualisations.ts#L90](/src/UI/SpecialVisualisations/ImageVisualisations.ts#L90)
|
||||
|
||||
#### Example usage of image_upload
|
||||
|
||||
|
|
@ -782,7 +782,7 @@ A component showing nearby images loaded from various online services such as Ma
|
|||
| mode | closed | Either `open` or `closed`. If `open`, then the image carousel will always be shown |
|
||||
| readonly | _undefined_ | If 'readonly' or 'yes', will not show the 'link'-button |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/ImageVisualisations.ts#L15](/src/UI/SpecialVisualisations/ImageVisualisations.ts#L15)
|
||||
|
||||
#### Example usage of nearby_images
|
||||
|
||||
|
|
@ -800,7 +800,7 @@ Adds an image to a node
|
|||
-----|-----|----- |
|
||||
| Id-key | id | The property name where the ID of the note to close can be found |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/NoteVisualisations.ts#L123](/src/UI/SpecialVisualisations/NoteVisualisations.ts#L123)
|
||||
|
||||
#### Example usage of add_image_to_note
|
||||
|
||||
|
|
@ -814,7 +814,7 @@ A textfield to add a comment to a node (with the option to close the note).
|
|||
-----|-----|----- |
|
||||
| Id-key | id | The property name where the ID of the note to close can be found |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/NoteVisualisations.ts#L81](/src/UI/SpecialVisualisations/NoteVisualisations.ts#L81)
|
||||
|
||||
#### Example usage of add_note_comment
|
||||
|
||||
|
|
@ -833,7 +833,7 @@ Button to close a note. A predefined text can be defined to close the note with.
|
|||
| minZoom | _undefined_ | If set, only show the closenote button if zoomed in enough |
|
||||
| zoomButton | _undefined_ | Text to show if not zoomed in enough |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/NoteVisualisations.ts#L22](/src/UI/SpecialVisualisations/NoteVisualisations.ts#L22)
|
||||
|
||||
#### Example usage of close_note
|
||||
|
||||
|
|
@ -843,7 +843,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Creates a new map note on the given location. This options is placed in the 'last_click'-popup automatically if the 'notes'-layer is enabled
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/NoteVisualisations.ts#L102](/src/UI/SpecialVisualisations/NoteVisualisations.ts#L102)
|
||||
|
||||
#### Example usage of open_note
|
||||
|
||||
|
|
@ -858,7 +858,7 @@ Visualises the comments for notes
|
|||
| commentsKey | comments | The property name of the comments, which should be stringified json |
|
||||
| start | 0 | Drop the first 'start' comments |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/NoteVisualisations.ts#L143](/src/UI/SpecialVisualisations/NoteVisualisations.ts#L143)
|
||||
|
||||
#### Example usage of visualize_note_comments
|
||||
|
||||
|
|
@ -878,7 +878,7 @@ Invites the contributor to leave a review. Somewhat small UI-element until inter
|
|||
| fallback | _undefined_ | The identifier to use, if <i>tags[subjectKey]</i> as specified above is not available. This is effectively a fallback value |
|
||||
| question | _undefined_ | The question to ask during the review |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/ReviewSpecialVisualisations.ts#L15](/src/UI/SpecialVisualisations/ReviewSpecialVisualisations.ts#L15)
|
||||
|
||||
#### Example usage of create_review
|
||||
|
||||
|
|
@ -893,7 +893,7 @@ Adds an overview of the mangrove-reviews of this object. Mangrove.Reviews needs
|
|||
| subjectKey | name | The key to use to determine the subject. If specified, the subject will be <b>tags[subjectKey]</b> |
|
||||
| fallback | _undefined_ | The identifier to use, if <i>tags[subjectKey]</i> as specified above is not available. This is effectively a fallback value |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/ReviewSpecialVisualisations.ts#L62](/src/UI/SpecialVisualisations/ReviewSpecialVisualisations.ts#L62)
|
||||
|
||||
#### Example usage of list_reviews
|
||||
|
||||
|
|
@ -908,7 +908,7 @@ Shows stars which represent the average rating on mangrove.
|
|||
| subjectKey | name | The key to use to determine the subject. If the value is specified, the subject will be <b>tags[subjectKey]</b> and will use this to filter the reviews. |
|
||||
| fallback | _undefined_ | The identifier to use, if <i>tags[subjectKey]</i> as specified above is not available. This is effectively a fallback value |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/ReviewSpecialVisualisations.ts#L97](/src/UI/SpecialVisualisations/ReviewSpecialVisualisations.ts#L97)
|
||||
|
||||
#### Example usage of rating
|
||||
|
||||
|
|
@ -924,7 +924,7 @@ A pragmatic combination of `create_review` and `list_reviews`
|
|||
| fallback | _undefined_ | The identifier to use, if <i>tags[subjectKey]</i> as specified above is not available. This is effectively a fallback value |
|
||||
| question | _undefined_ | The question to ask in the review form. Optional |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/ReviewSpecialVisualisations.ts#L155](/src/UI/SpecialVisualisations/ReviewSpecialVisualisations.ts#L155)
|
||||
|
||||
#### Example usage of reviews
|
||||
|
||||
|
|
@ -942,7 +942,7 @@ A button which clears the locally downloaded data and the service worker. Login
|
|||
-----|-----|----- |
|
||||
| text | _undefined_ | The text to show on the button |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L111](/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L111)
|
||||
|
||||
#### Example usage of clear_caches
|
||||
|
||||
|
|
@ -952,7 +952,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
A button to remove the travelled track information from the device
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L221](/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L221)
|
||||
|
||||
#### Example usage of clear_location_history
|
||||
|
||||
|
|
@ -962,7 +962,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Shows which questions are disabled for every layer. Used in 'settings'
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L43](/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L43)
|
||||
|
||||
#### Example usage of disabled_questions
|
||||
|
||||
|
|
@ -972,7 +972,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Shows the current tags of the GPS-representing object, used for debugging
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L66](/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L66)
|
||||
|
||||
#### Example usage of gps_all_tags
|
||||
|
||||
|
|
@ -982,7 +982,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Shows the current tags of the GPS-representing object, used for debugging
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L55](/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L55)
|
||||
|
||||
#### Example usage of gyroscope_all_tags
|
||||
|
||||
|
|
@ -996,7 +996,7 @@ Only makes sense in the usersettings. Allows to import a mangrove public key and
|
|||
-----|-----|----- |
|
||||
| text | _undefined_ | The text that is shown on the button |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/ReviewSpecialVisualisations.ts#L133](/src/UI/SpecialVisualisations/ReviewSpecialVisualisations.ts#L133)
|
||||
|
||||
#### Example usage of import_mangrove_key
|
||||
|
||||
|
|
@ -1006,7 +1006,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
A component to set the language of the user interface
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L21](/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L21)
|
||||
|
||||
#### Example usage of language_picker
|
||||
|
||||
|
|
@ -1021,7 +1021,7 @@ Show a login button
|
|||
| force | _undefined_ | Always show this button, even if logged in |
|
||||
| message | _undefined_ | Message to display on the button |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L134](/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L134)
|
||||
|
||||
#### Example usage of login_button
|
||||
|
||||
|
|
@ -1031,7 +1031,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Shows a button where the user can log out
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L198](/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L198)
|
||||
|
||||
#### Example usage of logout
|
||||
|
||||
|
|
@ -1041,7 +1041,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
A module showing the pending changes, with the option to clear the pending changes
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L210](/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L210)
|
||||
|
||||
#### Example usage of pending_changes
|
||||
|
||||
|
|
@ -1056,7 +1056,7 @@ A QR-code which shares the current URL and adds the login token. Anyone with thi
|
|||
| text | _undefined_ | Extra text on the side of the QR-code |
|
||||
| textClass | _undefined_ | CSS class of the the side text |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L163](/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L163)
|
||||
|
||||
#### Example usage of qr_login
|
||||
|
||||
|
|
@ -1066,7 +1066,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Shows the current state of storage
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L87](/src/UI/SpecialVisualisations/SettingsVisualisations.ts#L87)
|
||||
|
||||
#### Example usage of storage_all_tags
|
||||
|
||||
|
|
@ -1086,7 +1086,7 @@ A collapsable group (accordion)
|
|||
| labels | _undefined_ | A `;`-separated list of either identifiers or label names. All tagRenderings matching this value will be shown in the accordion |
|
||||
| blacklist | _undefined_ | A `;`-separated list of either identifiers or label names. Matching tagrenderings will _not_ be included, even if they are in `labels` |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/TagrenderingManipulationSpecialVisualisations.ts#L174](/src/UI/SpecialVisualisations/TagrenderingManipulationSpecialVisualisations.ts#L174)
|
||||
|
||||
#### Example usage of group
|
||||
|
||||
|
|
@ -1102,7 +1102,7 @@ Given an embedded tagRendering (read only) and a key, will read the keyname as a
|
|||
| tagrendering | _undefined_ | An entire tagRenderingConfig |
|
||||
| classes | _undefined_ | CSS-classes to apply on every individual item. Seperated by `space` |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/TagrenderingManipulationSpecialVisualisations.ts#L90](/src/UI/SpecialVisualisations/TagrenderingManipulationSpecialVisualisations.ts#L90)
|
||||
|
||||
#### Example usage of multi
|
||||
|
||||
|
|
@ -1124,7 +1124,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Opens the current view in the iD-editor
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/TagrenderingManipulationSpecialVisualisations.ts#L216](/src/UI/SpecialVisualisations/TagrenderingManipulationSpecialVisualisations.ts#L216)
|
||||
|
||||
#### Example usage of open_in_iD
|
||||
|
||||
|
|
@ -1134,7 +1134,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Opens the current view in the JOSM-editor
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/TagrenderingManipulationSpecialVisualisations.ts#L230](/src/UI/SpecialVisualisations/TagrenderingManipulationSpecialVisualisations.ts#L230)
|
||||
|
||||
#### Example usage of open_in_josm
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@ Shows a tagRendering from a different object as if this was the object itself
|
|||
| featureId | _undefined_ | The key of the attribute which contains the id of the feature from which to use the tags |
|
||||
| tagRenderingId | _undefined_ | The layer-id and tagRenderingId to render. Can be multiple value if ';'-separated (in which case every value must also contain the layerId, e.g. `layerId.tagRendering0; layerId.tagRendering1`). Note: this can cause layer injection |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/TagrenderingManipulationSpecialVisualisations.ts#L17](/src/UI/SpecialVisualisations/TagrenderingManipulationSpecialVisualisations.ts#L17)
|
||||
|
||||
#### Example usage of steal
|
||||
|
||||
|
|
@ -1167,7 +1167,7 @@ Converts a fediverse username or link into a clickable link
|
|||
-----|-----|----- |
|
||||
| key | _undefined_ | The attribute-name containing the link |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L16](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L16)
|
||||
|
||||
#### Example usage of fediverse_link
|
||||
|
||||
|
|
@ -1186,7 +1186,7 @@ Construct a link. By using the 'special' visualisation notation, translations sh
|
|||
| 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` |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L139](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L139)
|
||||
|
||||
#### Example usage of link
|
||||
|
||||
|
|
@ -1200,7 +1200,7 @@ Adds a button to open mapillary on the specified location
|
|||
-----|-----|----- |
|
||||
| zoom | 18 | The startzoom of mapillary |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/MapillaryLinkVis.ts#L8](/src/UI/Popup/MapillaryLinkVis.ts#L8)
|
||||
|
||||
#### Example usage of mapillary_link
|
||||
|
||||
|
|
@ -1217,7 +1217,7 @@ Creates a `mailto`-link where some fields are already set and correctly escaped.
|
|||
| body | _undefined_ | The text in the email |
|
||||
| button_text | _undefined_ | The text shown on the button in the UI |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L106](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L106)
|
||||
|
||||
#### Example usage of send_email
|
||||
|
||||
|
|
@ -1231,7 +1231,7 @@ Shows the label of the corresponding wikidata-item
|
|||
-----|-----|----- |
|
||||
| keyToShowWikidataFor | wikidata | Use the wikidata entry from this key to show the label |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L66](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L66)
|
||||
|
||||
#### Example usage of wikidata_label
|
||||
|
||||
|
|
@ -1245,7 +1245,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 |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L38](/src/UI/SpecialVisualisations/WebAndCommunicationSpecialVisualisations.ts#L38)
|
||||
|
||||
#### Example usage of wikipedia
|
||||
|
||||
|
|
@ -1259,7 +1259,7 @@ Various elements
|
|||
|
||||
Exports the selected feature as GeoJson-file
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataExportVisualisations.ts#L42](/src/UI/Popup/DataExportVisualisations.ts#L42)
|
||||
|
||||
#### Example usage of export_as_geojson
|
||||
|
||||
|
|
@ -1269,7 +1269,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Exports the selected feature as GPX-file
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataExportVisualisations.ts#L10](/src/UI/Popup/DataExportVisualisations.ts#L10)
|
||||
|
||||
#### Example usage of export_as_gpx
|
||||
|
||||
|
|
@ -1286,7 +1286,7 @@ Create a histogram for a list of given values, read from the properties.
|
|||
| countHeader | _empty string_ | This text will be placed above the bars |
|
||||
| colors* | _undefined_ | (Matches all resting arguments - optional) Matches a regex onto a color value, e.g. `3[a-zA-Z+-]*:#33cc33` |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/HistogramViz.ts#L6](/src/UI/Popup/HistogramViz.ts#L6)
|
||||
|
||||
#### Example usage of histogram
|
||||
|
||||
|
|
@ -1305,7 +1305,7 @@ The language element allows to show and pick all known (modern) languages. The k
|
|||
| render_all | {list()} | The full rendering. Use `{list}` to show where the list of languages must come. Optional if mode=single |
|
||||
| no_known_languages | _undefined_ | The text that is shown if no languages are known for this key. If this text is omitted, the languages will be prompted instead |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/LanguageElement/LanguageElement.ts#L9](/src/UI/Popup/LanguageElement/LanguageElement.ts#L9)
|
||||
|
||||
#### Example usage of language_chooser
|
||||
|
||||
|
|
@ -1333,7 +1333,7 @@ A button to apply the tagging of this object onto a list of other features. This
|
|||
| autoapply | _undefined_ | A boolean indicating wether this tagging should be applied automatically if the relevant tags on this object are changed. A visual element indicating the multi_apply is still shown |
|
||||
| overwrite | _undefined_ | If set to 'true', the tags on the other objects will always be overwritten. The default behaviour will be to only change the tags on other objects if they are either undefined or had the same value before the change |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/MultiApplyViz.ts#L7](/src/UI/Popup/MultiApplyViz.ts#L7)
|
||||
|
||||
#### Example usage of multi_apply
|
||||
|
||||
|
|
@ -1343,7 +1343,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
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/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataVisualisations.ts#L221](/src/UI/Popup/DataVisualisations.ts#L221)
|
||||
|
||||
#### Example usage of preset_description
|
||||
|
||||
|
|
@ -1353,7 +1353,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
An editable tag rendering which allows to change the type
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataVisualisations.ts#L238](/src/UI/Popup/DataVisualisations.ts#L238)
|
||||
|
||||
#### Example usage of preset_type_select
|
||||
|
||||
|
|
@ -1367,7 +1367,7 @@ Shows a (json of) tags in a human-readable way + links to the wiki
|
|||
-----|-----|----- |
|
||||
| key | value | The key to look for the tags |
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/DataVisualisations.ts#L291](/src/UI/Popup/DataVisualisations.ts#L291)
|
||||
|
||||
#### Example usage of tags
|
||||
|
||||
|
|
@ -1377,7 +1377,7 @@ Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplet
|
|||
|
||||
Uploads the GPS-history as GPX to OpenStreetMap.org; clears the history afterwards. The actual feature is ignored.
|
||||
|
||||
Defined in [/src/UI/SpecialVisualization.ts#L98](/home/pietervdvn/git/MapComplete/src/UI/SpecialVisualization.ts)
|
||||
Defined in [/src/UI/Popup/UploadToOsmViz.ts#L11](/src/UI/Popup/UploadToOsmViz.ts#L11)
|
||||
|
||||
#### Example usage of upload_to_osm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue