Make project marker scale as well on hover
Deploy Spot / deploy (push) Successful in 40s

This commit is contained in:
2026-06-17 23:42:33 +02:00
parent 14d827ab66
commit 085cfd8ba2
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ export default {
this.openPopup({
lnglat: [oProject.longitude, oProject.latitude],
options: oProject,
offset: [0, -1 * this.markerHeight]
offset: [0, -1 * this.markerHeight * this.getStyleProperty('--zoom-scale')]
});
},
openMarkerPopup(iMarkerId, sMarkerType) {