|
|
@@ -3,15 +3,15 @@ import {Component, ViewRef} from '@angular/core';
|
|
|
import {HsLayoutService} from 'hslayers-ng';
|
|
|
import {HsPanelComponent} from 'hslayers-ng';
|
|
|
|
|
|
-import {AdjusterPresetsService} from './adjuster-presets.service';
|
|
|
-import {AdjusterService} from './adjuster.service';
|
|
|
-import {AdjusterUIService} from './adjuster-ui.service';
|
|
|
-import {nuts3IndexLayer} from '../app.config';
|
|
|
+import {AdjusterPresetsService} from '../adjuster-presets.service';
|
|
|
+import {AdjusterService} from '../adjuster.service';
|
|
|
+import {AdjusterUIService} from '../adjuster-ui.service';
|
|
|
+import {nuts3IndexLayer} from '../../app.config';
|
|
|
|
|
|
@Component({
|
|
|
selector: 'pra-adjuster-simple',
|
|
|
templateUrl: './adjuster-simple-panel.component.html',
|
|
|
- styleUrls: ['./adjuster-advanced-panel.component.scss'],
|
|
|
+ styleUrls: ['./adjuster-simple-panel.component.scss'],
|
|
|
})
|
|
|
export class AdjusterSimplePanelComponent implements HsPanelComponent {
|
|
|
name = 'adjuster-simple';
|