forked from MapComplete/MapComplete
Better handling of GPX-state
This commit is contained in:
parent
519feaa54b
commit
a37a7462a2
17 changed files with 585 additions and 412 deletions
10
assets/layers/gps_location_history/gps_location_history.json
Normal file
10
assets/layers/gps_location_history/gps_location_history.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "gps_location_history",
|
||||
"description": "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",
|
||||
"minzoom": 0,
|
||||
"source": {
|
||||
"osmTags": "user:location=yes",
|
||||
"maxCacheAge": 604800
|
||||
},
|
||||
"mapRendering": null
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue