mapcomplete/assets/layers/direction/direction.json

32 lines
660 B
JSON
Raw Normal View History

2020-11-17 01:22:48 +00:00
{
"id": "direction",
"name": {
"en": "Direction visualization"
},
"minzoom": 16,
"overpassTags": {
"or": ["camera:direction~*","direction~*"]
},
"doNotDownload": true,
"passAllFeatures": true,
"title": null,
"description": {
"en": "This layer visualizes directions"
},
"tagRenderings": [],
"icon": "./assets/svg/direction_gradient.svg",
"rotation": {
2020-11-17 15:29:51 +00:00
"render": "{camera:direction}deg",
2020-11-17 01:22:48 +00:00
"mappings": [
{
"if": "direction~*",
2020-11-17 15:29:51 +00:00
"then": "{direction}deg"
2020-11-17 01:22:48 +00:00
}
]
},
"iconSize": "200,200,center",
"color": "--catch-detail-color",
"stroke": "0",
"presets": [],
"wayHandling": 2
}