forked from MapComplete/MapComplete
Add licenses
This commit is contained in:
parent
d850fc524c
commit
dbb2084828
4 changed files with 88 additions and 2 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue