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.

25 lines
914 B
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.",
"ca": "Ressalta l'element seleccionat actualment. Anul·leu aquesta capa per tenir diferents colors"
},
"source": "special",
"mapRendering": [
{
"icon": "circle:red",
"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"
}
]
}