@artstesh/maps 6.1.16 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm2022/map/common/destructible.component.mjs +4 -4
- package/dist/esm2022/map/helpers/marker-style.helper.mjs +2 -2
- package/dist/esm2022/map/helpers/text-style.helper.mjs +1 -1
- package/dist/esm2022/map/map-plate/controls/map-control-zoom/map-control-zoom.component.mjs +5 -5
- package/dist/esm2022/map/map-plate/features/markers/markers.component.mjs +5 -5
- package/dist/esm2022/map/map-plate/features/polygons/polygons.component.mjs +5 -5
- package/dist/esm2022/map/map-plate/layers/cluster-layer/cluster-layer-factory.service.mjs +4 -4
- package/dist/esm2022/map/map-plate/layers/cluster-layer/cluster-layer.component.mjs +5 -5
- package/dist/esm2022/map/map-plate/layers/feature-layer/feature-layer.component.mjs +5 -5
- package/dist/esm2022/map/map-plate/layers/feature-layer/feature-layer.factory.mjs +4 -4
- package/dist/esm2022/map/map-plate/layers/image-layer/image-layer-factory.mjs +4 -4
- package/dist/esm2022/map/map-plate/layers/image-layer/image-layer.component.mjs +5 -5
- package/dist/esm2022/map/map-plate/layers/osm-tile-layer/osm-tile-layer.component.mjs +5 -5
- package/dist/esm2022/map/map-plate/layers/raster-tile/raster-tile-layer.component.mjs +5 -5
- package/dist/esm2022/map/map-plate/layers/raster-tile/raster-tile-layer.factory.mjs +4 -4
- package/dist/esm2022/map/map-plate/layers/tile-layer/tile-layer.component.mjs +5 -5
- package/dist/esm2022/map/map-plate/layers/tile-layer/tile-layer.factory.mjs +4 -4
- package/dist/esm2022/map/map-plate/map-plate.component.mjs +16 -12
- package/dist/esm2022/map/map-plate/map-plate.factory.service.mjs +4 -4
- package/dist/esm2022/map/map-plate/tooltips/tooltip/tooltip.component.mjs +10 -7
- package/dist/esm2022/map/messages/executors/generate-zoom-control.executor.mjs +1 -1
- package/dist/esm2022/map/models/map-settings.mjs +1 -1
- package/dist/esm2022/map/models/polygon.model.mjs +1 -1
- package/dist/esm2022/map/public-api.mjs +1 -2
- package/dist/esm2022/map/services/controls/controls.service.mjs +4 -4
- package/dist/esm2022/map/services/drawing/drawing.service.mjs +4 -4
- package/dist/esm2022/map/services/drawing/feature-modification.service.mjs +4 -4
- package/dist/esm2022/map/services/map-click.service.mjs +4 -4
- package/dist/esm2022/map/services/map-feature.service.mjs +4 -4
- package/dist/esm2022/map/services/map-management.service.mjs +4 -4
- package/dist/esm2022/map/services/map-postboy.service.mjs +4 -4
- package/dist/esm2022/map/services/map-state.service.mjs +4 -4
- package/dist/esm2022/map/services/message-registrator.service.mjs +4 -4
- package/dist/esm2022/src/map/common/destructible.component.mjs +4 -4
- package/dist/esm2022/src/map/helpers/marker-style.helper.mjs +2 -2
- package/dist/esm2022/src/map/helpers/text-style.helper.mjs +1 -1
- package/dist/esm2022/src/map/map-plate/controls/map-control-zoom/map-control-zoom.component.mjs +5 -5
- package/dist/esm2022/src/map/map-plate/features/markers/markers.component.mjs +5 -5
- package/dist/esm2022/src/map/map-plate/features/polygons/polygons.component.mjs +5 -5
- package/dist/esm2022/src/map/map-plate/layers/cluster-layer/cluster-layer-factory.service.mjs +4 -4
- package/dist/esm2022/src/map/map-plate/layers/cluster-layer/cluster-layer.component.mjs +5 -5
- package/dist/esm2022/src/map/map-plate/layers/feature-layer/feature-layer.component.mjs +5 -5
- package/dist/esm2022/src/map/map-plate/layers/feature-layer/feature-layer.factory.mjs +4 -4
- package/dist/esm2022/src/map/map-plate/layers/image-layer/image-layer-factory.mjs +4 -4
- package/dist/esm2022/src/map/map-plate/layers/image-layer/image-layer.component.mjs +5 -5
- package/dist/esm2022/src/map/map-plate/layers/osm-tile-layer/osm-tile-layer.component.mjs +5 -5
- package/dist/esm2022/src/map/map-plate/layers/raster-tile/raster-tile-layer.component.mjs +5 -5
- package/dist/esm2022/src/map/map-plate/layers/raster-tile/raster-tile-layer.factory.mjs +4 -4
- package/dist/esm2022/src/map/map-plate/layers/tile-layer/tile-layer.component.mjs +5 -5
- package/dist/esm2022/src/map/map-plate/layers/tile-layer/tile-layer.factory.mjs +4 -4
- package/dist/esm2022/src/map/map-plate/map-plate.component.mjs +16 -12
- package/dist/esm2022/src/map/map-plate/map-plate.factory.service.mjs +4 -4
- package/dist/esm2022/src/map/map-plate/tooltips/tooltip/tooltip.component.mjs +10 -7
- package/dist/esm2022/src/map/messages/executors/generate-zoom-control.executor.mjs +1 -1
- package/dist/esm2022/src/map/models/map-settings.mjs +1 -1
- package/dist/esm2022/src/map/models/polygon.model.mjs +1 -1
- package/dist/esm2022/src/map/public-api.mjs +1 -2
- package/dist/esm2022/src/map/services/controls/controls.service.mjs +4 -4
- package/dist/esm2022/src/map/services/drawing/drawing.service.mjs +4 -4
- package/dist/esm2022/src/map/services/drawing/feature-modification.service.mjs +4 -4
- package/dist/esm2022/src/map/services/map-click.service.mjs +4 -4
- package/dist/esm2022/src/map/services/map-feature.service.mjs +4 -4
- package/dist/esm2022/src/map/services/map-management.service.mjs +4 -4
- package/dist/esm2022/src/map/services/map-postboy.service.mjs +4 -4
- package/dist/esm2022/src/map/services/map-state.service.mjs +4 -4
- package/dist/esm2022/src/map/services/message-registrator.service.mjs +4 -4
- package/dist/fesm2022/maps-components-src-map.mjs +432 -483
- package/dist/fesm2022/maps-components-src-map.mjs.map +1 -1
- package/dist/fesm2022/maps-components.mjs +432 -483
- package/dist/fesm2022/maps-components.mjs.map +1 -1
- package/dist/map/helpers/text-style.helper.d.ts +1 -1
- package/dist/map/map-plate/controls/map-control-zoom/map-control-zoom.component.d.ts +1 -1
- package/dist/map/map-plate/features/markers/markers.component.d.ts +1 -1
- package/dist/map/map-plate/features/polygons/polygons.component.d.ts +1 -1
- package/dist/map/map-plate/layers/cluster-layer/cluster-layer.component.d.ts +1 -1
- package/dist/map/map-plate/layers/feature-layer/feature-layer.component.d.ts +1 -1
- package/dist/map/map-plate/layers/image-layer/image-layer.component.d.ts +1 -1
- package/dist/map/map-plate/layers/osm-tile-layer/osm-tile-layer.component.d.ts +1 -1
- package/dist/map/map-plate/layers/raster-tile/raster-tile-layer.component.d.ts +1 -1
- package/dist/map/map-plate/layers/tile-layer/tile-layer.component.d.ts +1 -1
- package/dist/map/map-plate/map-plate.component.d.ts +3 -2
- package/dist/map/map-plate/tooltips/tooltip/tooltip.component.d.ts +3 -2
- package/dist/map/messages/executors/generate-zoom-control.executor.d.ts +2 -2
- package/dist/map/models/map-settings.d.ts +1 -1
- package/dist/map/public-api.d.ts +0 -1
- package/dist/map/services/map-click.service.d.ts +1 -1
- package/dist/src/map/helpers/text-style.helper.d.ts +1 -1
- package/dist/src/map/map-plate/controls/map-control-zoom/map-control-zoom.component.d.ts +1 -1
- package/dist/src/map/map-plate/features/markers/markers.component.d.ts +1 -1
- package/dist/src/map/map-plate/features/polygons/polygons.component.d.ts +1 -1
- package/dist/src/map/map-plate/layers/cluster-layer/cluster-layer.component.d.ts +1 -1
- package/dist/src/map/map-plate/layers/feature-layer/feature-layer.component.d.ts +1 -1
- package/dist/src/map/map-plate/layers/image-layer/image-layer.component.d.ts +1 -1
- package/dist/src/map/map-plate/layers/osm-tile-layer/osm-tile-layer.component.d.ts +1 -1
- package/dist/src/map/map-plate/layers/raster-tile/raster-tile-layer.component.d.ts +1 -1
- package/dist/src/map/map-plate/layers/tile-layer/tile-layer.component.d.ts +1 -1
- package/dist/src/map/map-plate/map-plate.component.d.ts +3 -2
- package/dist/src/map/map-plate/tooltips/tooltip/tooltip.component.d.ts +3 -2
- package/dist/src/map/messages/executors/generate-zoom-control.executor.d.ts +2 -2
- package/dist/src/map/models/map-settings.d.ts +1 -1
- package/dist/src/map/public-api.d.ts +0 -1
- package/dist/src/map/services/map-click.service.d.ts +1 -1
- package/package.json +24 -24
- package/dist/esm2022/map/map.module.mjs +0 -73
- package/dist/esm2022/src/map/map.module.mjs +0 -73
- package/dist/map/map.module.d.ts +0 -19
- package/dist/src/map/map.module.d.ts +0 -19
|
@@ -15,5 +15,5 @@ export declare class TextStyleHelper {
|
|
|
15
15
|
* @param {number|null|undefined} [offsetY] - The vertical offset for the text. Optional.
|
|
16
16
|
* @return {Text} A new Text instance configured with the specified properties.
|
|
17
17
|
*/
|
|
18
|
-
static get(text: string, font: string, color: string, backColor?: string | null, padding?: number[] | null, textBaseline?:
|
|
18
|
+
static get(text: string, font: string, color: string, backColor?: string | null, padding?: number[] | null, textBaseline?: 'bottom' | 'top' | 'middle' | 'alphabetic' | 'hanging' | 'ideographic' | null, offsetY?: number | null): Text;
|
|
19
19
|
}
|
|
@@ -32,5 +32,5 @@ export declare class MapControlZoomComponent extends DestructibleComponent imple
|
|
|
32
32
|
private setControl;
|
|
33
33
|
private eliminate;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapControlZoomComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapControlZoomComponent, "art-map-control-zoom", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapControlZoomComponent, "art-map-control-zoom", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
36
|
}
|
|
@@ -22,5 +22,5 @@ export declare class MarkersComponent extends DestructibleComponent implements O
|
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
private putMarkers;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkersComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MarkersComponent, "art-markers", never, { "layerName": { "alias": "layerName"; "required": false; }; "markers": { "alias": "markers"; "required": false; }; }, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MarkersComponent, "art-markers", never, { "layerName": { "alias": "layerName"; "required": false; }; "markers": { "alias": "markers"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -22,5 +22,5 @@ export declare class PolygonsComponent extends DestructibleComponent implements
|
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
private putPolygons;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<PolygonsComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PolygonsComponent, "art-polygons", never, { "layerName": { "alias": "layerName"; "required": false; }; "polygons": { "alias": "polygons"; "required": false; }; }, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PolygonsComponent, "art-polygons", never, { "layerName": { "alias": "layerName"; "required": false; }; "polygons": { "alias": "polygons"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -25,5 +25,5 @@ export declare class ClusterLayerComponent extends DestructibleComponent impleme
|
|
|
25
25
|
private initLayer;
|
|
26
26
|
private removeLayer;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClusterLayerComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ClusterLayerComponent, "art-cluster-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClusterLayerComponent, "art-cluster-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -18,5 +18,5 @@ export declare class FeatureLayerComponent extends DestructibleComponent impleme
|
|
|
18
18
|
private initLayer;
|
|
19
19
|
private removeLayer;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureLayerComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureLayerComponent, "art-feature-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureLayerComponent, "art-feature-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -18,5 +18,5 @@ export declare class ImageLayerComponent extends DestructibleComponent implement
|
|
|
18
18
|
private initLayer;
|
|
19
19
|
private removeLayer;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageLayerComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageLayerComponent, "art-image-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageLayerComponent, "art-image-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -17,5 +17,5 @@ export declare class OsmTileLayerComponent extends DestructibleComponent impleme
|
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
private initLayer;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<OsmTileLayerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OsmTileLayerComponent, "art-osm-tile-layer", never, { "url": { "alias": "url"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "map": { "alias": "map"; "required": false; }; }, {}, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OsmTileLayerComponent, "art-osm-tile-layer", never, { "url": { "alias": "url"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -17,5 +17,5 @@ export declare class RasterTileLayerComponent extends DestructibleComponent {
|
|
|
17
17
|
private initLayer;
|
|
18
18
|
private removeLayer;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<RasterTileLayerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RasterTileLayerComponent, "art-raster-tile-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RasterTileLayerComponent, "art-raster-tile-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -17,5 +17,5 @@ export declare class TileLayerComponent extends DestructibleComponent {
|
|
|
17
17
|
private initLayer;
|
|
18
18
|
private removeLayer;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayerComponent, "art-tile-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayerComponent, "art-tile-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, TemplateRef } from '@angular/core';
|
|
2
2
|
import { MapSettings } from '../models';
|
|
3
3
|
import Map from 'ol/Map';
|
|
4
4
|
import { DestructibleComponent } from '../common/destructible.component';
|
|
@@ -13,6 +13,7 @@ export declare class MapPlateComponent extends DestructibleComponent implements
|
|
|
13
13
|
private mapFactory;
|
|
14
14
|
private registrator;
|
|
15
15
|
private detector;
|
|
16
|
+
contentRef: import("@angular/core").InputSignal<TemplateRef<any>>;
|
|
16
17
|
private renderTryCount;
|
|
17
18
|
map: Map;
|
|
18
19
|
osmUrl: string;
|
|
@@ -25,5 +26,5 @@ export declare class MapPlateComponent extends DestructibleComponent implements
|
|
|
25
26
|
onDestroy: () => void;
|
|
26
27
|
private setOsm;
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapPlateComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapPlateComponent, "art-map-plate", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never,
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapPlateComponent, "art-map-plate", never, { "contentRef": { "alias": "contentRef"; "required": true; "isSignal": true; }; "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
30
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { TooltipSettings } from './tooltip.settings';
|
|
3
3
|
import { DestructibleComponent } from '../../../common/destructible.component';
|
|
4
4
|
import { MapPostboyService } from '../../../services/map-postboy.service';
|
|
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class TooltipComponent extends DestructibleComponent implements OnInit {
|
|
8
8
|
private postboy;
|
|
9
9
|
private detector;
|
|
10
|
+
contentRef: import("@angular/core").InputSignal<TemplateRef<any>>;
|
|
10
11
|
container: ElementRef<HTMLElement>;
|
|
11
12
|
overlay?: Overlay;
|
|
12
13
|
show: boolean;
|
|
@@ -22,5 +23,5 @@ export declare class TooltipComponent extends DestructibleComponent implements O
|
|
|
22
23
|
private observeMapRender;
|
|
23
24
|
private removeOverlay;
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "art-tooltip", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never,
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "art-tooltip", never, { "contentRef": { "alias": "contentRef"; "required": true; "isSignal": true; }; "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
27
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PostboyExecutor } from '@artstesh/postboy';
|
|
2
|
-
import { Draw } from 'ol/interaction';
|
|
3
2
|
import { ZoomControlSettings } from '../../map-plate/controls/map-control-zoom/zoom-control.settings';
|
|
4
|
-
|
|
3
|
+
import { Zoom } from "ol/control";
|
|
4
|
+
export declare class GenerateZoomControlExecutor extends PostboyExecutor<Zoom> {
|
|
5
5
|
settings: ZoomControlSettings;
|
|
6
6
|
static readonly ID = "c59f4fc3-ccf6-4cb3-a38b-3a8c249114a2";
|
|
7
7
|
constructor(settings: ZoomControlSettings);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MapLyrs } from './map-lyrs.enum';
|
|
2
|
-
import { DefaultsOptions } from
|
|
2
|
+
import { DefaultsOptions } from "ol/interaction/defaults";
|
|
3
3
|
/**
|
|
4
4
|
* Represents the configurable settings for a map instance, providing
|
|
5
5
|
* options for center coordinates, zoom levels, map layers, and language.
|
package/dist/map/public-api.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export declare class MapClickService implements IPostboyDependingService {
|
|
|
8
8
|
private map?;
|
|
9
9
|
constructor(postboy: MapPostboyService);
|
|
10
10
|
up(): void;
|
|
11
|
-
onClick(ev: MapBrowserEvent<
|
|
11
|
+
onClick(ev: MapBrowserEvent<PointerEvent>): MapClickEvent;
|
|
12
12
|
private observeMapRender;
|
|
13
13
|
private getFeatureCollectionWithInner;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapClickService, never>;
|
|
@@ -15,5 +15,5 @@ export declare class TextStyleHelper {
|
|
|
15
15
|
* @param {number|null|undefined} [offsetY] - The vertical offset for the text. Optional.
|
|
16
16
|
* @return {Text} A new Text instance configured with the specified properties.
|
|
17
17
|
*/
|
|
18
|
-
static get(text: string, font: string, color: string, backColor?: string | null, padding?: number[] | null, textBaseline?:
|
|
18
|
+
static get(text: string, font: string, color: string, backColor?: string | null, padding?: number[] | null, textBaseline?: 'bottom' | 'top' | 'middle' | 'alphabetic' | 'hanging' | 'ideographic' | null, offsetY?: number | null): Text;
|
|
19
19
|
}
|
|
@@ -32,5 +32,5 @@ export declare class MapControlZoomComponent extends DestructibleComponent imple
|
|
|
32
32
|
private setControl;
|
|
33
33
|
private eliminate;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapControlZoomComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapControlZoomComponent, "art-map-control-zoom", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapControlZoomComponent, "art-map-control-zoom", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
36
|
}
|
|
@@ -22,5 +22,5 @@ export declare class MarkersComponent extends DestructibleComponent implements O
|
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
private putMarkers;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkersComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MarkersComponent, "art-markers", never, { "layerName": { "alias": "layerName"; "required": false; }; "markers": { "alias": "markers"; "required": false; }; }, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MarkersComponent, "art-markers", never, { "layerName": { "alias": "layerName"; "required": false; }; "markers": { "alias": "markers"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -22,5 +22,5 @@ export declare class PolygonsComponent extends DestructibleComponent implements
|
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
private putPolygons;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<PolygonsComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PolygonsComponent, "art-polygons", never, { "layerName": { "alias": "layerName"; "required": false; }; "polygons": { "alias": "polygons"; "required": false; }; }, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PolygonsComponent, "art-polygons", never, { "layerName": { "alias": "layerName"; "required": false; }; "polygons": { "alias": "polygons"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -25,5 +25,5 @@ export declare class ClusterLayerComponent extends DestructibleComponent impleme
|
|
|
25
25
|
private initLayer;
|
|
26
26
|
private removeLayer;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClusterLayerComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ClusterLayerComponent, "art-cluster-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClusterLayerComponent, "art-cluster-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -18,5 +18,5 @@ export declare class FeatureLayerComponent extends DestructibleComponent impleme
|
|
|
18
18
|
private initLayer;
|
|
19
19
|
private removeLayer;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureLayerComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureLayerComponent, "art-feature-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureLayerComponent, "art-feature-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -18,5 +18,5 @@ export declare class ImageLayerComponent extends DestructibleComponent implement
|
|
|
18
18
|
private initLayer;
|
|
19
19
|
private removeLayer;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageLayerComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageLayerComponent, "art-image-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageLayerComponent, "art-image-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -17,5 +17,5 @@ export declare class OsmTileLayerComponent extends DestructibleComponent impleme
|
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
private initLayer;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<OsmTileLayerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OsmTileLayerComponent, "art-osm-tile-layer", never, { "url": { "alias": "url"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "map": { "alias": "map"; "required": false; }; }, {}, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OsmTileLayerComponent, "art-osm-tile-layer", never, { "url": { "alias": "url"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -17,5 +17,5 @@ export declare class RasterTileLayerComponent extends DestructibleComponent {
|
|
|
17
17
|
private initLayer;
|
|
18
18
|
private removeLayer;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<RasterTileLayerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RasterTileLayerComponent, "art-raster-tile-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RasterTileLayerComponent, "art-raster-tile-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -17,5 +17,5 @@ export declare class TileLayerComponent extends DestructibleComponent {
|
|
|
17
17
|
private initLayer;
|
|
18
18
|
private removeLayer;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayerComponent, "art-tile-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayerComponent, "art-tile-layer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, TemplateRef } from '@angular/core';
|
|
2
2
|
import { MapSettings } from '../models';
|
|
3
3
|
import Map from 'ol/Map';
|
|
4
4
|
import { DestructibleComponent } from '../common/destructible.component';
|
|
@@ -13,6 +13,7 @@ export declare class MapPlateComponent extends DestructibleComponent implements
|
|
|
13
13
|
private mapFactory;
|
|
14
14
|
private registrator;
|
|
15
15
|
private detector;
|
|
16
|
+
contentRef: import("@angular/core").InputSignal<TemplateRef<any>>;
|
|
16
17
|
private renderTryCount;
|
|
17
18
|
map: Map;
|
|
18
19
|
osmUrl: string;
|
|
@@ -25,5 +26,5 @@ export declare class MapPlateComponent extends DestructibleComponent implements
|
|
|
25
26
|
onDestroy: () => void;
|
|
26
27
|
private setOsm;
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapPlateComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapPlateComponent, "art-map-plate", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never,
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapPlateComponent, "art-map-plate", never, { "contentRef": { "alias": "contentRef"; "required": true; "isSignal": true; }; "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
30
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { TooltipSettings } from './tooltip.settings';
|
|
3
3
|
import { DestructibleComponent } from '../../../common/destructible.component';
|
|
4
4
|
import { MapPostboyService } from '../../../services/map-postboy.service';
|
|
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class TooltipComponent extends DestructibleComponent implements OnInit {
|
|
8
8
|
private postboy;
|
|
9
9
|
private detector;
|
|
10
|
+
contentRef: import("@angular/core").InputSignal<TemplateRef<any>>;
|
|
10
11
|
container: ElementRef<HTMLElement>;
|
|
11
12
|
overlay?: Overlay;
|
|
12
13
|
show: boolean;
|
|
@@ -22,5 +23,5 @@ export declare class TooltipComponent extends DestructibleComponent implements O
|
|
|
22
23
|
private observeMapRender;
|
|
23
24
|
private removeOverlay;
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "art-tooltip", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never,
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "art-tooltip", never, { "contentRef": { "alias": "contentRef"; "required": true; "isSignal": true; }; "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
27
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PostboyExecutor } from '@artstesh/postboy';
|
|
2
|
-
import { Draw } from 'ol/interaction';
|
|
3
2
|
import { ZoomControlSettings } from '../../map-plate/controls/map-control-zoom/zoom-control.settings';
|
|
4
|
-
|
|
3
|
+
import { Zoom } from "ol/control";
|
|
4
|
+
export declare class GenerateZoomControlExecutor extends PostboyExecutor<Zoom> {
|
|
5
5
|
settings: ZoomControlSettings;
|
|
6
6
|
static readonly ID = "c59f4fc3-ccf6-4cb3-a38b-3a8c249114a2";
|
|
7
7
|
constructor(settings: ZoomControlSettings);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MapLyrs } from './map-lyrs.enum';
|
|
2
|
-
import { DefaultsOptions } from
|
|
2
|
+
import { DefaultsOptions } from "ol/interaction/defaults";
|
|
3
3
|
/**
|
|
4
4
|
* Represents the configurable settings for a map instance, providing
|
|
5
5
|
* options for center coordinates, zoom levels, map layers, and language.
|
|
@@ -8,7 +8,7 @@ export declare class MapClickService implements IPostboyDependingService {
|
|
|
8
8
|
private map?;
|
|
9
9
|
constructor(postboy: MapPostboyService);
|
|
10
10
|
up(): void;
|
|
11
|
-
onClick(ev: MapBrowserEvent<
|
|
11
|
+
onClick(ev: MapBrowserEvent<PointerEvent>): MapClickEvent;
|
|
12
12
|
private observeMapRender;
|
|
13
13
|
private getFeatureCollectionWithInner;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapClickService, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artstesh/maps",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"author": "artstesh",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Let's draw a map ;)",
|
|
@@ -36,40 +36,40 @@
|
|
|
36
36
|
"url": "git+https://github.com/artstesh/maps.git"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@angular/common": "^
|
|
40
|
-
"@angular/compiler": "^
|
|
41
|
-
"@angular/core": "^
|
|
39
|
+
"@angular/common": "^18.0.0",
|
|
40
|
+
"@angular/compiler": "^18.0.0",
|
|
41
|
+
"@angular/core": "^18.0.0",
|
|
42
42
|
"@artstesh/collections": "^1.0.0",
|
|
43
|
-
"@artstesh/postboy": "^3.
|
|
44
|
-
"ol": "^
|
|
43
|
+
"@artstesh/postboy": "^3.1.5",
|
|
44
|
+
"ol": "^10.0.0",
|
|
45
45
|
"ol-geocoder": "^4.0.0",
|
|
46
46
|
"rxjs": "^7.0.0",
|
|
47
47
|
"tslib": "^2.3.0",
|
|
48
48
|
"zone.js": "~0.14.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@angular-builders/custom-webpack": "^
|
|
52
|
-
"@angular-devkit/build-angular": "^
|
|
53
|
-
"@angular-eslint/builder": "^
|
|
54
|
-
"@angular-eslint/eslint-plugin": "^
|
|
55
|
-
"@angular-eslint/eslint-plugin-template": "^
|
|
56
|
-
"@angular-eslint/schematics": "^
|
|
57
|
-
"@angular-eslint/template-parser": "^
|
|
58
|
-
"@angular/cli": "^
|
|
59
|
-
"@angular/compiler-cli": "^
|
|
60
|
-
"@angular/forms": "^
|
|
61
|
-
"@angular/platform-browser-dynamic": "^
|
|
51
|
+
"@angular-builders/custom-webpack": "^18.0.0",
|
|
52
|
+
"@angular-devkit/build-angular": "^18.0.0",
|
|
53
|
+
"@angular-eslint/builder": "^18.0.0",
|
|
54
|
+
"@angular-eslint/eslint-plugin": "^18.0.0",
|
|
55
|
+
"@angular-eslint/eslint-plugin-template": "^18.0.0",
|
|
56
|
+
"@angular-eslint/schematics": "^18.0.0",
|
|
57
|
+
"@angular-eslint/template-parser": "^18.0.0",
|
|
58
|
+
"@angular/cli": "^18.0.0",
|
|
59
|
+
"@angular/compiler-cli": "^18.0.0",
|
|
60
|
+
"@angular/forms": "^18.0.0",
|
|
61
|
+
"@angular/platform-browser-dynamic": "^18.0.0",
|
|
62
62
|
"@artstesh/forger": "^2.0.0",
|
|
63
63
|
"@artstesh/it-should": "^2.0.0",
|
|
64
64
|
"@biesbjerg/ngx-translate-extract": "7.0.4",
|
|
65
65
|
"@types/chart.js": "2.9.34",
|
|
66
66
|
"@types/jasmine": "3.8.1",
|
|
67
|
-
"@types/node": "^
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "
|
|
69
|
-
"@typescript-eslint/parser": "
|
|
70
|
-
"eslint": "
|
|
71
|
-
"eslint-config-airbnb-typescript": "
|
|
72
|
-
"eslint-config-prettier": "
|
|
67
|
+
"@types/node": "^18.0.0",
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
69
|
+
"@typescript-eslint/parser": "7.18.0",
|
|
70
|
+
"eslint": "^8.57.0",
|
|
71
|
+
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
72
|
+
"eslint-config-prettier": "^9.0.0",
|
|
73
73
|
"eslint-plugin-import": "2.29.0",
|
|
74
74
|
"eslint-plugin-jasmine": "4.1.3",
|
|
75
75
|
"eslint-plugin-node": "11.1.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"karma-jasmine": "4.0.1",
|
|
82
82
|
"karma-jasmine-html-reporter": "1.7.0",
|
|
83
83
|
"ng-mocks": "^14.11.0",
|
|
84
|
-
"ng-packagr": "^
|
|
84
|
+
"ng-packagr": "^18.0.0",
|
|
85
85
|
"pre-commit": "1.2.2",
|
|
86
86
|
"prettier": "2.7.1",
|
|
87
87
|
"ts-mockito": "2.6.1",
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { DestructibleComponent } from './common/destructible.component';
|
|
4
|
-
import { MapPlateComponent } from './map-plate/map-plate.component';
|
|
5
|
-
import { TileLayerComponent } from './map-plate/layers/tile-layer/tile-layer.component';
|
|
6
|
-
import { OsmTileLayerComponent } from './map-plate/layers/osm-tile-layer/osm-tile-layer.component';
|
|
7
|
-
import { FeatureLayerComponent } from './map-plate/layers/feature-layer/feature-layer.component';
|
|
8
|
-
import { MarkersComponent } from './map-plate/features/markers/markers.component';
|
|
9
|
-
import { TooltipComponent } from './map-plate/tooltips/tooltip/tooltip.component';
|
|
10
|
-
import { PolygonsComponent } from './map-plate/features/polygons/polygons.component';
|
|
11
|
-
import { ClusterLayerComponent } from './map-plate/layers/cluster-layer/cluster-layer.component';
|
|
12
|
-
import { MapControlZoomComponent } from './map-plate/controls/map-control-zoom/map-control-zoom.component';
|
|
13
|
-
import { ImageLayerComponent } from './map-plate/layers/image-layer/image-layer.component';
|
|
14
|
-
import { RasterTileLayerComponent } from './map-plate/layers/raster-tile/raster-tile-layer.component';
|
|
15
|
-
import * as i0 from "@angular/core";
|
|
16
|
-
export class MapModule {
|
|
17
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MapModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: MapModule, declarations: [DestructibleComponent,
|
|
19
|
-
MapPlateComponent,
|
|
20
|
-
TileLayerComponent,
|
|
21
|
-
OsmTileLayerComponent,
|
|
22
|
-
FeatureLayerComponent,
|
|
23
|
-
MarkersComponent,
|
|
24
|
-
TooltipComponent,
|
|
25
|
-
PolygonsComponent,
|
|
26
|
-
ClusterLayerComponent,
|
|
27
|
-
MapControlZoomComponent,
|
|
28
|
-
ImageLayerComponent,
|
|
29
|
-
RasterTileLayerComponent], imports: [CommonModule], exports: [MapPlateComponent,
|
|
30
|
-
FeatureLayerComponent,
|
|
31
|
-
MarkersComponent,
|
|
32
|
-
TileLayerComponent,
|
|
33
|
-
TooltipComponent,
|
|
34
|
-
PolygonsComponent,
|
|
35
|
-
ClusterLayerComponent,
|
|
36
|
-
MapControlZoomComponent,
|
|
37
|
-
ImageLayerComponent,
|
|
38
|
-
RasterTileLayerComponent] });
|
|
39
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MapModule, imports: [CommonModule] });
|
|
40
|
-
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MapModule, decorators: [{
|
|
42
|
-
type: NgModule,
|
|
43
|
-
args: [{
|
|
44
|
-
imports: [CommonModule],
|
|
45
|
-
declarations: [
|
|
46
|
-
DestructibleComponent,
|
|
47
|
-
MapPlateComponent,
|
|
48
|
-
TileLayerComponent,
|
|
49
|
-
OsmTileLayerComponent,
|
|
50
|
-
FeatureLayerComponent,
|
|
51
|
-
MarkersComponent,
|
|
52
|
-
TooltipComponent,
|
|
53
|
-
PolygonsComponent,
|
|
54
|
-
ClusterLayerComponent,
|
|
55
|
-
MapControlZoomComponent,
|
|
56
|
-
ImageLayerComponent,
|
|
57
|
-
RasterTileLayerComponent,
|
|
58
|
-
],
|
|
59
|
-
exports: [
|
|
60
|
-
MapPlateComponent,
|
|
61
|
-
FeatureLayerComponent,
|
|
62
|
-
MarkersComponent,
|
|
63
|
-
TileLayerComponent,
|
|
64
|
-
TooltipComponent,
|
|
65
|
-
PolygonsComponent,
|
|
66
|
-
ClusterLayerComponent,
|
|
67
|
-
MapControlZoomComponent,
|
|
68
|
-
ImageLayerComponent,
|
|
69
|
-
RasterTileLayerComponent,
|
|
70
|
-
],
|
|
71
|
-
}]
|
|
72
|
-
}] });
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL21hcHMtY29tcG9uZW50cy9zcmMvbWFwL21hcC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDeEUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDcEUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFDeEYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sNERBQTRELENBQUM7QUFDbkcsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDakcsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFDbEYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFDbEYsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFDckYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDakcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sa0VBQWtFLENBQUM7QUFDM0csT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sc0RBQXNELENBQUM7QUFDM0YsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sNERBQTRELENBQUM7O0FBK0J0RyxNQUFNLE9BQU8sU0FBUzt1R0FBVCxTQUFTO3dHQUFULFNBQVMsaUJBMUJsQixxQkFBcUI7WUFDckIsaUJBQWlCO1lBQ2pCLGtCQUFrQjtZQUNsQixxQkFBcUI7WUFDckIscUJBQXFCO1lBQ3JCLGdCQUFnQjtZQUNoQixnQkFBZ0I7WUFDaEIsaUJBQWlCO1lBQ2pCLHFCQUFxQjtZQUNyQix1QkFBdUI7WUFDdkIsbUJBQW1CO1lBQ25CLHdCQUF3QixhQWJoQixZQUFZLGFBZ0JwQixpQkFBaUI7WUFDakIscUJBQXFCO1lBQ3JCLGdCQUFnQjtZQUNoQixrQkFBa0I7WUFDbEIsZ0JBQWdCO1lBQ2hCLGlCQUFpQjtZQUNqQixxQkFBcUI7WUFDckIsdUJBQXVCO1lBQ3ZCLG1CQUFtQjtZQUNuQix3QkFBd0I7d0dBR2YsU0FBUyxZQTVCVixZQUFZOzsyRkE0QlgsU0FBUztrQkE3QnJCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUU7d0JBQ1oscUJBQXFCO3dCQUNyQixpQkFBaUI7d0JBQ2pCLGtCQUFrQjt3QkFDbEIscUJBQXFCO3dCQUNyQixxQkFBcUI7d0JBQ3JCLGdCQUFnQjt3QkFDaEIsZ0JBQWdCO3dCQUNoQixpQkFBaUI7d0JBQ2pCLHFCQUFxQjt3QkFDckIsdUJBQXVCO3dCQUN2QixtQkFBbUI7d0JBQ25CLHdCQUF3QjtxQkFDekI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGlCQUFpQjt3QkFDakIscUJBQXFCO3dCQUNyQixnQkFBZ0I7d0JBQ2hCLGtCQUFrQjt3QkFDbEIsZ0JBQWdCO3dCQUNoQixpQkFBaUI7d0JBQ2pCLHFCQUFxQjt3QkFDckIsdUJBQXVCO3dCQUN2QixtQkFBbUI7d0JBQ25CLHdCQUF3QjtxQkFDekI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IERlc3RydWN0aWJsZUNvbXBvbmVudCB9IGZyb20gJy4vY29tbW9uL2Rlc3RydWN0aWJsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWFwUGxhdGVDb21wb25lbnQgfSBmcm9tICcuL21hcC1wbGF0ZS9tYXAtcGxhdGUuY29tcG9uZW50JztcbmltcG9ydCB7IFRpbGVMYXllckNvbXBvbmVudCB9IGZyb20gJy4vbWFwLXBsYXRlL2xheWVycy90aWxlLWxheWVyL3RpbGUtbGF5ZXIuY29tcG9uZW50JztcbmltcG9ydCB7IE9zbVRpbGVMYXllckNvbXBvbmVudCB9IGZyb20gJy4vbWFwLXBsYXRlL2xheWVycy9vc20tdGlsZS1sYXllci9vc20tdGlsZS1sYXllci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRmVhdHVyZUxheWVyQ29tcG9uZW50IH0gZnJvbSAnLi9tYXAtcGxhdGUvbGF5ZXJzL2ZlYXR1cmUtbGF5ZXIvZmVhdHVyZS1sYXllci5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWFya2Vyc0NvbXBvbmVudCB9IGZyb20gJy4vbWFwLXBsYXRlL2ZlYXR1cmVzL21hcmtlcnMvbWFya2Vycy5jb21wb25lbnQnO1xuaW1wb3J0IHsgVG9vbHRpcENvbXBvbmVudCB9IGZyb20gJy4vbWFwLXBsYXRlL3Rvb2x0aXBzL3Rvb2x0aXAvdG9vbHRpcC5jb21wb25lbnQnO1xuaW1wb3J0IHsgUG9seWdvbnNDb21wb25lbnQgfSBmcm9tICcuL21hcC1wbGF0ZS9mZWF0dXJlcy9wb2x5Z29ucy9wb2x5Z29ucy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2x1c3RlckxheWVyQ29tcG9uZW50IH0gZnJvbSAnLi9tYXAtcGxhdGUvbGF5ZXJzL2NsdXN0ZXItbGF5ZXIvY2x1c3Rlci1sYXllci5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWFwQ29udHJvbFpvb21Db21wb25lbnQgfSBmcm9tICcuL21hcC1wbGF0ZS9jb250cm9scy9tYXAtY29udHJvbC16b29tL21hcC1jb250cm9sLXpvb20uY29tcG9uZW50JztcbmltcG9ydCB7IEltYWdlTGF5ZXJDb21wb25lbnQgfSBmcm9tICcuL21hcC1wbGF0ZS9sYXllcnMvaW1hZ2UtbGF5ZXIvaW1hZ2UtbGF5ZXIuY29tcG9uZW50JztcbmltcG9ydCB7IFJhc3RlclRpbGVMYXllckNvbXBvbmVudCB9IGZyb20gJy4vbWFwLXBsYXRlL2xheWVycy9yYXN0ZXItdGlsZS9yYXN0ZXItdGlsZS1sYXllci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGVzdHJ1Y3RpYmxlQ29tcG9uZW50LFxuICAgIE1hcFBsYXRlQ29tcG9uZW50LFxuICAgIFRpbGVMYXllckNvbXBvbmVudCxcbiAgICBPc21UaWxlTGF5ZXJDb21wb25lbnQsXG4gICAgRmVhdHVyZUxheWVyQ29tcG9uZW50LFxuICAgIE1hcmtlcnNDb21wb25lbnQsXG4gICAgVG9vbHRpcENvbXBvbmVudCxcbiAgICBQb2x5Z29uc0NvbXBvbmVudCxcbiAgICBDbHVzdGVyTGF5ZXJDb21wb25lbnQsXG4gICAgTWFwQ29udHJvbFpvb21Db21wb25lbnQsXG4gICAgSW1hZ2VMYXllckNvbXBvbmVudCxcbiAgICBSYXN0ZXJUaWxlTGF5ZXJDb21wb25lbnQsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBNYXBQbGF0ZUNvbXBvbmVudCxcbiAgICBGZWF0dXJlTGF5ZXJDb21wb25lbnQsXG4gICAgTWFya2Vyc0NvbXBvbmVudCxcbiAgICBUaWxlTGF5ZXJDb21wb25lbnQsXG4gICAgVG9vbHRpcENvbXBvbmVudCxcbiAgICBQb2x5Z29uc0NvbXBvbmVudCxcbiAgICBDbHVzdGVyTGF5ZXJDb21wb25lbnQsXG4gICAgTWFwQ29udHJvbFpvb21Db21wb25lbnQsXG4gICAgSW1hZ2VMYXllckNvbXBvbmVudCxcbiAgICBSYXN0ZXJUaWxlTGF5ZXJDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIE1hcE1vZHVsZSB7fVxuIl19
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { DestructibleComponent } from './common/destructible.component';
|
|
4
|
-
import { MapPlateComponent } from './map-plate/map-plate.component';
|
|
5
|
-
import { TileLayerComponent } from './map-plate/layers/tile-layer/tile-layer.component';
|
|
6
|
-
import { OsmTileLayerComponent } from './map-plate/layers/osm-tile-layer/osm-tile-layer.component';
|
|
7
|
-
import { FeatureLayerComponent } from './map-plate/layers/feature-layer/feature-layer.component';
|
|
8
|
-
import { MarkersComponent } from './map-plate/features/markers/markers.component';
|
|
9
|
-
import { TooltipComponent } from './map-plate/tooltips/tooltip/tooltip.component';
|
|
10
|
-
import { PolygonsComponent } from './map-plate/features/polygons/polygons.component';
|
|
11
|
-
import { ClusterLayerComponent } from './map-plate/layers/cluster-layer/cluster-layer.component';
|
|
12
|
-
import { MapControlZoomComponent } from './map-plate/controls/map-control-zoom/map-control-zoom.component';
|
|
13
|
-
import { ImageLayerComponent } from './map-plate/layers/image-layer/image-layer.component';
|
|
14
|
-
import { RasterTileLayerComponent } from './map-plate/layers/raster-tile/raster-tile-layer.component';
|
|
15
|
-
import * as i0 from "@angular/core";
|
|
16
|
-
export class MapModule {
|
|
17
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MapModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: MapModule, declarations: [DestructibleComponent,
|
|
19
|
-
MapPlateComponent,
|
|
20
|
-
TileLayerComponent,
|
|
21
|
-
OsmTileLayerComponent,
|
|
22
|
-
FeatureLayerComponent,
|
|
23
|
-
MarkersComponent,
|
|
24
|
-
TooltipComponent,
|
|
25
|
-
PolygonsComponent,
|
|
26
|
-
ClusterLayerComponent,
|
|
27
|
-
MapControlZoomComponent,
|
|
28
|
-
ImageLayerComponent,
|
|
29
|
-
RasterTileLayerComponent], imports: [CommonModule], exports: [MapPlateComponent,
|
|
30
|
-
FeatureLayerComponent,
|
|
31
|
-
MarkersComponent,
|
|
32
|
-
TileLayerComponent,
|
|
33
|
-
TooltipComponent,
|
|
34
|
-
PolygonsComponent,
|
|
35
|
-
ClusterLayerComponent,
|
|
36
|
-
MapControlZoomComponent,
|
|
37
|
-
ImageLayerComponent,
|
|
38
|
-
RasterTileLayerComponent] });
|
|
39
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MapModule, imports: [CommonModule] });
|
|
40
|
-
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: MapModule, decorators: [{
|
|
42
|
-
type: NgModule,
|
|
43
|
-
args: [{
|
|
44
|
-
imports: [CommonModule],
|
|
45
|
-
declarations: [
|
|
46
|
-
DestructibleComponent,
|
|
47
|
-
MapPlateComponent,
|
|
48
|
-
TileLayerComponent,
|
|
49
|
-
OsmTileLayerComponent,
|
|
50
|
-
FeatureLayerComponent,
|
|
51
|
-
MarkersComponent,
|
|
52
|
-
TooltipComponent,
|
|
53
|
-
PolygonsComponent,
|
|
54
|
-
ClusterLayerComponent,
|
|
55
|
-
MapControlZoomComponent,
|
|
56
|
-
ImageLayerComponent,
|
|
57
|
-
RasterTileLayerComponent,
|
|
58
|
-
],
|
|
59
|
-
exports: [
|
|
60
|
-
MapPlateComponent,
|
|
61
|
-
FeatureLayerComponent,
|
|
62
|
-
MarkersComponent,
|
|
63
|
-
TileLayerComponent,
|
|
64
|
-
TooltipComponent,
|
|
65
|
-
PolygonsComponent,
|
|
66
|
-
ClusterLayerComponent,
|
|
67
|
-
MapControlZoomComponent,
|
|
68
|
-
ImageLayerComponent,
|
|
69
|
-
RasterTileLayerComponent,
|
|
70
|
-
],
|
|
71
|
-
}]
|
|
72
|
-
}] });
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL21hcHMtY29tcG9uZW50cy9zcmMvbWFwL21hcC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDeEUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDcEUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFDeEYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sNERBQTRELENBQUM7QUFDbkcsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDakcsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFDbEYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFDbEYsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFDckYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDakcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sa0VBQWtFLENBQUM7QUFDM0csT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sc0RBQXNELENBQUM7QUFDM0YsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sNERBQTRELENBQUM7O0FBK0J0RyxNQUFNLE9BQU8sU0FBUzt1R0FBVCxTQUFTO3dHQUFULFNBQVMsaUJBMUJsQixxQkFBcUI7WUFDckIsaUJBQWlCO1lBQ2pCLGtCQUFrQjtZQUNsQixxQkFBcUI7WUFDckIscUJBQXFCO1lBQ3JCLGdCQUFnQjtZQUNoQixnQkFBZ0I7WUFDaEIsaUJBQWlCO1lBQ2pCLHFCQUFxQjtZQUNyQix1QkFBdUI7WUFDdkIsbUJBQW1CO1lBQ25CLHdCQUF3QixhQWJoQixZQUFZLGFBZ0JwQixpQkFBaUI7WUFDakIscUJBQXFCO1lBQ3JCLGdCQUFnQjtZQUNoQixrQkFBa0I7WUFDbEIsZ0JBQWdCO1lBQ2hCLGlCQUFpQjtZQUNqQixxQkFBcUI7WUFDckIsdUJBQXVCO1lBQ3ZCLG1CQUFtQjtZQUNuQix3QkFBd0I7d0dBR2YsU0FBUyxZQTVCVixZQUFZOzsyRkE0QlgsU0FBUztrQkE3QnJCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUU7d0JBQ1oscUJBQXFCO3dCQUNyQixpQkFBaUI7d0JBQ2pCLGtCQUFrQjt3QkFDbEIscUJBQXFCO3dCQUNyQixxQkFBcUI7d0JBQ3JCLGdCQUFnQjt3QkFDaEIsZ0JBQWdCO3dCQUNoQixpQkFBaUI7d0JBQ2pCLHFCQUFxQjt3QkFDckIsdUJBQXVCO3dCQUN2QixtQkFBbUI7d0JBQ25CLHdCQUF3QjtxQkFDekI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGlCQUFpQjt3QkFDakIscUJBQXFCO3dCQUNyQixnQkFBZ0I7d0JBQ2hCLGtCQUFrQjt3QkFDbEIsZ0JBQWdCO3dCQUNoQixpQkFBaUI7d0JBQ2pCLHFCQUFxQjt3QkFDckIsdUJBQXVCO3dCQUN2QixtQkFBbUI7d0JBQ25CLHdCQUF3QjtxQkFDekI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IERlc3RydWN0aWJsZUNvbXBvbmVudCB9IGZyb20gJy4vY29tbW9uL2Rlc3RydWN0aWJsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWFwUGxhdGVDb21wb25lbnQgfSBmcm9tICcuL21hcC1wbGF0ZS9tYXAtcGxhdGUuY29tcG9uZW50JztcbmltcG9ydCB7IFRpbGVMYXllckNvbXBvbmVudCB9IGZyb20gJy4vbWFwLXBsYXRlL2xheWVycy90aWxlLWxheWVyL3RpbGUtbGF5ZXIuY29tcG9uZW50JztcbmltcG9ydCB7IE9zbVRpbGVMYXllckNvbXBvbmVudCB9IGZyb20gJy4vbWFwLXBsYXRlL2xheWVycy9vc20tdGlsZS1sYXllci9vc20tdGlsZS1sYXllci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRmVhdHVyZUxheWVyQ29tcG9uZW50IH0gZnJvbSAnLi9tYXAtcGxhdGUvbGF5ZXJzL2ZlYXR1cmUtbGF5ZXIvZmVhdHVyZS1sYXllci5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWFya2Vyc0NvbXBvbmVudCB9IGZyb20gJy4vbWFwLXBsYXRlL2ZlYXR1cmVzL21hcmtlcnMvbWFya2Vycy5jb21wb25lbnQnO1xuaW1wb3J0IHsgVG9vbHRpcENvbXBvbmVudCB9IGZyb20gJy4vbWFwLXBsYXRlL3Rvb2x0aXBzL3Rvb2x0aXAvdG9vbHRpcC5jb21wb25lbnQnO1xuaW1wb3J0IHsgUG9seWdvbnNDb21wb25lbnQgfSBmcm9tICcuL21hcC1wbGF0ZS9mZWF0dXJlcy9wb2x5Z29ucy9wb2x5Z29ucy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2x1c3RlckxheWVyQ29tcG9uZW50IH0gZnJvbSAnLi9tYXAtcGxhdGUvbGF5ZXJzL2NsdXN0ZXItbGF5ZXIvY2x1c3Rlci1sYXllci5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWFwQ29udHJvbFpvb21Db21wb25lbnQgfSBmcm9tICcuL21hcC1wbGF0ZS9jb250cm9scy9tYXAtY29udHJvbC16b29tL21hcC1jb250cm9sLXpvb20uY29tcG9uZW50JztcbmltcG9ydCB7IEltYWdlTGF5ZXJDb21wb25lbnQgfSBmcm9tICcuL21hcC1wbGF0ZS9sYXllcnMvaW1hZ2UtbGF5ZXIvaW1hZ2UtbGF5ZXIuY29tcG9uZW50JztcbmltcG9ydCB7IFJhc3RlclRpbGVMYXllckNvbXBvbmVudCB9IGZyb20gJy4vbWFwLXBsYXRlL2xheWVycy9yYXN0ZXItdGlsZS9yYXN0ZXItdGlsZS1sYXllci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGVzdHJ1Y3RpYmxlQ29tcG9uZW50LFxuICAgIE1hcFBsYXRlQ29tcG9uZW50LFxuICAgIFRpbGVMYXllckNvbXBvbmVudCxcbiAgICBPc21UaWxlTGF5ZXJDb21wb25lbnQsXG4gICAgRmVhdHVyZUxheWVyQ29tcG9uZW50LFxuICAgIE1hcmtlcnNDb21wb25lbnQsXG4gICAgVG9vbHRpcENvbXBvbmVudCxcbiAgICBQb2x5Z29uc0NvbXBvbmVudCxcbiAgICBDbHVzdGVyTGF5ZXJDb21wb25lbnQsXG4gICAgTWFwQ29udHJvbFpvb21Db21wb25lbnQsXG4gICAgSW1hZ2VMYXllckNvbXBvbmVudCxcbiAgICBSYXN0ZXJUaWxlTGF5ZXJDb21wb25lbnQsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBNYXBQbGF0ZUNvbXBvbmVudCxcbiAgICBGZWF0dXJlTGF5ZXJDb21wb25lbnQsXG4gICAgTWFya2Vyc0NvbXBvbmVudCxcbiAgICBUaWxlTGF5ZXJDb21wb25lbnQsXG4gICAgVG9vbHRpcENvbXBvbmVudCxcbiAgICBQb2x5Z29uc0NvbXBvbmVudCxcbiAgICBDbHVzdGVyTGF5ZXJDb21wb25lbnQsXG4gICAgTWFwQ29udHJvbFpvb21Db21wb25lbnQsXG4gICAgSW1hZ2VMYXllckNvbXBvbmVudCxcbiAgICBSYXN0ZXJUaWxlTGF5ZXJDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIE1hcE1vZHVsZSB7fVxuIl19
|
package/dist/map/map.module.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./common/destructible.component";
|
|
3
|
-
import * as i2 from "./map-plate/map-plate.component";
|
|
4
|
-
import * as i3 from "./map-plate/layers/tile-layer/tile-layer.component";
|
|
5
|
-
import * as i4 from "./map-plate/layers/osm-tile-layer/osm-tile-layer.component";
|
|
6
|
-
import * as i5 from "./map-plate/layers/feature-layer/feature-layer.component";
|
|
7
|
-
import * as i6 from "./map-plate/features/markers/markers.component";
|
|
8
|
-
import * as i7 from "./map-plate/tooltips/tooltip/tooltip.component";
|
|
9
|
-
import * as i8 from "./map-plate/features/polygons/polygons.component";
|
|
10
|
-
import * as i9 from "./map-plate/layers/cluster-layer/cluster-layer.component";
|
|
11
|
-
import * as i10 from "./map-plate/controls/map-control-zoom/map-control-zoom.component";
|
|
12
|
-
import * as i11 from "./map-plate/layers/image-layer/image-layer.component";
|
|
13
|
-
import * as i12 from "./map-plate/layers/raster-tile/raster-tile-layer.component";
|
|
14
|
-
import * as i13 from "@angular/common";
|
|
15
|
-
export declare class MapModule {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapModule, [typeof i1.DestructibleComponent, typeof i2.MapPlateComponent, typeof i3.TileLayerComponent, typeof i4.OsmTileLayerComponent, typeof i5.FeatureLayerComponent, typeof i6.MarkersComponent, typeof i7.TooltipComponent, typeof i8.PolygonsComponent, typeof i9.ClusterLayerComponent, typeof i10.MapControlZoomComponent, typeof i11.ImageLayerComponent, typeof i12.RasterTileLayerComponent], [typeof i13.CommonModule], [typeof i2.MapPlateComponent, typeof i5.FeatureLayerComponent, typeof i6.MarkersComponent, typeof i3.TileLayerComponent, typeof i7.TooltipComponent, typeof i8.PolygonsComponent, typeof i9.ClusterLayerComponent, typeof i10.MapControlZoomComponent, typeof i11.ImageLayerComponent, typeof i12.RasterTileLayerComponent]>;
|
|
18
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MapModule>;
|
|
19
|
-
}
|