diff --git a/src/streetview/MapillaryService.js b/src/streetview/MapillaryService.js index 2a73ef9f1770..f8b769bbb97b 100644 --- a/src/streetview/MapillaryService.js +++ b/src/streetview/MapillaryService.js @@ -126,7 +126,7 @@ export default class MapillaryService extends StreetviewService { * @param {import('mapillary-js/src/viewer/events/ViewerImageEvent').ViewerImageEvent} evt */ this.mapillaryEventHandler_ = (evt) => { - const coordinates = evt.image.computedLngLat; + const coordinates = evt.image.originalLngLat; const newCoordinates = this.fromLonLat_([coordinates.lng, coordinates.lat]); super.panoramaPositionChange(newCoordinates); this.mly.resize();