21 lines
556 B
JSON
21 lines
556 B
JSON
|
{
|
||
|
"id": "selected_element",
|
||
|
"description": {
|
||
|
"en": "Highlights the currently selected element. Override this layer to have different colors",
|
||
|
"nl": "Toont het geselecteerde element"
|
||
|
},
|
||
|
"source": {
|
||
|
"osmTags": "selected=yes",
|
||
|
"maxCacheAge": 0
|
||
|
},
|
||
|
"mapRendering": [
|
||
|
{
|
||
|
"icon": "circle:red",
|
||
|
"iconSize": "1,1,center",
|
||
|
"location": ["point","projected_centerpoint"],
|
||
|
"css": "box-shadow: red 0 0 20px 20px; z-index: -1; height: 1px; width: 1px;",
|
||
|
"cssClasses": "block relative rounded-full"
|
||
|
}
|
||
|
]
|
||
|
}
|