forked from MapComplete/MapComplete
Full code cleanup
This commit is contained in:
parent
3a4a2a2016
commit
fa971ffbbf
300 changed files with 16352 additions and 19284 deletions
|
@ -1,96 +1,59 @@
|
|||
|
||||
|
||||
gps_track
|
||||
gps_track
|
||||
===========
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Meta layer showing the previous locations of the user as single line. Add this to your theme and override the icon to change the appearance of the current location.
|
||||
|
||||
|
||||
|
||||
Meta layer showing the previous locations of the user as single line. Add this to your theme and override the icon to
|
||||
change the appearance of the current location.
|
||||
|
||||
## Table of contents
|
||||
|
||||
1. [gps_track](#gps_track)
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
|
||||
- [Basic tags for this layer](#basic-tags-for-this-layer)
|
||||
- [Supported attributes](#supported-attributes)
|
||||
+ [Privacy notice](#privacy-notice)
|
||||
+ [export_as_gpx](#export_as_gpx)
|
||||
+ [minimap](#minimap)
|
||||
+ [delete](#delete)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- This layer is not visible by default and must be enabled in the filter by the user.
|
||||
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
|
||||
|
||||
- This layer is not visible by default and must be enabled in the filter by the user.
|
||||
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
|
||||
|
||||
[Go to the source code](../assets/layers/gps_track/gps_track.json)
|
||||
|
||||
|
||||
|
||||
Basic tags for this layer
|
||||
Basic tags for this layer
|
||||
---------------------------
|
||||
|
||||
|
||||
|
||||
Elements must have the all of following tags to be shown on this layer:
|
||||
|
||||
- <a href='https://wiki.openstreetmap.org/wiki/Key:id' target='_blank'>id</a>
|
||||
=<a href='https://wiki.openstreetmap.org/wiki/Tag:id%3Dlocation_track' target='_blank'>location_track</a>
|
||||
|
||||
|
||||
- <a href='https://wiki.openstreetmap.org/wiki/Key:id' target='_blank'>id</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:id%3Dlocation_track' target='_blank'>location_track</a>
|
||||
|
||||
|
||||
|
||||
|
||||
Supported attributes
|
||||
Supported attributes
|
||||
----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Privacy notice
|
||||
|
||||
|
||||
### Privacy notice
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### export_as_gpx
|
||||
|
||||
|
||||
### export_as_gpx
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### minimap
|
||||
|
||||
|
||||
### minimap
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### delete
|
||||
|
||||
|
||||
### delete
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
|
||||
|
||||
This document is autogenerated from assets/layers/gps_track/gps_track.json
|
Loading…
Add table
Add a link
Reference in a new issue