|
|
@@ -129,16 +129,16 @@ export class HslayersAppComponent {
|
|
|
zoomWithModifierKeyOnly: true,
|
|
|
});
|
|
|
/* Now wait for the OpenLayers Map object to load */
|
|
|
- this.hsEventBusService.olMapLoads.subscribe(() => {
|
|
|
- /* ...and display a simple toast message in the bottom-left corner */
|
|
|
- this.hsToastService.createToastPopupMessage(
|
|
|
- 'READY!',
|
|
|
- 'Your map is now ready to use.',
|
|
|
- {
|
|
|
- toastStyleClasses:
|
|
|
- 'bg-success text-white' /* Use any Bootstrap class here, see https://getbootstrap.com/docs/4.0/utilities/colors/ */,
|
|
|
- }
|
|
|
- );
|
|
|
- });
|
|
|
+ // this.hsEventBusService.olMapLoads.subscribe(() => {
|
|
|
+ // /* ...and display a simple toast message in the bottom-left corner */
|
|
|
+ // this.hsToastService.createToastPopupMessage(
|
|
|
+ // 'READY!',
|
|
|
+ // 'Your map is now ready to use.',
|
|
|
+ // {
|
|
|
+ // toastStyleClasses:
|
|
|
+ // 'bg-success text-white' /* Use any Bootstrap class here, see https://getbootstrap.com/docs/4.0/utilities/colors/ */,
|
|
|
+ // }
|
|
|
+ // );
|
|
|
+ // });
|
|
|
}
|
|
|
}
|