forked from MapComplete/MapComplete
81 lines
1.6 KiB
JSON
81 lines
1.6 KiB
JSON
{
|
|
"id": "geocoded_image",
|
|
"name": null,
|
|
"description": {
|
|
"*": "Layer showing green dots where a geocoded image was found. See NearbyImages.svelte. Propreties: 'rotation':number,'spherical':'yes'|'no'"
|
|
},
|
|
"source": "special",
|
|
"pointRendering": [
|
|
{
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
],
|
|
"marker": [
|
|
{
|
|
"icon": "direction_gradient",
|
|
"color": {
|
|
"render": "#44cc22",
|
|
"mappings": [
|
|
{
|
|
"if": "selected=yes",
|
|
"then": "#cccc22"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"rotation": "{rotation}deg",
|
|
"rotationAlignment": "map",
|
|
"pitchAlignment": "map",
|
|
"iconSize": "60,60"
|
|
},
|
|
{
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
],
|
|
"rotationAlignment": "map",
|
|
"pitchAlignment": "map",
|
|
"marker": [
|
|
{
|
|
"icon": "circle",
|
|
"color": {
|
|
"render": "#44cc22",
|
|
"mappings": [
|
|
{
|
|
"if": "selected=yes",
|
|
"then": "#cccc22"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"iconSize": {
|
|
"render": "14,14",
|
|
"mappings": [
|
|
{
|
|
"if": "spherical=yes",
|
|
"then": "28,28"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
],
|
|
"rotationAlignment": "map",
|
|
"pitchAlignment": "map",
|
|
"marker": [
|
|
{
|
|
"icon": "ring",
|
|
"color": "#000"
|
|
}
|
|
],
|
|
"iconSize": "14,14"
|
|
}
|
|
],
|
|
"tagRenderings": []
|
|
}
|