feature/ui #12

Merged
admin merged 2 commits from feature/ui into develop 2025-06-13 08:27:30 +00:00
Showing only changes of commit 81032c8d9d - Show all commits

View File

@ -471,7 +471,7 @@
image: new ol.style.Icon({
anchor: [0.5, 1],
src: iconSrc,
scale: 1
scale: 0.7
}),
text: new ol.style.Text({
text: device.deviceid,
@ -536,7 +536,7 @@
image: new ol.style.Icon({
anchor: [0.5, 1],
src: '../images/loc_blue.png',
scale: 1
scale: 0.7
})
});