@panoramax/web-viewer 3.1.0-develop-caea6d48 → 3.1.0-develop-6b1b342b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoramax/web-viewer",
3
- "version": "3.1.0-develop-caea6d48",
3
+ "version": "3.1.0-develop-6b1b342b",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "build/index.js",
6
6
  "author": "Panoramax team",
@@ -194,7 +194,8 @@ export default class Photo extends PSViewer {
194
194
  rotation: following && sameSequence && animated,
195
195
  rotateTo: this.getPosition()
196
196
  };
197
- nodeTransition.rotateTo.yaw += fromNodeHeading - toNodeHeading;
197
+ // Constant direction related to North
198
+ // nodeTransition.rotateTo.yaw += fromNodeHeading - toNodeHeading;
198
199
  }
199
200
  }
200
201
  }