@panoramax/web-viewer 3.2.3-develop-22a06610 → 3.2.3-develop-db697921

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.2.3-develop-22a06610",
3
+ "version": "3.2.3-develop-db697921",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "build/index.js",
6
6
  "author": "Panoramax team",
@@ -306,7 +306,7 @@ export function apiFeatureToPSVNode(f, t, fastInternet=false, customLinkFilter=n
306
306
  let panorama;
307
307
 
308
308
  // Cropped panorama
309
- if(!tileUrl && Object.keys(croppedPanoData).length > 0) {
309
+ if(Object.keys(croppedPanoData).length > 0) {
310
310
  panorama = {
311
311
  baseUrl: fastInternet ? hdUrl : baseUrl,
312
312
  origBaseUrl: fastInternet ? hdUrl : baseUrl,