Add licenses

This commit is contained in:
Pieter Vander Vennet 2022-10-25 19:38:42 +02:00
parent d850fc524c
commit dbb2084828
4 changed files with 88 additions and 2 deletions

View file

@ -6,14 +6,33 @@
"osmTags": "id=gps",
"maxCacheAge": 0
},
"title": "Current position",
"name": "GPS Location",
"mapRendering": [
{
"icon": "crosshair:var(--catch-detail-color)",
"icon": {
"render":"crosshair:var(--catch-detail-color)",
"mappings": [
{
"if": "speed>2",
"then": "gps_arrow"
}
]
},
"iconSize": "40,40,center",
"rotation": {
"render": "0deg",
"mappings": [{
"if": {
"and":["speed>2","heading!=NaN"]
},
"then": "{heading}deg"
}]
},
"location": [
"point",
"centroid"
]
}
]
}
}