This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user