mapcomplete/assets/layers/gps_location/gps_location.json

15 lines
297 B
JSON
Raw Normal View History

{
2021-11-07 15:44:22 +01:00
"id": "gps_location",
"description": "Meta layer showing the current location of the user",
"minzoom": 0,
"source": {
"osmTags": "user:location=yes"
},
"mapRendering": [
{
"icon": "crosshair:#00f",
"iconSize": "40,40,center",
"location": "point"
}
]
}