Add 'upload GPX-trace to OSM' code, small improvements to gps_track-layer

This commit is contained in:
Pieter Vander Vennet 2022-02-16 00:56:48 +01:00
parent e721146ca1
commit 9cd83af941
5 changed files with 98 additions and 6 deletions

View file

@ -1,11 +1,22 @@
{
"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,
"minzoom": 1,
"name": {
"en": "Location history as points",
"nl": "Locatiegeschiedenis als punten"
},
"source": {
"osmTags": "user:location=yes",
"#": "Cache is disabled here as these points are kept seperately",
"maxCacheAge": 0
},
"mapRendering": null
"shownByDefault": false,
"mapRendering":[
{
"location": ["point","centroid"],
"icon": "square:red",
"iconSize": "5,5,center"
}
]
}