mapcomplete/assets/layers/direction/direction.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

52 lines
1.3 KiB
JSON
Raw Normal View History

2020-11-17 02:22:48 +01:00
{
2021-11-07 14:37:21 +01:00
"id": "direction",
"name": {
"en": "Direction visualization",
"nl": "Richtingsvisualisatie",
"fr": "Visualisation de la direction",
"it": "Visualizzazione della direzione",
"ru": "Визуализация направления",
2022-04-13 18:42:40 +02:00
"de": "Aufnahmewinkel der Kamera anzeigen",
"ca": "Direcció de la visualització"
2021-11-07 14:37:21 +01:00
},
"minzoom": 16,
"source": {
"osmTags": {
"or": [
"camera:direction~*",
"direction~*"
]
}
},
"doNotDownload": true,
"passAllFeatures": true,
"title": null,
"description": {
"en": "This layer visualizes directions",
"nl": "Deze laag toont de oriëntatie van een object",
"fr": "Cette couche visualise les directions",
"it": "Questo livello visualizza le direzioni",
2022-04-09 17:35:21 +02:00
"de": "Diese Ebene visualisiert Richtungen",
2023-09-19 14:22:52 +02:00
"ru": "Этот слой визуализирует направление",
"ca": "Aquesta capa visualitza direccions"
2021-11-07 14:37:21 +01:00
},
"tagRenderings": [],
"stroke": "0",
"presets": [],
2021-11-07 15:31:55 +01:00
"mapRendering": [
{
"icon": "direction_gradient:var(--catch-detail-color)",
"iconSize": "200,200",
2021-11-07 15:31:55 +01:00
"location": [
"point",
"centroid"
],
"rotation": "{_direction:numerical}deg",
"anchor": "center"
},
2021-11-07 15:31:55 +01:00
{
"color": "--catch-detail-color"
}
]
}