File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -572,11 +572,11 @@ export class ElevationLayer extends InteractionLayer {
572
572
573
573
// Check if this is an updated version.
574
574
// v0.4.0 added resolution, width, height.
575
- if ( isNewerVersion ( "0.4.0" , elevationImage . version ) ) {
576
- ui . notifications . notify ( "Detected older version of elevation scene data. Downloading backup in case upgrade goes poorly!" ) ;
577
- await this . downloadStoredSceneElevationData ( ) ;
578
- neededSave = true ;
579
- }
575
+ // if ( isNewerVersion("0.4.0", elevationImage.version) ) {
576
+ // ui.notifications.notify("Detected older version of elevation scene data. Downloading backup in case upgrade goes poorly!");
577
+ // await this.downloadStoredSceneElevationData();
578
+ // neededSave = true;
579
+ // }
580
580
581
581
await this . importFromImageFile ( elevationImage . imageData , {
582
582
resolution : elevationImage . resolution ,
You can’t perform that action at this time.
0 commit comments