develop #13

Merged
admin merged 3 commits from develop into feature/beidou 2025-06-13 08:27:55 +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
})
});