mapcomplete/assets/layers/selected_element/selected_element.json

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

32 lines
1.1 KiB
JSON
Raw Normal View History

{
"id": "selected_element",
"description": {
"en": "Highlights the currently selected element. Override this layer to have different colors",
2022-12-20 20:42:32 +01:00
"nl": "Toont het geselecteerde element",
"de": "Hebt das aktuell ausgewählte Element hervor. Überschreiben Sie diese Ebene, um unterschiedliche Farben zu erhalten",
2023-05-01 10:10:26 +02:00
"fr": "Met en surbrillance l'élément actuellement sélectioné. Surcharger cette couche pour avoir d'autres couleurs.",
2023-10-16 13:38:53 +02:00
"ca": "Ressalta l'element seleccionat actualment. Anul·leu aquesta capa per tenir diferents colors",
"cs": "Zvýrazní aktuálně vybraný prvek. Přepište tuto vrstvu, aby měla různé barvy"
},
"source": "special",
2023-09-19 14:04:13 +02:00
"pointRendering": [
{
"iconSize": "1,1",
2022-12-16 13:44:25 +01:00
"location": [
"point",
"projected_centerpoint"
],
"css": "box-shadow: red 0 0 20px 20px; z-index: -1; height: 1px; width: 1px;",
"cssClasses": "block relative rounded-full",
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "red"
}
]
}
2023-09-19 14:04:13 +02:00
],
"lineRendering": []
}