@opengeoweb/webmap 2.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.
- package/README.md +11 -0
- package/index.d.ts +1 -0
- package/lib/components/WMAnimate.d.ts +14 -0
- package/lib/components/WMBBOX.d.ts +31 -0
- package/lib/components/WMBBOX.spec.d.ts +1 -0
- package/lib/components/WMCanvasBuffer.d.ts +116 -0
- package/lib/components/WMCanvasBuffer.spec.d.ts +1 -0
- package/lib/components/WMConstants.d.ts +28 -0
- package/lib/components/WMDrawMarker.d.ts +2 -0
- package/lib/components/WMDrawMarker.spec.d.ts +1 -0
- package/lib/components/WMFlyToBBox.d.ts +22 -0
- package/lib/components/WMFlyToBBox.spec.d.ts +1 -0
- package/lib/components/WMGetServiceFromStore.d.ts +3 -0
- package/lib/components/WMGlobals.d.ts +7 -0
- package/lib/components/WMImage.d.ts +72 -0
- package/lib/components/WMImage.spec.d.ts +1 -0
- package/lib/components/WMImageStore.d.ts +45 -0
- package/lib/components/WMImageStore.spec.d.ts +1 -0
- package/lib/components/WMJSDimension.d.ts +89 -0
- package/lib/components/WMJSDimension.spec.d.ts +1 -0
- package/lib/components/WMJSExternalDependencies.d.ts +3 -0
- package/lib/components/WMJSMap.d.ts +310 -0
- package/lib/components/WMJSMap.spec.d.ts +1 -0
- package/lib/components/WMJSMap.stories.d.ts +6 -0
- package/lib/components/WMJSMapHelpers.d.ts +7 -0
- package/lib/components/WMJSMapHelpers.spec.d.ts +1 -0
- package/lib/components/WMJSService.d.ts +77 -0
- package/lib/components/WMJSService.spec.d.ts +1 -0
- package/lib/components/WMJSTools.d.ts +60 -0
- package/lib/components/WMJSTools.spec.d.ts +1 -0
- package/lib/components/WMLayer.d.ts +200 -0
- package/lib/components/WMLayer.spec.d.ts +1 -0
- package/lib/components/WMLegend.d.ts +6 -0
- package/lib/components/WMLegend.spec.d.ts +1 -0
- package/lib/components/WMListener.d.ts +14 -0
- package/lib/components/WMMapPin.d.ts +24 -0
- package/lib/components/WMProjection.d.ts +10 -0
- package/lib/components/WMTileRenderer.d.ts +7 -0
- package/lib/components/WMTileRenderer.spec.d.ts +1 -0
- package/lib/components/WMTime.d.ts +41 -0
- package/lib/components/WMTime.spec.d.ts +1 -0
- package/lib/components/WMTimeTypes.d.ts +19 -0
- package/lib/components/WMTimer.d.ts +11 -0
- package/lib/components/WMTimer.spec.d.ts +1 -0
- package/lib/components/WMXMLParser.d.ts +9 -0
- package/lib/components/WMXMLParser.spec.d.ts +1 -0
- package/lib/components/index.d.ts +18 -0
- package/lib/components/types.d.ts +37 -0
- package/lib/utils/I18n/lang.en.d.ts +387 -0
- package/lib/utils/I18n/lang.nl.d.ts +387 -0
- package/lib/utils/specs/WMS111GetCapabilitiesGeoServicesRADAR.d.ts +2 -0
- package/lib/utils/specs/WMS130GetCapabilitiesHarmN25.d.ts +2 -0
- package/lib/utils/specs/WMS130GetCapabilitiesRadarTestWithInheritAndReplaceLayerprops.d.ts +2 -0
- package/lib/utils/specs/WMS130GetCapabilitiesRadarTestWithInheritLayerprops.d.ts +2 -0
- package/lib/utils/specs/WMS130GetCapabilitiesRadarTestWithoutInheritLayerprops.d.ts +2 -0
- package/lib/utils/specs/WMSSmartMet.d.ts +2 -0
- package/lib/utils/testUtils.d.ts +35 -0
- package/lib/utils/tilesettings.d.ts +335 -0
- package/package.json +21 -0
- package/webmap.esm.js +9017 -0
- package/webmap.umd.js +9014 -0
|
@@ -0,0 +1,387 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
delete: {
|
|
3
|
+
text: string;
|
|
4
|
+
};
|
|
5
|
+
delete_selected_flag_tooltip: {
|
|
6
|
+
tooltip: string;
|
|
7
|
+
};
|
|
8
|
+
add_flag_tooltip: {
|
|
9
|
+
tooltip: string;
|
|
10
|
+
};
|
|
11
|
+
are_you_sure: {
|
|
12
|
+
text: string;
|
|
13
|
+
};
|
|
14
|
+
delete_title_confirm: {
|
|
15
|
+
text: string;
|
|
16
|
+
};
|
|
17
|
+
default_selected_flag: {
|
|
18
|
+
text: string;
|
|
19
|
+
};
|
|
20
|
+
selected_flag: {
|
|
21
|
+
text: string;
|
|
22
|
+
};
|
|
23
|
+
add_point_interest_abstract: {
|
|
24
|
+
text: string;
|
|
25
|
+
};
|
|
26
|
+
insert_name: {
|
|
27
|
+
text: string;
|
|
28
|
+
};
|
|
29
|
+
add_point_interest: {
|
|
30
|
+
text: string;
|
|
31
|
+
};
|
|
32
|
+
add: {
|
|
33
|
+
text: string;
|
|
34
|
+
};
|
|
35
|
+
place_search_term: {
|
|
36
|
+
text: string;
|
|
37
|
+
};
|
|
38
|
+
debug_searching_location: {
|
|
39
|
+
text: string;
|
|
40
|
+
};
|
|
41
|
+
debug_searching_sqlite_location: {
|
|
42
|
+
text: string;
|
|
43
|
+
};
|
|
44
|
+
geonames_api_call_failed: {
|
|
45
|
+
text: string;
|
|
46
|
+
};
|
|
47
|
+
geonames_sqlite_call_failed: {
|
|
48
|
+
text: string;
|
|
49
|
+
};
|
|
50
|
+
no_results_search: {
|
|
51
|
+
text: string;
|
|
52
|
+
};
|
|
53
|
+
unable_to_connect_server: {
|
|
54
|
+
text: string;
|
|
55
|
+
};
|
|
56
|
+
unable_to_search: {
|
|
57
|
+
text: string;
|
|
58
|
+
};
|
|
59
|
+
no_urls_in_config: {
|
|
60
|
+
text: string;
|
|
61
|
+
};
|
|
62
|
+
only_alpha_num_allowed: {
|
|
63
|
+
text: string;
|
|
64
|
+
};
|
|
65
|
+
no_search_definition: {
|
|
66
|
+
text: string;
|
|
67
|
+
};
|
|
68
|
+
service_has_error: {
|
|
69
|
+
text: string;
|
|
70
|
+
};
|
|
71
|
+
no_time_dimension_in_layer: {
|
|
72
|
+
text: string;
|
|
73
|
+
};
|
|
74
|
+
no_service_defined: {
|
|
75
|
+
text: string;
|
|
76
|
+
};
|
|
77
|
+
service_url_empty: {
|
|
78
|
+
text: string;
|
|
79
|
+
};
|
|
80
|
+
wms_service_exception_code: {
|
|
81
|
+
text: string;
|
|
82
|
+
};
|
|
83
|
+
unnamed_service: {
|
|
84
|
+
text: string;
|
|
85
|
+
};
|
|
86
|
+
add_layers: {
|
|
87
|
+
text: string;
|
|
88
|
+
tooltip: string;
|
|
89
|
+
};
|
|
90
|
+
add_custom_service: {
|
|
91
|
+
text: string;
|
|
92
|
+
};
|
|
93
|
+
properties_for: {
|
|
94
|
+
text: string;
|
|
95
|
+
};
|
|
96
|
+
color_range: {
|
|
97
|
+
text: string;
|
|
98
|
+
};
|
|
99
|
+
reset: {
|
|
100
|
+
text: string;
|
|
101
|
+
};
|
|
102
|
+
apply: {
|
|
103
|
+
text: string;
|
|
104
|
+
};
|
|
105
|
+
min_value: {
|
|
106
|
+
text: string;
|
|
107
|
+
};
|
|
108
|
+
max_value: {
|
|
109
|
+
text: string;
|
|
110
|
+
};
|
|
111
|
+
wms_version: {
|
|
112
|
+
text: string;
|
|
113
|
+
};
|
|
114
|
+
wms_comp_mode: {
|
|
115
|
+
text: string;
|
|
116
|
+
};
|
|
117
|
+
projections: {
|
|
118
|
+
text: string;
|
|
119
|
+
};
|
|
120
|
+
projection: {
|
|
121
|
+
text: string;
|
|
122
|
+
};
|
|
123
|
+
epsg_code: {
|
|
124
|
+
text: string;
|
|
125
|
+
};
|
|
126
|
+
bounding_box: {
|
|
127
|
+
text: string;
|
|
128
|
+
};
|
|
129
|
+
file_metadata: {
|
|
130
|
+
text: string;
|
|
131
|
+
};
|
|
132
|
+
show_file_metadata: {
|
|
133
|
+
text: string;
|
|
134
|
+
};
|
|
135
|
+
download_data_wcs: {
|
|
136
|
+
text: string;
|
|
137
|
+
};
|
|
138
|
+
coordinate_reference_system: {
|
|
139
|
+
text: string;
|
|
140
|
+
};
|
|
141
|
+
area_bounding_box: {
|
|
142
|
+
text: string;
|
|
143
|
+
};
|
|
144
|
+
dimensions: {
|
|
145
|
+
text: string;
|
|
146
|
+
};
|
|
147
|
+
dimension: {
|
|
148
|
+
text: string;
|
|
149
|
+
};
|
|
150
|
+
formats: {
|
|
151
|
+
text: string;
|
|
152
|
+
};
|
|
153
|
+
north: {
|
|
154
|
+
text: string;
|
|
155
|
+
};
|
|
156
|
+
west: {
|
|
157
|
+
text: string;
|
|
158
|
+
};
|
|
159
|
+
east: {
|
|
160
|
+
text: string;
|
|
161
|
+
};
|
|
162
|
+
south: {
|
|
163
|
+
text: string;
|
|
164
|
+
};
|
|
165
|
+
cell_size: {
|
|
166
|
+
text: string;
|
|
167
|
+
};
|
|
168
|
+
x_resolution: {
|
|
169
|
+
text: string;
|
|
170
|
+
};
|
|
171
|
+
y_resolution: {
|
|
172
|
+
text: string;
|
|
173
|
+
};
|
|
174
|
+
raster_size: {
|
|
175
|
+
text: string;
|
|
176
|
+
};
|
|
177
|
+
raster_width: {
|
|
178
|
+
text: string;
|
|
179
|
+
};
|
|
180
|
+
raster_height: {
|
|
181
|
+
text: string;
|
|
182
|
+
};
|
|
183
|
+
format: {
|
|
184
|
+
text: string;
|
|
185
|
+
};
|
|
186
|
+
show: {
|
|
187
|
+
text: string;
|
|
188
|
+
};
|
|
189
|
+
create_permanent_links: {
|
|
190
|
+
text: string;
|
|
191
|
+
};
|
|
192
|
+
please_select_product: {
|
|
193
|
+
text: string;
|
|
194
|
+
};
|
|
195
|
+
no_capability_element_found: {
|
|
196
|
+
text: string;
|
|
197
|
+
};
|
|
198
|
+
no_wms_capability_element_found: {
|
|
199
|
+
text: string;
|
|
200
|
+
};
|
|
201
|
+
no_wms_layer_element_found: {
|
|
202
|
+
text: string;
|
|
203
|
+
};
|
|
204
|
+
settings_and_options: {
|
|
205
|
+
tooltip: string;
|
|
206
|
+
};
|
|
207
|
+
show_time_selection_window: {
|
|
208
|
+
text: string;
|
|
209
|
+
};
|
|
210
|
+
create_animation: {
|
|
211
|
+
text: string;
|
|
212
|
+
};
|
|
213
|
+
create_link: {
|
|
214
|
+
text: string;
|
|
215
|
+
};
|
|
216
|
+
show_debug_information: {
|
|
217
|
+
text: string;
|
|
218
|
+
};
|
|
219
|
+
add_custom_wms_service: {
|
|
220
|
+
text: string;
|
|
221
|
+
};
|
|
222
|
+
undo_zoom_pan_action: {
|
|
223
|
+
text: string;
|
|
224
|
+
};
|
|
225
|
+
redo_zoom_pan_action: {
|
|
226
|
+
text: string;
|
|
227
|
+
};
|
|
228
|
+
abort_loading: {
|
|
229
|
+
text: string;
|
|
230
|
+
};
|
|
231
|
+
about_the_adaguc_viewer: {
|
|
232
|
+
text: string;
|
|
233
|
+
tooptip: string;
|
|
234
|
+
};
|
|
235
|
+
about_adaguc: {
|
|
236
|
+
text: string;
|
|
237
|
+
};
|
|
238
|
+
about_adaguc_more_information: {
|
|
239
|
+
text: string;
|
|
240
|
+
};
|
|
241
|
+
layers: {
|
|
242
|
+
text: string;
|
|
243
|
+
tooltip: string;
|
|
244
|
+
};
|
|
245
|
+
predefined_areas: {
|
|
246
|
+
tooltip: string;
|
|
247
|
+
};
|
|
248
|
+
basemaps_overlays: {
|
|
249
|
+
tooltip: string;
|
|
250
|
+
};
|
|
251
|
+
add_layers_and_services: {
|
|
252
|
+
text: string;
|
|
253
|
+
};
|
|
254
|
+
add_new_layer: {
|
|
255
|
+
tooltip: string;
|
|
256
|
+
};
|
|
257
|
+
clone_this_layer: {
|
|
258
|
+
tooltip: string;
|
|
259
|
+
};
|
|
260
|
+
remove_this_layer: {
|
|
261
|
+
tooltip: string;
|
|
262
|
+
};
|
|
263
|
+
move_layer_up: {
|
|
264
|
+
tooltip: string;
|
|
265
|
+
};
|
|
266
|
+
move_layer_down: {
|
|
267
|
+
tooltip: string;
|
|
268
|
+
};
|
|
269
|
+
title: {
|
|
270
|
+
text: string;
|
|
271
|
+
};
|
|
272
|
+
layer: {
|
|
273
|
+
text: string;
|
|
274
|
+
};
|
|
275
|
+
type: {
|
|
276
|
+
text: string;
|
|
277
|
+
};
|
|
278
|
+
name: {
|
|
279
|
+
text: string;
|
|
280
|
+
};
|
|
281
|
+
abstract: {
|
|
282
|
+
text: string;
|
|
283
|
+
};
|
|
284
|
+
service: {
|
|
285
|
+
text: string;
|
|
286
|
+
};
|
|
287
|
+
description: {
|
|
288
|
+
text: string;
|
|
289
|
+
};
|
|
290
|
+
no_dimensions_available: {
|
|
291
|
+
text: string;
|
|
292
|
+
};
|
|
293
|
+
load_all: {
|
|
294
|
+
text: string;
|
|
295
|
+
};
|
|
296
|
+
play_animation: {
|
|
297
|
+
text: string;
|
|
298
|
+
};
|
|
299
|
+
stop: {
|
|
300
|
+
text: string;
|
|
301
|
+
};
|
|
302
|
+
start: {
|
|
303
|
+
text: string;
|
|
304
|
+
};
|
|
305
|
+
opacity: {
|
|
306
|
+
text: string;
|
|
307
|
+
};
|
|
308
|
+
zoom_to_this_layer: {
|
|
309
|
+
tooltip: string;
|
|
310
|
+
};
|
|
311
|
+
start_or_stop_animation: {
|
|
312
|
+
tooltip: string;
|
|
313
|
+
};
|
|
314
|
+
reload_this_layer: {
|
|
315
|
+
tooltip: string;
|
|
316
|
+
};
|
|
317
|
+
layer_properties: {
|
|
318
|
+
tooltip: string;
|
|
319
|
+
};
|
|
320
|
+
hide_or_display_layer: {
|
|
321
|
+
tooltip: string;
|
|
322
|
+
};
|
|
323
|
+
select_layer_product_from_service: {
|
|
324
|
+
tooltip: string;
|
|
325
|
+
};
|
|
326
|
+
change_style_layer: {
|
|
327
|
+
tooltip: string;
|
|
328
|
+
};
|
|
329
|
+
available_styles: {
|
|
330
|
+
text: string;
|
|
331
|
+
};
|
|
332
|
+
no_styles_available: {
|
|
333
|
+
text: string;
|
|
334
|
+
};
|
|
335
|
+
default: {
|
|
336
|
+
text: string;
|
|
337
|
+
};
|
|
338
|
+
embed: {
|
|
339
|
+
text: string;
|
|
340
|
+
};
|
|
341
|
+
time_selection: {
|
|
342
|
+
text: string;
|
|
343
|
+
};
|
|
344
|
+
local_time: {
|
|
345
|
+
text: string;
|
|
346
|
+
};
|
|
347
|
+
year: {
|
|
348
|
+
text: string;
|
|
349
|
+
};
|
|
350
|
+
month: {
|
|
351
|
+
text: string;
|
|
352
|
+
};
|
|
353
|
+
day: {
|
|
354
|
+
text: string;
|
|
355
|
+
};
|
|
356
|
+
hour: {
|
|
357
|
+
text: string;
|
|
358
|
+
};
|
|
359
|
+
min: {
|
|
360
|
+
text: string;
|
|
361
|
+
};
|
|
362
|
+
select_layer: {
|
|
363
|
+
text: string;
|
|
364
|
+
};
|
|
365
|
+
select_dimension: {
|
|
366
|
+
text: string;
|
|
367
|
+
};
|
|
368
|
+
start_at: {
|
|
369
|
+
text: string;
|
|
370
|
+
};
|
|
371
|
+
number_of_steps: {
|
|
372
|
+
text: string;
|
|
373
|
+
};
|
|
374
|
+
delay_ms: {
|
|
375
|
+
text: string;
|
|
376
|
+
};
|
|
377
|
+
enter_wms_version_url: {
|
|
378
|
+
text: string;
|
|
379
|
+
};
|
|
380
|
+
enter_search_term: {
|
|
381
|
+
text: string;
|
|
382
|
+
};
|
|
383
|
+
not_available_message: {
|
|
384
|
+
text: string;
|
|
385
|
+
};
|
|
386
|
+
};
|
|
387
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE WMT_MS_Capabilities SYSTEM \"http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd\" [\n <!ELEMENT VendorSpecificCapabilities EMPTY>\n]>\n<!-- end of DOCTYPE declaration -->\n<WMT_MS_Capabilities version=\"1.1.1\">\n <Service>\n <Name>OGC:WMS</Name>\n <Title>RADAR</Title>\n <Abstract>This service demonstrates how the ADAGUC server can be used to create OGC services.</Abstract>\n <ServerInfo>ADAGUCServer version 2.5.8, of Apr 13 2021 07:55:43</ServerInfo>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&\" />\n <ContactInformation />\n </Service>\n <Capability>\n <Request>\n <GetCapabilities>\n <Format>application/vnd.ogc.wms_xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetCapabilities>\n <GetMap>\n <Format>image/png</Format>\n <Format>image/gif</Format>\n <Format>image/png32</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetMap>\n <GetFeatureInfo>\n <Format>text/plain</Format>\n <Format>text/html</Format>\n <Format>text/xml</Format>\n <Format>application/vnd.ogc.gml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetFeatureInfo>\n <DescribeLayer>\n <Format>text/xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&\" />\n </Get>\n </HTTP>\n </DCPType>\n </DescribeLayer>\n <GetLegendGraphic>\n <Format>image/png</Format>\n <Format>image/gif</Format>\n <Format>image/png32</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetLegendGraphic>\n <GetStyles>\n <Format>text/xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetStyles>\n </Request>\n <Exception>\n <Format>application/vnd.ogc.se_xml</Format>\n <Format>application/vnd.ogc.se_inimage</Format>\n <Format>application/vnd.ogc.se_blank</Format>\n </Exception>\n <VendorSpecificCapabilities />\n <UserDefinedSymbolization SupportSLD=\"1\" UserLayer=\"0\" UserStyle=\"1\" RemoteWFS=\"0\" />\n <Layer>\n <Title>WMS of RADAR</Title>\n <SRS>EPSG:3411</SRS>\n <SRS>EPSG:3412</SRS>\n <SRS>EPSG:3575</SRS>\n <SRS>EPSG:3857</SRS>\n <SRS>EPSG:4258</SRS>\n <SRS>EPSG:4326</SRS>\n <SRS>CRS:84</SRS>\n <SRS>EPSG:25831</SRS>\n <SRS>EPSG:25832</SRS>\n <SRS>EPSG:28992</SRS>\n <SRS>EPSG:7399</SRS>\n <SRS>EPSG:50001</SRS>\n <SRS>EPSG:54030</SRS>\n <SRS>EPSG:32661</SRS>\n <SRS>EPSG:40000</SRS>\n <SRS>EPSG:900913</SRS>\n <SRS>PROJ4:%2Bproj%3Dstere%20%2Blat_0%3D90%20%2Blon_0%3D0%20%2Blat_ts%3D60%20%2Ba%3D6378%2E14%20%2Bb%3D6356%2E75%20%2Bx_0%3D0%20y_0%3D0</SRS>\n <Layer queryable=\"1\" opaque=\"1\" cascaded=\"0\">\n <Name>RAD_NL25_PCP_CM</Name>\n <Title>Precipitation Radar NL</Title>\n <SRS>EPSG:3411</SRS>\n <BoundingBox SRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <SRS>EPSG:3412</SRS>\n <BoundingBox SRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <SRS>EPSG:3575</SRS>\n <BoundingBox SRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <SRS>EPSG:3857</SRS>\n <BoundingBox SRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <SRS>EPSG:4258</SRS>\n <BoundingBox SRS=\"EPSG:4258\" minx=\"0.000000\" miny=\"48.895303\" maxx=\"10.856452\" maxy=\"55.973600\" />\n <SRS>EPSG:4326</SRS>\n <BoundingBox SRS=\"EPSG:4326\" minx=\"0.000000\" miny=\"48.895303\" maxx=\"10.856452\" maxy=\"55.973600\" />\n <SRS>CRS:84</SRS>\n <BoundingBox SRS=\"CRS:84\" minx=\"0.000000\" miny=\"48.895303\" maxx=\"10.856452\" maxy=\"55.973600\" />\n <SRS>EPSG:25831</SRS>\n <BoundingBox SRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <SRS>EPSG:25832</SRS>\n <BoundingBox SRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <SRS>EPSG:28992</SRS>\n <BoundingBox SRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <SRS>EPSG:7399</SRS>\n <BoundingBox SRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <SRS>EPSG:50001</SRS>\n <BoundingBox SRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <SRS>EPSG:54030</SRS>\n <BoundingBox SRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <SRS>EPSG:32661</SRS>\n <BoundingBox SRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <SRS>EPSG:40000</SRS>\n <BoundingBox SRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <SRS>EPSG:900913</SRS>\n <BoundingBox SRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <SRS>PROJ4:%2Bproj%3Dstere%20%2Blat_0%3D90%20%2Blon_0%3D0%20%2Blat_ts%3D60%20%2Ba%3D6378%2E14%20%2Bb%3D6356%2E75%20%2Bx_0%3D0%20y_0%3D0</SRS>\n <BoundingBox SRS=\"PROJ4:%2Bproj%3Dstere%20%2Blat_0%3D90%20%2Blon_0%3D0%20%2Blat_ts%3D60%20%2Ba%3D6378%2E14%20%2Bb%3D6356%2E75%20%2Bx_0%3D0%20y_0%3D0\" minx=\"0.000000\" miny=\"-3649.999338\" maxx=\"700.002420\" maxy=\"-4415.002986\" />\n <LatLonBoundingBox minx=\"0.000000\" miny=\"48.895303\" maxx=\"10.856452\" maxy=\"55.973600\" />\n <Dimension name=\"time\" units=\"ISO8601\" />\n <Extent name=\"time\" default=\"2021-05-17T00:00:00Z\" multipleValues=\"1\" nearestValue=\"0\">2021-03-31T09:25:00Z/2021-05-18T07:45:00Z/PT5M</Extent>\n <Style>\n <Name>radar/nearest</Name>\n <Title>radar/nearest</Title>\n <LegendURL width=\"300\" height=\"400\">\n <Format>image/png</Format>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&&version=1.1.1&service=WMS&request=GetLegendGraphic&layer=RAD_NL25_PCP_CM&format=image/png&STYLE=radar/nearest\" />\n </LegendURL>\n </Style>\n <Style>\n <Name>precip-rainbow/nearest</Name>\n <Title>precip-rainbow/nearest</Title>\n <LegendURL width=\"300\" height=\"400\">\n <Format>image/png</Format>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&&version=1.1.1&service=WMS&request=GetLegendGraphic&layer=RAD_NL25_PCP_CM&format=image/png&STYLE=precip-rainbow/nearest\" />\n </LegendURL>\n </Style>\n <Style>\n <Name>precip-gray/nearest</Name>\n <Title>precip-gray/nearest</Title>\n <LegendURL width=\"300\" height=\"400\">\n <Format>image/png</Format>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&&version=1.1.1&service=WMS&request=GetLegendGraphic&layer=RAD_NL25_PCP_CM&format=image/png&STYLE=precip-gray/nearest\" />\n </LegendURL>\n </Style>\n <Style>\n <Name>precip-blue/nearest</Name>\n <Title>precip-blue/nearest</Title>\n <LegendURL width=\"300\" height=\"400\">\n <Format>image/png</Format>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&&version=1.1.1&service=WMS&request=GetLegendGraphic&layer=RAD_NL25_PCP_CM&format=image/png&STYLE=precip-blue/nearest\" />\n </LegendURL>\n </Style>\n <Style>\n <Name>precip-blue-transparent/nearest</Name>\n <Title>precip-blue-transparent/nearest</Title>\n <LegendURL width=\"300\" height=\"400\">\n <Format>image/png</Format>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&&version=1.1.1&service=WMS&request=GetLegendGraphic&layer=RAD_NL25_PCP_CM&format=image/png&STYLE=precip-blue-transparent/nearest\" />\n </LegendURL>\n </Style>\n <Style>\n <Name>precip-with-range/nearest</Name>\n <Title>precip-with-range/nearest</Title>\n <LegendURL width=\"300\" height=\"400\">\n <Format>image/png</Format>\n <OnlineResource xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&SERVICE=WMS&&version=1.1.1&service=WMS&request=GetLegendGraphic&layer=RAD_NL25_PCP_CM&format=image/png&STYLE=precip-with-range/nearest\" />\n </LegendURL>\n </Style>\n <ScaleHint min=\"0\" max=\"10000\" />\n </Layer>\n </Layer>\n </Capability>\n</WMT_MS_Capabilities>";
|
|
2
|
+
export default _default;
|