We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b1574 commit 834b77fCopy full SHA for 834b77f
src/streetview/MapillaryService.js
@@ -91,7 +91,7 @@ export default class MapillaryService extends StreetviewService {
91
* @param {import('mapillary-js/src/viewer/events/ViewerImageEvent').ViewerImageEvent} evt
92
*/
93
this.mapillaryEventHandler_ = (evt) => {
94
- const coordinates = evt.image.computedLngLat;
+ const coordinates = evt.image.originalLngLat;
95
const newCoordinates = this.fromLonLat_([coordinates.lng, coordinates.lat]);
96
super.panoramaPositionChange(newCoordinates);
97
this.mly.resize();
0 commit comments