forked from MapComplete/MapComplete
Chore: update docs
This commit is contained in:
parent
a06e513c4f
commit
cda5805307
165 changed files with 12878 additions and 401 deletions
|
@ -132,7 +132,7 @@ MapComplete has a few data layers available in the theme which have special prop
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.org/circle:red' height="100px">
|
||||
|
||||
|
||||
Highlights the currently selected element. Override this layer to have different colors
|
||||
|
||||
|
@ -175,7 +175,7 @@ Elements must have the all of following tags to be shown on this layer:
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.org/crosshair:var(--catch-detail-color)' height="100px">
|
||||
|
||||
|
||||
Meta layer showing the current location of the user. Add this to your theme and override the icon to change the appearance of the current location. The object will always have `id=gps` and will have _all_ the properties included in the [`Coordinates`-object](https://developer.mozilla.org/en-US/docs/Web/API/GeolocationCoordinates) (except latitude and longitude) returned by the browser, such as `speed`, `altitude`, `heading`, ....
|
||||
|
||||
|
@ -218,7 +218,7 @@ Elements must have the all of following tags to be shown on this layer:
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.org/square:red' height="100px">
|
||||
|
||||
|
||||
Meta layer which contains the previous locations of the user as single points. This is mainly for technical reasons, e.g. to keep match the distance to the modified object
|
||||
|
||||
|
@ -263,7 +263,7 @@ Elements must have the all of following tags to be shown on this layer:
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.org/circle:white;./assets/svg/home.svg' height="100px">
|
||||
|
||||
|
||||
Meta layer showing the home location of the user. The home location can be set in the [profile settings](https://www.openstreetmap.org/profile/edit) of OpenStreetMap.
|
||||
|
||||
|
@ -511,7 +511,7 @@ Elements must have the all of following tags to be shown on this layer:
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.org/<div class='relative'> <img src='./assets/svg/add_pin.svg' class='absolute' style='height: 50px'> <div class='absolute top-0 left-0 rounded-full overflow-hidden noselect' style='width: 40px; height: 40px'><div class='flex slide min-w-min' style='animation: slide linear {number_of_presets}s infinite; width: calc( (1 + {number_of_presets}) * 40px ); height: 40px'>{renderings}{first_preset}</div></div></div>' height="100px">
|
||||
|
||||
|
||||
This layer defines how to render the 'last click'-location. By default, it will show a marker with the possibility to add a new point (if there are some presets) and/or to add a new note (if the 'note' layer attribute is set). If none are possible, this layer won't show up
|
||||
|
||||
|
@ -640,7 +640,7 @@ action.0 | only_if_action_is_possible | has_note_layer=yes\|has_presets=yes
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.org/addSmall:#000' height="100px">
|
||||
|
||||
|
||||
If the import-button moves OSM points, the imported way points or conflates, a preview is shown. This layer defines how this preview is rendered. This layer cannot be included in a theme.
|
||||
|
||||
|
@ -681,7 +681,7 @@ Elements must have the all of following tags to be shown on this layer:
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.org/circle:white;./assets/svg/scissors.svg' height="100px">
|
||||
|
||||
|
||||
Layer rendering the little scissors for the minimap in the 'splitRoadWizard'
|
||||
|
||||
|
@ -722,7 +722,7 @@ Elements must have the all of following tags to be shown on this layer:
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.org/bug' height="100px">
|
||||
|
||||
|
||||
Layer rendering the way to split in the 'splitRoadWizard'. This one is used instead of the variable rendering by the themes themselves, as they might not always be very visible
|
||||
|
||||
|
@ -865,59 +865,12 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
matchpoint
|
||||
============
|
||||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.org/./assets/svg/crosshair-empty.svg' height="100px">
|
||||
|
||||
The default rendering for a locationInput which snaps onto another object
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- This layer is shown at zoomlevel **0** and higher
|
||||
- This layer can **not** be included in a theme. It is solely used by [special renderings](SpecialRenderings.md) showing a minimap with custom data.
|
||||
|
||||
|
||||
|
||||
|
||||
Basic tags for this layer
|
||||
---------------------------
|
||||
|
||||
|
||||
|
||||
Elements must have the all of following tags to be shown on this layer:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Supported attributes
|
||||
----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
>>>>>>> develop
|
||||
=======
|
||||
>>>>>>> develop
|
||||
import_candidate
|
||||
==================
|
||||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.org/square:red;' height="100px">
|
||||
|
||||
|
||||
Layer used as template in the importHelper
|
||||
|
||||
|
@ -1498,6 +1451,7 @@ The following layers are included in MapComplete:
|
|||
- [gps_location](./Layers/gps_location.md)
|
||||
- [gps_location_history](./Layers/gps_location_history.md)
|
||||
- [gps_track](./Layers/gps_track.md)
|
||||
- [guidepost](./Layers/guidepost.md)
|
||||
- [hackerspace](./Layers/hackerspace.md)
|
||||
- [home_location](./Layers/home_location.md)
|
||||
- [hospital](./Layers/hospital.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue