|
@@ -273,7 +273,8 @@ export class AdjusterService {
|
|
|
});
|
|
});
|
|
|
this._loadInProcess = false;
|
|
this._loadInProcess = false;
|
|
|
this.apply();
|
|
this.apply();
|
|
|
- this.hsLayerManagerService.setGreyscale(osmLayer);
|
|
|
|
|
|
|
+ // In HSL 2.5, setting layer greyscale breaks the print() functionality
|
|
|
|
|
+ //this.hsLayerManagerService.setGreyscale(osmLayer);
|
|
|
})
|
|
})
|
|
|
.catch((error) => {
|
|
.catch((error) => {
|
|
|
console.warn(`Web service at ${this.serviceBaseUrl} unavailable!`);
|
|
console.warn(`Web service at ${this.serviceBaseUrl} unavailable!`);
|