sunders/web/www/sunders/json/symbology.json
Vincent Mahnke 42f7456e18
Some checks failed
Build (and tag) Images / build (push) Failing after 55s
fix: Panoramic camera details can be shown
2026-03-20 19:20:14 +01:00

32 lines
1.6 KiB
JSON

[ { "listTitle": "title-icons",
"listEntries": [
{ "icons": [ { "src": "camAll.png", "alt": "icon-cam-alt" } ],
"description": "desc-cam" },
{ "icons": [ { "src": "fixedAll.png", "alt": "icon-fixed-alt" } ],
"description": "desc-fixed" },
{ "icons": [ { "src": "panningAll.png", "alt": "icon-panning-alt" } ],
"description": "desc-panning" },
{ "icons": [ { "src": "domeAll.png", "alt": "icon-dome-alt" } ],
"description": "desc-dome" },
{ "icons": [ { "src": "panoramaAll.png", "alt": "icon-panorama-alt" } ],
"description": "desc-panorama" },
{ "icons": [ { "src": "guardAll.png", "alt": "icon-guard-alt" } ],
"description": "desc-guard" },
{ "icons": [ { "src": "traffic.png", "alt": "icon-alpr-alt" } ],
"description": "desc-alpr" } ] },
{ "listTitle": "title-colors",
"listEntries": [
{ "icons": [ { "src": "colorRedAll.png", "alt": "icon-red-alt" } ],
"description": "desc-red" },
{ "icons": [ { "src": "colorBlueAll.png", "alt": "icon-blue-alt" } ],
"description": "desc-blue" },
{ "icons": [ { "src": "colorGreenAll.png", "alt": "icon-green-alt" } ],
"description": "desc-green" },
{ "icons": [
{ "src": "todo_camAll.png", "alt": "icon-yellow-fixed-alt" },
{ "src": "todo_domeAll.png", "alt": "icon-yellow-dome-alt" },
{ "src": "todo_panorama.png", "alt": "icon-yellow-panorama-alt" },
{ "src": "todo_guardAll.png", "alt": "icon-yellow-guard-alt" },
{ "src": "todo_traffic.png", "alt": "icon-yellow-alpr-alt" } ],
"description": "desc-yellow" } ] }
]