Skip to content

Commit

Permalink
fix: do not import libs relative - errors with build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckMt committed Oct 21, 2024
1 parent 832a421 commit 79ee484
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
import { Component, OnInit, HostBinding } from '@angular/core';
import { LayersService, RasterLayer, VectorLayer } from '@dlr-eoc/services-layers';
import { MapStateService } from '@dlr-eoc/services-map-state';
import { MapOlService, IMapControls } from '@dlr-eoc/map-ol';
import { MapOlService, IMapControls, MapOlComponent } from '@dlr-eoc/map-ol';
import { OsmTileLayer } from '@dlr-eoc/base-layers-raster';
import { IProjDef } from '@dlr-eoc/map-tools';

import { ClarityIcons, layersIcon, mapIcon, compassIcon } from '@cds/core/icon';
import { MapOlComponent } from '../../../../../map-ol/src/lib/map-ol.component';
import { ClrVerticalNavModule, ClrStandaloneCdkTrapFocus, ClrNavigationModule, ClrIconModule } from '@clr/angular';
import { LayerControlComponent } from '../../../../../layer-control/src/lib/layer-control/layer-control.component';
import { ProjectionSwitchComponent } from '../../../../../map-tools/src/lib/projection-switch/projection-switch.component';
import { MousePositionComponent } from '../../../../../map-tools/src/lib/mouse-position/mouse-position.component';
import { MapNavigatorComponent } from '../../../../../map-tools/src/lib/navigator/map-navigator.component';
import { LayerControlComponent } from '@dlr-eoc/layer-control';
import { ProjectionSwitchComponent, MousePositionComponent, MapNavigatorComponent } from '@dlr-eoc/map-tools';
ClarityIcons.addIcons(...[layersIcon, mapIcon, compassIcon]);

@Component({
Expand Down

0 comments on commit 79ee484

Please sign in to comment.