@regionerne/gis-komponent 0.0.92 → 0.0.94

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.
@@ -5,7 +5,6 @@ export interface IProfileBase {
5
5
  description: string;
6
6
  identifier: string;
7
7
  allowFeatureOverlap: boolean;
8
- allowMapDrawing: boolean;
9
8
  showCoordinates: boolean;
10
9
  maxX: number;
11
10
  maxY: number;
@@ -37,7 +37,6 @@ export interface Profile {
37
37
  description: string;
38
38
  identifier: string;
39
39
  allowFeatureOverlap: boolean;
40
- allowMapDrawing: boolean;
41
40
  showCoordinates: boolean;
42
41
  layerGroups: ILayerGroupDetailed[];
43
42
  maxX: number;
@@ -5,6 +5,7 @@ export declare class MergeFeaturesService {
5
5
  private _interactionHelper;
6
6
  private _drawLayerService;
7
7
  private _undoRedoService;
8
+ private _overLapService;
8
9
  private _selectedMergeFeature;
9
10
  private formatter;
10
11
  private _formatterOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regionerne/gis-komponent",
3
- "version": "0.0.92",
3
+ "version": "0.0.94",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.2.0",
6
6
  "@angular/core": ">=19.2.0",