@opengeoweb/webmap 16.0.0 → 17.0.1

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.
Files changed (65) hide show
  1. package/index.esm.js +333 -103
  2. package/package.json +2 -2
  3. package/src/index.d.ts +0 -16
  4. package/src/lib/components/LoadDurationCounter.d.ts +0 -17
  5. package/src/lib/components/LoadDurationCounter.spec.d.ts +0 -1
  6. package/src/lib/components/WMBBOX.d.ts +0 -32
  7. package/src/lib/components/WMBBOX.spec.d.ts +0 -1
  8. package/src/lib/components/WMConstants.d.ts +0 -31
  9. package/src/lib/components/WMImage.d.ts +0 -115
  10. package/src/lib/components/WMImage.spec.d.ts +0 -1
  11. package/src/lib/components/WMImageStore.d.ts +0 -61
  12. package/src/lib/components/WMImageStore.spec.d.ts +0 -1
  13. package/src/lib/components/WMJSDimension.d.ts +0 -126
  14. package/src/lib/components/WMJSDimension.spec.d.ts +0 -1
  15. package/src/lib/components/WMJSDimensionModes.d.ts +0 -15
  16. package/src/lib/components/WMJSDimensionModes.spec.d.ts +0 -1
  17. package/src/lib/components/WMJSTools.d.ts +0 -62
  18. package/src/lib/components/WMJSTools.spec.d.ts +0 -1
  19. package/src/lib/components/WMLayer.d.ts +0 -117
  20. package/src/lib/components/WMLayer.spec.d.ts +0 -1
  21. package/src/lib/components/WMLayerTypes.d.ts +0 -66
  22. package/src/lib/components/WMLayerUtils.d.ts +0 -22
  23. package/src/lib/components/WMLegend.d.ts +0 -6
  24. package/src/lib/components/WMLegend.spec.d.ts +0 -1
  25. package/src/lib/components/WMListener.d.ts +0 -57
  26. package/src/lib/components/WMListener.spec.d.ts +0 -1
  27. package/src/lib/components/WMProjection.d.ts +0 -17
  28. package/src/lib/components/WMTime.d.ts +0 -44
  29. package/src/lib/components/WMTime.spec.d.ts +0 -1
  30. package/src/lib/components/WMTimeTypes.d.ts +0 -19
  31. package/src/lib/components/WMXMLParser.d.ts +0 -9
  32. package/src/lib/components/WMXMLParser.spec.d.ts +0 -1
  33. package/src/lib/components/index.d.ts +0 -25
  34. package/src/lib/components/makeHashUrlForGeoReferencedImage.d.ts +0 -6
  35. package/src/lib/components/makeHashUrlForGeoReferencedImage.spec.d.ts +0 -1
  36. package/src/lib/components/types.d.ts +0 -231
  37. package/src/lib/index.d.ts +0 -6
  38. package/src/lib/query/fakeApiWmtsQueries.d.ts +0 -208
  39. package/src/lib/query/queryConstants.d.ts +0 -7
  40. package/src/lib/query/queryWMS.d.ts +0 -69
  41. package/src/lib/query/queryWMS.spec.d.ts +0 -1
  42. package/src/lib/specs/getCapabilitySpecs/WMS111GetCapabilitiesGeoServicesRADAR.d.ts +0 -1
  43. package/src/lib/specs/getCapabilitySpecs/WMS130GetCapabilitiesHarmN25.d.ts +0 -2
  44. package/src/lib/specs/getCapabilitySpecs/WMS130GetCapabilitiesRadarTestWithInheritAndReplaceLayerprops.d.ts +0 -2
  45. package/src/lib/specs/getCapabilitySpecs/WMS130GetCapabilitiesRadarTestWithInheritLayerprops.d.ts +0 -2
  46. package/src/lib/specs/getCapabilitySpecs/WMS130GetCapabilitiesRadarTestWithInheritLayerpropsToLayerTree.d.ts +0 -76
  47. package/src/lib/specs/getCapabilitySpecs/WMS130GetCapabilitiesRadarTestWithoutInheritLayerprops.d.ts +0 -2
  48. package/src/lib/specs/getCapabilitySpecs/WMSGetCapabilitiesMissingLegend.d.ts +0 -1
  49. package/src/lib/specs/getCapabilitySpecs/WMSSmartMet.d.ts +0 -2
  50. package/src/lib/specs/getCapabilitySpecs/radarGetCapabilities.d.ts +0 -244
  51. package/src/lib/specs/index.d.ts +0 -93
  52. package/src/lib/specs/layerSpecs.d.ts +0 -34
  53. package/src/lib/specs/mockGetCapabilities.d.ts +0 -90
  54. package/src/lib/utils/consoleErrorMessages.d.ts +0 -12
  55. package/src/lib/utils/fakeMaxAgeResponses.d.ts +0 -1
  56. package/src/lib/utils/getCapabilities/getWMSServiceId.d.ts +0 -10
  57. package/src/lib/utils/getCapabilities/index.d.ts +0 -4
  58. package/src/lib/utils/getCapabilities/utils.d.ts +0 -64
  59. package/src/lib/utils/getCapabilities/utils.spec.d.ts +0 -1
  60. package/src/lib/utils/getCapabilities/wmsQueryClient.d.ts +0 -7
  61. package/src/lib/utils/i18n.d.ts +0 -6
  62. package/src/lib/utils/index.d.ts +0 -3
  63. package/src/lib/utils/tilesettings.d.ts +0 -27
  64. package/src/lib/utils/utils.d.ts +0 -31
  65. package/src/lib/utils/utils.spec.d.ts +0 -1
@@ -1,66 +0,0 @@
1
- import type { FeatureCollection } from 'geojson';
2
- import type { TileServerSettings } from '../utils';
3
- import type { Dimension } from './types';
4
- import type { RefTimeDimensionMode } from './WMConstants';
5
- import type WMLayer from './WMLayer';
6
- export declare enum LayerType {
7
- mapLayer = "mapLayer",
8
- wmtsMapLayer = "wmtsMapLayer",
9
- baseLayer = "baseLayer",
10
- overLayer = "overLayer",
11
- featureLayer = "featureLayer",
12
- edrFeatureLayer = "edrFeatureLayer",
13
- stacGeoTIFFLayer = "stacGeoTIFFLayer"
14
- }
15
- export interface TiledLayerFoundation {
16
- tileServer?: TileServerSettings;
17
- }
18
- export interface EDRFeatureLayerOptions {
19
- collectionId: string;
20
- parameterNames: string[];
21
- }
22
- export interface LayerFoundation extends TiledLayerFoundation {
23
- acceptanceTimeInMinutes?: number | null;
24
- dimensions?: Dimension[];
25
- enabled?: boolean;
26
- format?: string;
27
- id?: string;
28
- layerType?: LayerType;
29
- name?: string;
30
- opacity?: number;
31
- service?: string;
32
- style?: string;
33
- title?: string;
34
- type?: string;
35
- geojson?: FeatureCollection;
36
- options?: EDRFeatureLayerOptions;
37
- showLayerLegend?: boolean;
38
- }
39
- export interface LayerOptions extends LayerFoundation {
40
- id: string;
41
- layerType: LayerType;
42
- service: string;
43
- getmapURL?: string;
44
- active?: boolean;
45
- getgraphinfoURL?: string;
46
- currentStyle?: string;
47
- sldURL?: string;
48
- keepOnTop?: boolean;
49
- transparent?: boolean;
50
- onReady?: (param: LayerOptions) => void;
51
- headers?: Headers[];
52
- failure?: (layer: WMLayer, message: string) => void;
53
- ReactWMJSLayerId?: string;
54
- onLayerError?: (layer: WMLayer, error: Error) => void;
55
- onLayerReady?: (layer: WMLayer) => void;
56
- geojson?: GeoJSON.FeatureCollection;
57
- refTimeDimensionMode?: RefTimeDimensionMode;
58
- }
59
- export interface WMSLayerDimInfo {
60
- name: string;
61
- units: string;
62
- unitSymbol: string;
63
- value: string;
64
- default: string;
65
- linkDimensionToMap: boolean;
66
- }
@@ -1,22 +0,0 @@
1
- import type { LayerProps } from './types';
2
- import type WMLayer from './WMLayer';
3
- /**
4
- * Helper function to figure out the dimensions from the WMS layer object (From WMS GetCapabilities). Parses both WMS 1.1.1 and WMS 1.3.0.
5
- * @param layerObjectFromWMS The corresponding layer object from the WMS GetCapabilities.
6
- * @param layer THe WMLayer to configure
7
- * @param layerDimNamesToRemove A set of dimensions names which are flagged for removal, this function removes the dimension from the set if found in the layer.
8
- */
9
- export declare const addDimsForLayer: (layerProps: LayerProps, layer: WMLayer, layerDimNamesToRemove: Set<string>) => void;
10
- /**
11
- * Helper function to configure the WMS Styles from the WMS GetCapabilities document.
12
- * @param nestedLayerPath Array of WMS Layers from `[Root WMS Layer] => [Parent(s) WMS Layer] => [This WMS layer]`.
13
- * @param wmLayer The WMLayer object to configure
14
- */
15
- export declare const configureStyles: (layerProps: LayerProps, wmLayer: WMLayer) => void;
16
- /**
17
- * Helper function to configure the dimensions for this layer from the WMS GetCapabilities document.
18
- * @param nestedLayerPath Array of WMS Layers from `[Root WMS Layer] => [Parent(s) WMS Layer] => [This WMS layer]`.
19
- * @param wmLayer The WMLayer object to configure
20
- */
21
- export declare const configureDimensions: (layerProps: LayerProps, wmLayer: WMLayer) => void;
22
- export declare const configureGeographicBoundingBox: (layerProps: LayerProps, wmLayer: WMLayer) => void;
@@ -1,6 +0,0 @@
1
- import WMImageStore from './WMImageStore';
2
- import type WMLayer from './WMLayer';
3
- export declare const legendImageStore: WMImageStore;
4
- export declare const getLegendGraphicURLForLayer: (layer: WMLayer, width?: number, height?: number) => string;
5
- export declare const getLegendImageStore: () => WMImageStore;
6
- export declare const drawLegend: (canvasContext: CanvasRenderingContext2D, width: number, height: number, layers: WMLayer[]) => void;
@@ -1 +0,0 @@
1
- export {};
@@ -1,57 +0,0 @@
1
- export default class WMListener {
2
- private registeredEvents;
3
- private _suspendedEvents;
4
- private _suspendAllEvents;
5
- constructor();
6
- /**
7
- * Remove events by name and function.
8
- * @param name Event name
9
- * @param fn Function pointer to check
10
- */
11
- removeEventListener(name: string, fn: (param?: unknown) => unknown): number;
12
- /**
13
- * Remove all events by name
14
- * @param name Event name
15
- */
16
- removeEventListeners(name: string): number;
17
- /**
18
- * Add multiple functions which will be called after the event with the same name is triggered
19
- * @param name: The name of the event to register
20
- * @param function: The function to trigger
21
- * @param keepOnCall: When false, this event name and function combination is removed once triggered.
22
- * When true Otherwise keep the event and allow it to be triggered multiple times
23
- * @return: true if the event is registerd, false if it already was registered
24
- */
25
- addEventListener(name: string, functionpointer: (param: unknown) => void, keepOnCall?: boolean): boolean;
26
- /**
27
- * Destroys this listener, deregistering all events
28
- */
29
- destroy(): void;
30
- /**
31
- * Suspend a specific event by name, triggers will not be called
32
- * @param name
33
- */
34
- suspendEvent(name: string): void;
35
- /**
36
- * Resume a specific event by name, resuming normal operation
37
- * @param name
38
- */
39
- resumeEvent(name: string): void;
40
- /**
41
- * This listener will not listen to any triggers
42
- */
43
- suspendEvents(): void;
44
- /**
45
- * Resume event listening
46
- */
47
- resumeEvents(): void;
48
- /**
49
- * Trigger an event with custom parameters
50
- * @param name The name of the event to trigger
51
- * @param param The parameters to provide to the associated function
52
- * @returns The results of the function.
53
- */
54
- triggerEvent(name: string, param?: unknown): unknown[];
55
- private removeFinishedEvents;
56
- removeEvents(name: string, fn?: (param?: unknown) => unknown): number;
57
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,17 +0,0 @@
1
- import type { Bbox } from './WMBBOX';
2
- import WMBBOX from './WMBBOX';
3
- /**
4
- * WMProjection Class
5
- * Keep all projection information, by a bbox and an srs value.
6
- */
7
- export default class WMProjection {
8
- bbox: WMBBOX;
9
- srs: string;
10
- constructor();
11
- }
12
- export interface WMProjectionWH {
13
- bbox: Bbox;
14
- srs: string;
15
- width: number;
16
- height: number;
17
- }
@@ -1,44 +0,0 @@
1
- import type { TimeInterval } from './types';
2
- import type { CustomDate } from './WMTimeTypes';
3
- /** ************************************************ */
4
- /** ************************************************ */
5
- export declare class DateInterval implements TimeInterval {
6
- year: number;
7
- month: number;
8
- day: number;
9
- hour: number;
10
- minute: number;
11
- second: number;
12
- isRegularInterval: boolean;
13
- constructor(year: string, month: string, day: string, hour: string, minute: string, second: string);
14
- getTime(): number;
15
- toISO8601(): string;
16
- }
17
- export declare const isValidISOTime: (isotime: string) => boolean;
18
- export declare const parseTimeValue: (value: string) => number;
19
- export declare const getTimeValues: (isotime: string) => number[];
20
- /** ************************************************* */
21
- /** ************************************************* */
22
- export declare const parseISO8601DateToDate: (unvalidatedIsotime: string) => CustomDate;
23
- /** ****************************************************** */
24
- /** ****************************************************** */
25
- export declare const parseISO8601IntervalToDateInterval: (_isotime: string) => DateInterval;
26
- export declare function isTimeOnIntervalStep(time: Date, intervalStart: Date, interval: DateInterval): boolean;
27
- /** ******************************************************* */
28
- /** ******************************************************* */
29
- export declare function getNumberOfTimeSteps(starttime: CustomDate, stoptime: CustomDate, interval: DateInterval): number;
30
- export declare class ParseISOTimeRangeDuration {
31
- private initialized;
32
- startTime: CustomDate;
33
- stopTime: CustomDate;
34
- timeInterval: DateInterval;
35
- timeSteps: number;
36
- constructor(isoTimeRangeDuration: string, defaultInterval?: string);
37
- getTimeSteps(): number;
38
- getDateAtTimeStep(currentStep: number): CustomDate;
39
- getTimeStepFromISODate(currentISODate: string, throwIfOutsideRange: boolean): number;
40
- getTimeStepFromDate(wantedDate: CustomDate, throwIfOutsideRange?: boolean): number;
41
- getTimeStepFromDateWithinRange(currentDate: CustomDate): number;
42
- getTimeStepFromDateClipped(currentDate: CustomDate): number;
43
- }
44
- export declare function calculateTimeIntervalFromList(dateStrings: string[]): DateInterval;
@@ -1 +0,0 @@
1
- export {};
@@ -1,19 +0,0 @@
1
- interface DateInterval {
2
- year: number;
3
- month: number;
4
- day: number;
5
- hour: number;
6
- minute: number;
7
- second: number;
8
- isRegularInterval: boolean;
9
- getTime: () => number;
10
- }
11
- export interface CustomDate extends Date {
12
- add: (dateInterval: DateInterval) => void;
13
- substract: (dateInterval: DateInterval) => void;
14
- addMultipleTimes: (dateInterval: DateInterval, times: number) => void;
15
- substractMultipleTimes: (dateInterval: DateInterval, times: number) => void;
16
- toISO8601: () => string;
17
- clone: () => CustomDate;
18
- }
19
- export {};
@@ -1,9 +0,0 @@
1
- type WMJSONDocument = any;
2
- export declare const WMXMLStringToXMLDocument: (xmlString: string) => XMLDocument;
3
- export declare const WMXMLtoJSON: (xmlDocument: XMLDocument) => WMJSONDocument;
4
- export declare const WMXMLStringToJson: (xmlString: string) => WMJSONDocument;
5
- declare const WMXMLParser: (url: string, headers: {
6
- name: string;
7
- value: string;
8
- }[]) => Promise<Record<string, unknown>>;
9
- export default WMXMLParser;
@@ -1 +0,0 @@
1
- export {};
@@ -1,25 +0,0 @@
1
- import { WMImageStoreLoadType } from './LoadDurationCounter';
2
- import WMImage from './WMImage';
3
- import { WMImageEventType } from './WMImageStore';
4
- import { wmDetermineDimensionMode } from './WMJSDimensionModes';
5
- import { isDefined, toArray, debugLogger, DebugType, getUriWithParam, getMapDimURL } from './WMJSTools';
6
- import { LayerType } from './WMLayerTypes';
7
- import { getLegendGraphicURLForLayer, legendImageStore } from './WMLegend';
8
- import WMListener from './WMListener';
9
- import WMProjection from './WMProjection';
10
- import { parseISO8601DateToDate, DateInterval, parseISO8601IntervalToDateInterval, ParseISOTimeRangeDuration } from './WMTime';
11
- import { WMXMLStringToJson } from './WMXMLParser';
12
- export { default as WMJSDimension, handleDateUtilsISOString, } from './WMJSDimension';
13
- export { default as WMLayer } from './WMLayer';
14
- export type { LayerOptions, LayerFoundation, EDRFeatureLayerOptions, } from './WMLayerTypes';
15
- export { LayerType };
16
- export { default as WMBBOX } from './WMBBOX';
17
- export type { Bbox } from './WMBBOX';
18
- export type { WMProjectionWH } from './WMProjection';
19
- export { WMProjection };
20
- export { DateInterval, parseISO8601IntervalToDateInterval, ParseISOTimeRangeDuration, isDefined, parseISO8601DateToDate, toArray, getLegendGraphicURLForLayer, legendImageStore, WMImage, debugLogger, DebugType, WMImageEventType, getUriWithParam, getMapDimURL, WMListener, WMXMLStringToJson, WMImageStoreLoadType, wmDetermineDimensionMode, };
21
- export type * from './types';
22
- export type * from './WMTimeTypes';
23
- export * from './WMConstants';
24
- declare const wmServiceListener: WMListener;
25
- export { wmServiceListener };
@@ -1,6 +0,0 @@
1
- /**
2
- * Makes hashed georeferenced url without width, height and bbox
3
- * @param url
4
- * @returns
5
- */
6
- export declare const makeHashUrlForGeoReferencedImage: (url: string) => string | undefined;
@@ -1,231 +0,0 @@
1
- import type { Bbox } from './WMBBOX';
2
- import type WMImage from './WMImage';
3
- import type WMJSDimension from './WMJSDimension';
4
- import type WMLayer from './WMLayer';
5
- export interface AnimationStep {
6
- name: string;
7
- value: string;
8
- requests?: {
9
- url: string;
10
- headers: Headers[];
11
- }[];
12
- imagesInPrefetch?: WMImage[];
13
- }
14
- export interface WMPosition {
15
- x: number;
16
- y: number;
17
- }
18
- export interface LinkedInfoContent {
19
- layer: WMLayer;
20
- message?: string;
21
- }
22
- export interface LinkedInfo {
23
- linkedInfo: LinkedInfoContent;
24
- }
25
- export interface TimeInterval {
26
- year: number;
27
- month: number;
28
- day: number;
29
- hour: number;
30
- minute: number;
31
- second: number;
32
- isRegularInterval: boolean;
33
- }
34
- export interface Dimension {
35
- name?: string;
36
- units?: string;
37
- currentValue: string;
38
- maxValue?: string;
39
- minValue?: string;
40
- timeInterval?: TimeInterval;
41
- synced?: boolean;
42
- values?: string;
43
- unitSymbol?: string;
44
- validSyncSelection?: boolean;
45
- }
46
- export interface Style {
47
- title: string;
48
- name: string;
49
- legendURL: string;
50
- abstract: string;
51
- }
52
- export interface GeographicBoundingBox {
53
- west: string;
54
- east: string;
55
- north: string;
56
- south: string;
57
- }
58
- export interface WMLayerType {
59
- setDimension: (name: string, value: string, updateMapDimensions: boolean) => void;
60
- getDimension: (name: string) => WMJSDimension;
61
- dimensions?: WMJSDimension[];
62
- title?: string;
63
- headers?: Headers[];
64
- }
65
- export interface CoordinateReferenceSystem {
66
- name?: string;
67
- bbox?: Bbox;
68
- }
69
- export interface LayerProps {
70
- name: string | null;
71
- leaf: boolean;
72
- path: string[];
73
- title?: string;
74
- abstract?: string;
75
- keywords?: string[];
76
- styles?: Style[];
77
- dimensions?: Dimension[];
78
- geographicBoundingBox?: GeographicBoundingBox | undefined;
79
- queryable?: boolean;
80
- crs?: CoordinateReferenceSystem[];
81
- ogctype?: OGCTYPE;
82
- }
83
- /**
84
- * Represents the layers as advertised in the WMS GetCapabilities document
85
- */
86
- export interface LayerTree extends LayerProps {
87
- children: LayerTree[];
88
- }
89
- export interface WMSBoundingBox {
90
- attr: {
91
- SRS?: string;
92
- CRS?: string;
93
- maxy: string;
94
- miny: string;
95
- maxx: string;
96
- minx: string;
97
- };
98
- }
99
- /**
100
- * This interface is for reading from the WMS GetCapabilities document, which can have different structures for V1.1.1 and V1.3.0
101
- */
102
- export interface WMSLayerFromGetCapabilities {
103
- attr: {
104
- queryable: string;
105
- opaque: string;
106
- cascaded: string;
107
- };
108
- Name: {
109
- attr: Record<string, unknown>;
110
- value: string;
111
- };
112
- Title: {
113
- attr: Record<string, unknown>;
114
- value: string;
115
- };
116
- Dimension: unknown;
117
- Style: unknown;
118
- Extent: unknown;
119
- ScaleHint: unknown;
120
- Abstract: {
121
- value: string;
122
- };
123
- KeywordList: {
124
- Keyword: unknown;
125
- };
126
- Layer: WMSLayerFromGetCapabilities | WMSLayerFromGetCapabilities[];
127
- EX_GeographicBoundingBox?: {
128
- northBoundLatitude: {
129
- attr: Record<string, unknown>;
130
- value: string;
131
- };
132
- southBoundLatitude: {
133
- attr: Record<string, unknown>;
134
- value: string;
135
- };
136
- westBoundLongitude: {
137
- attr: Record<string, unknown>;
138
- value: string;
139
- };
140
- eastBoundLongitude: {
141
- attr: Record<string, unknown>;
142
- value: string;
143
- };
144
- };
145
- LatLonBoundingBox?: {
146
- attr: {
147
- maxy: string;
148
- miny: string;
149
- maxx: string;
150
- minx: string;
151
- };
152
- };
153
- BoundingBox?: WMSBoundingBox[];
154
- SRS?: {
155
- value: string;
156
- }[];
157
- }
158
- export interface WMSGetCapabilities {
159
- WMS_Capabilities?: any;
160
- WMT_MS_Capabilities?: any;
161
- ServiceExceptionReport?: any;
162
- }
163
- export interface WMSServiceInfo {
164
- id?: string;
165
- version: string;
166
- abstract: string;
167
- title: string;
168
- onlineresource: string;
169
- getmapURL: string;
170
- getCapabilitiesJson: OGCWMSWMTSGetCapabilities;
171
- }
172
- export interface Capability {
173
- Layer: WMSLayerFromGetCapabilities;
174
- Request: any;
175
- }
176
- export interface XLINK {
177
- 'xlink:href': string;
178
- }
179
- export interface Header {
180
- name: string;
181
- value: string;
182
- }
183
- export interface WMTDimension {
184
- Identifier?: {
185
- value: string;
186
- };
187
- Default?: {
188
- value: string;
189
- };
190
- Value?: {
191
- value: string;
192
- } | {
193
- value: string;
194
- }[];
195
- }
196
- export interface WMTLayer {
197
- Abstract: {
198
- value: string;
199
- };
200
- Dimension?: WMTDimension[];
201
- Identifier: {
202
- value: string;
203
- };
204
- Title: {
205
- value: string;
206
- };
207
- }
208
- export interface WMTSGetCapabilities {
209
- Capabilities?: {
210
- ServiceIdentification?: {
211
- Title?: {
212
- value: string;
213
- };
214
- Abstract?: {
215
- value: string;
216
- };
217
- ServiceType?: {
218
- value: string;
219
- };
220
- };
221
- Contents?: {
222
- Layer?: WMTLayer | WMTLayer[];
223
- };
224
- };
225
- }
226
- export declare enum OGCTYPE {
227
- WMTS = "WMTS",
228
- WMS = "WMS"
229
- }
230
- export interface OGCWMSWMTSGetCapabilities extends WMSGetCapabilities, WMTSGetCapabilities {
231
- }
@@ -1,6 +0,0 @@
1
- import webmapTranslations from '../../locales/webmap.json';
2
- export * from './components';
3
- export * from './utils';
4
- export * from './query/fakeApiWmtsQueries';
5
- export { webmapTranslations };
6
- export { WEBMAP_NAMESPACE } from './utils/i18n';