@opengeoweb/webmap 9.28.0 → 9.29.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.
Files changed (79) hide show
  1. package/index.esm.js +709 -714
  2. package/package.json +1 -1
  3. package/src/index.d.ts +1 -1
  4. package/src/lib/components/IWMJSMap.d.ts +315 -315
  5. package/src/lib/components/WMAnimate.d.ts +14 -14
  6. package/src/lib/components/WMAnimate.spec.d.ts +1 -1
  7. package/src/lib/components/WMBBOX.d.ts +31 -31
  8. package/src/lib/components/WMBBOX.spec.d.ts +1 -1
  9. package/src/lib/components/WMCanvasBuffer.d.ts +123 -123
  10. package/src/lib/components/WMCanvasBuffer.spec.d.ts +1 -1
  11. package/src/lib/components/WMCanvasDrawFunctions.d.ts +11 -11
  12. package/src/lib/components/WMConstants.d.ts +19 -19
  13. package/src/lib/components/WMDrawMarker.d.ts +2 -2
  14. package/src/lib/components/WMDrawMarker.spec.d.ts +1 -1
  15. package/src/lib/components/WMFlyToBBox.d.ts +25 -25
  16. package/src/lib/components/WMFlyToBBox.spec.d.ts +1 -1
  17. package/src/lib/components/WMGetServiceFromStore.d.ts +3 -3
  18. package/src/lib/components/WMGlobals.d.ts +8 -8
  19. package/src/lib/components/WMImage.d.ts +97 -97
  20. package/src/lib/components/WMImage.spec.d.ts +1 -1
  21. package/src/lib/components/WMImageStore.d.ts +44 -44
  22. package/src/lib/components/WMImageStore.spec.d.ts +1 -1
  23. package/src/lib/components/WMJSDimension.d.ts +112 -112
  24. package/src/lib/components/WMJSDimension.spec.d.ts +1 -1
  25. package/src/lib/components/WMJSExternalDependencies.d.ts +2 -2
  26. package/src/lib/components/WMJSMap.d.ts +222 -220
  27. package/src/lib/components/WMJSMap.spec.d.ts +1 -1
  28. package/src/lib/components/WMJSMapHelpers.d.ts +59 -58
  29. package/src/lib/components/WMJSMapHelpers.spec.d.ts +1 -1
  30. package/src/lib/components/WMJSService.d.ts +69 -69
  31. package/src/lib/components/WMJSService.spec.d.ts +1 -1
  32. package/src/lib/components/WMJSTools.d.ts +100 -100
  33. package/src/lib/components/WMJSTools.spec.d.ts +1 -1
  34. package/src/lib/components/WMLayer.d.ts +194 -194
  35. package/src/lib/components/WMLayer.spec.d.ts +1 -1
  36. package/src/lib/components/WMLegend.d.ts +6 -6
  37. package/src/lib/components/WMLegend.spec.d.ts +1 -1
  38. package/src/lib/components/WMListener.d.ts +57 -57
  39. package/src/lib/components/WMListener.spec.d.ts +1 -1
  40. package/src/lib/components/WMMapPin.d.ts +31 -31
  41. package/src/lib/components/WMMemo.d.ts +5 -5
  42. package/src/lib/components/WMMemo.spec.d.ts +1 -1
  43. package/src/lib/components/WMPrefetch.d.ts +9 -9
  44. package/src/lib/components/WMPrefetch.spec.d.ts +1 -1
  45. package/src/lib/components/WMProjection.d.ts +16 -16
  46. package/src/lib/components/WMTileRenderer.d.ts +7 -7
  47. package/src/lib/components/WMTileRenderer.spec.d.ts +1 -1
  48. package/src/lib/components/WMTime.d.ts +43 -43
  49. package/src/lib/components/WMTime.spec.d.ts +1 -1
  50. package/src/lib/components/WMTimeTypes.d.ts +19 -19
  51. package/src/lib/components/WMTimer.d.ts +11 -11
  52. package/src/lib/components/WMTimer.spec.d.ts +1 -1
  53. package/src/lib/components/WMXMLParser.d.ts +9 -9
  54. package/src/lib/components/WMXMLParser.spec.d.ts +1 -1
  55. package/src/lib/components/index.d.ts +24 -24
  56. package/src/lib/components/types.d.ts +174 -174
  57. package/src/lib/index.d.ts +5 -5
  58. package/src/lib/utils/consoleErrorMessages.d.ts +11 -11
  59. package/src/lib/utils/fakeMaxAgeResponses.d.ts +1 -1
  60. package/src/lib/utils/getCapabilities/getCapabilities.d.ts +18 -18
  61. package/src/lib/utils/getCapabilities/getCapabilities.spec.d.ts +1 -1
  62. package/src/lib/utils/getCapabilities/index.d.ts +2 -2
  63. package/src/lib/utils/getCapabilities/mocks/WMS111GetCapabilitiesGeoServicesRADAR.d.ts +1 -1
  64. package/src/lib/utils/getCapabilities/mocks/index.d.ts +89 -89
  65. package/src/lib/utils/getCapabilities/mocks/mockGetCapabilities.d.ts +87 -87
  66. package/src/lib/utils/i18n.d.ts +4 -2
  67. package/src/lib/utils/index.d.ts +9 -9
  68. package/src/lib/utils/mapConstants.d.ts +7 -7
  69. package/src/lib/utils/specs/WMS111GetCapabilitiesGeoServicesRADAR.d.ts +2 -2
  70. package/src/lib/utils/specs/WMS130GetCapabilitiesHarmN25.d.ts +2 -2
  71. package/src/lib/utils/specs/WMS130GetCapabilitiesRadarTestWithInheritAndReplaceLayerprops.d.ts +2 -2
  72. package/src/lib/utils/specs/WMS130GetCapabilitiesRadarTestWithInheritLayerprops.d.ts +2 -2
  73. package/src/lib/utils/specs/WMS130GetCapabilitiesRadarTestWithoutInheritLayerprops.d.ts +2 -2
  74. package/src/lib/utils/specs/WMSSmartMet.d.ts +2 -2
  75. package/src/lib/utils/testSettings.d.ts +14 -14
  76. package/src/lib/utils/testUtils.d.ts +21 -21
  77. package/src/lib/utils/tilesettings.d.ts +26 -26
  78. package/src/lib/utils/utils.d.ts +56 -56
  79. package/src/lib/utils/utils.spec.d.ts +1 -1
@@ -1,2 +1,2 @@
1
- declare const _default: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<WMS_Capabilities xmlns=\"http://www.opengis.net/wms\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.3.0\" updateSequence=\"0\" xsi:schemaLocation=\"http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd\">\n <Service>\n <Name>WMS</Name>\n <Title>RADAR</Title>\n <Abstract>This service demonstrates how the ADAGUC server can be used to create OGC services.</Abstract>\n <KeywordList>\n <Keyword>view</Keyword>\n <Keyword>infoMapAccessService</Keyword>\n <Keyword>ADAGUCServer version 2.5.8, of Apr 13 2021 07:55:43</Keyword>\n </KeywordList>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n <ContactInformation />\n <Fees>no conditions apply</Fees>\n <AccessConstraints>None</AccessConstraints>\n <MaxWidth>8192</MaxWidth>\n <MaxHeight>8192</MaxHeight>\n </Service>\n <Capability>\n <Request>\n <GetCapabilities>\n <Format>text/xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetCapabilities>\n <GetMap>\n <Format>image/png</Format>\n <Format>image/png;mode=8bit</Format>\n <Format>image/png;mode=8bit_noalpha</Format>\n <Format>image/png;mode=24bit</Format>\n <Format>image/png;mode=32bit</Format>\n <Format>image/gif</Format>\n <Format>image/jpeg</Format>\n <!--<Format>image/webp</Format>-->\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetMap>\n <GetFeatureInfo>\n <Format>image/png</Format>\n <Format>text/plain</Format>\n <Format>text/html</Format>\n <Format>text/xml</Format>\n <Format>application/json</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetFeatureInfo>\n </Request>\n <Exception>\n <Format>XML</Format>\n <Format>INIMAGE</Format>\n <Format>BLANK</Format>\n </Exception>\n <UserDefinedSymbolization SupportSLD=\"1\" />\n <Layer>\n <Title>WMS of RADAR</Title>\n <CRS>EPSG:3411</CRS>\n <CRS>EPSG:3412</CRS>\n <CRS>EPSG:3575</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:25831</CRS>\n <CRS>EPSG:25832</CRS>\n <CRS>EPSG:28992</CRS>\n <CRS>EPSG:7399</CRS>\n <CRS>EPSG:50001</CRS>\n <CRS>EPSG:54030</CRS>\n <CRS>EPSG:32661</CRS>\n <CRS>EPSG:40000</CRS>\n <CRS>EPSG:900913</CRS>\n <CRS>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</CRS>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 <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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;STYLE=precip-blue/nearest\" />\n </LegendURL>\n </Style>\n <Dimension name=\"time\" units=\"ISO8601\" default=\"2021-05-14T07:35:00Z\" multipleValues=\"1\" nearestValue=\"0\" current=\"1\">2021-03-31T09:25:00Z/2021-05-14T07:35:00Z/PT5M</Dimension>\n <Layer queryable=\"1\" opaque=\"1\" cascaded=\"0\">\n <Name>RAD_NL25_PCP_CM-inherited</Name>\n <Title>Precipitation Radar NL</Title>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>0.000000</westBoundLongitude>\n <eastBoundLongitude>10.856452</eastBoundLongitude>\n https://stackoverflow.com/questions/62249737/how-to-read-xml-filetoolsbox-xml-in-react-typescript\n <southBoundLatitude>48.895303</southBoundLatitude>\n <northBoundLatitude>55.973600</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 \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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;STYLE=precip-rainbow/nearest\" />\n </LegendURL>\n </Style>\n <Dimension name=\"time\" units=\"ISO8601\" default=\"2022-06-01T00:00:00Z\" multipleValues=\"1\" nearestValue=\"0\" current=\"1\">2022-01-01T00:00:00Z/2023-01-01T00:00:00Z/PT5M</Dimension>\n </Layer>\n </Layer>\n </Capability>\n</WMS_Capabilities>";
2
- export default _default;
1
+ declare const _default: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<WMS_Capabilities xmlns=\"http://www.opengis.net/wms\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.3.0\" updateSequence=\"0\" xsi:schemaLocation=\"http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd\">\n <Service>\n <Name>WMS</Name>\n <Title>RADAR</Title>\n <Abstract>This service demonstrates how the ADAGUC server can be used to create OGC services.</Abstract>\n <KeywordList>\n <Keyword>view</Keyword>\n <Keyword>infoMapAccessService</Keyword>\n <Keyword>ADAGUCServer version 2.5.8, of Apr 13 2021 07:55:43</Keyword>\n </KeywordList>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n <ContactInformation />\n <Fees>no conditions apply</Fees>\n <AccessConstraints>None</AccessConstraints>\n <MaxWidth>8192</MaxWidth>\n <MaxHeight>8192</MaxHeight>\n </Service>\n <Capability>\n <Request>\n <GetCapabilities>\n <Format>text/xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetCapabilities>\n <GetMap>\n <Format>image/png</Format>\n <Format>image/png;mode=8bit</Format>\n <Format>image/png;mode=8bit_noalpha</Format>\n <Format>image/png;mode=24bit</Format>\n <Format>image/png;mode=32bit</Format>\n <Format>image/gif</Format>\n <Format>image/jpeg</Format>\n <!--<Format>image/webp</Format>-->\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetMap>\n <GetFeatureInfo>\n <Format>image/png</Format>\n <Format>text/plain</Format>\n <Format>text/html</Format>\n <Format>text/xml</Format>\n <Format>application/json</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetFeatureInfo>\n </Request>\n <Exception>\n <Format>XML</Format>\n <Format>INIMAGE</Format>\n <Format>BLANK</Format>\n </Exception>\n <UserDefinedSymbolization SupportSLD=\"1\" />\n <Layer>\n <Title>WMS of RADAR</Title>\n <CRS>EPSG:3411</CRS>\n <CRS>EPSG:3412</CRS>\n <CRS>EPSG:3575</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:25831</CRS>\n <CRS>EPSG:25832</CRS>\n <CRS>EPSG:28992</CRS>\n <CRS>EPSG:7399</CRS>\n <CRS>EPSG:50001</CRS>\n <CRS>EPSG:54030</CRS>\n <CRS>EPSG:32661</CRS>\n <CRS>EPSG:40000</CRS>\n <CRS>EPSG:900913</CRS>\n <CRS>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</CRS>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 <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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;STYLE=precip-blue/nearest\" />\n </LegendURL>\n </Style>\n <Dimension name=\"time\" units=\"ISO8601\" default=\"2021-05-14T07:35:00Z\" multipleValues=\"1\" nearestValue=\"0\" current=\"1\">2021-03-31T09:25:00Z/2021-05-14T07:35:00Z/PT5M</Dimension>\n <Layer queryable=\"1\" opaque=\"1\" cascaded=\"0\">\n <Name>RAD_NL25_PCP_CM-inherited</Name>\n <Title>Precipitation Radar NL</Title>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>0.000000</westBoundLongitude>\n <eastBoundLongitude>10.856452</eastBoundLongitude>\n https://stackoverflow.com/questions/62249737/how-to-read-xml-filetoolsbox-xml-in-react-typescript\n <southBoundLatitude>48.895303</southBoundLatitude>\n <northBoundLatitude>55.973600</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 \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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;STYLE=precip-rainbow/nearest\" />\n </LegendURL>\n </Style>\n <Dimension name=\"time\" units=\"ISO8601\" default=\"2022-06-01T00:00:00Z\" multipleValues=\"1\" nearestValue=\"0\" current=\"1\">2022-01-01T00:00:00Z/2023-01-01T00:00:00Z/PT5M</Dimension>\n </Layer>\n </Layer>\n </Capability>\n</WMS_Capabilities>";
2
+ export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<WMS_Capabilities xmlns=\"http://www.opengis.net/wms\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.3.0\" updateSequence=\"0\" xsi:schemaLocation=\"http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd\">\n <Service>\n <Name>WMS</Name>\n <Title>RADAR</Title>\n <Abstract>This service demonstrates how the ADAGUC server can be used to create OGC services.</Abstract>\n <KeywordList>\n <Keyword>view</Keyword>\n <Keyword>infoMapAccessService</Keyword>\n <Keyword>ADAGUCServer version 2.5.8, of Apr 13 2021 07:55:43</Keyword>\n </KeywordList>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n <ContactInformation />\n <Fees>no conditions apply</Fees>\n <AccessConstraints>None</AccessConstraints>\n <MaxWidth>8192</MaxWidth>\n <MaxHeight>8192</MaxHeight>\n </Service>\n <Capability>\n <Request>\n <GetCapabilities>\n <Format>text/xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetCapabilities>\n <GetMap>\n <Format>image/png</Format>\n <Format>image/png;mode=8bit</Format>\n <Format>image/png;mode=8bit_noalpha</Format>\n <Format>image/png;mode=24bit</Format>\n <Format>image/png;mode=32bit</Format>\n <Format>image/gif</Format>\n <Format>image/jpeg</Format>\n <!--<Format>image/webp</Format>-->\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetMap>\n <GetFeatureInfo>\n <Format>image/png</Format>\n <Format>text/plain</Format>\n <Format>text/html</Format>\n <Format>text/xml</Format>\n <Format>application/json</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetFeatureInfo>\n </Request>\n <Exception>\n <Format>XML</Format>\n <Format>INIMAGE</Format>\n <Format>BLANK</Format>\n </Exception>\n <UserDefinedSymbolization SupportSLD=\"1\" />\n <Layer>\n <Title>WMS of RADAR</Title>\n <CRS>EPSG:3411</CRS>\n <CRS>EPSG:3412</CRS>\n <CRS>EPSG:3575</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:25831</CRS>\n <CRS>EPSG:25832</CRS>\n <CRS>EPSG:28992</CRS>\n <CRS>EPSG:7399</CRS>\n <CRS>EPSG:50001</CRS>\n <CRS>EPSG:54030</CRS>\n <CRS>EPSG:32661</CRS>\n <CRS>EPSG:40000</CRS>\n <CRS>EPSG:900913</CRS>\n <CRS>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</CRS>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 <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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;STYLE=precip-blue/nearest\" />\n </LegendURL>\n </Style>\n <Dimension name=\"time\" units=\"ISO8601\" default=\"2021-05-14T07:35:00Z\" multipleValues=\"1\" nearestValue=\"0\" current=\"1\">2021-03-31T09:25:00Z/2021-05-14T07:35:00Z/PT5M</Dimension>\n <Layer queryable=\"1\" opaque=\"1\" cascaded=\"0\">\n <Name>RAD_NL25_PCP_CM-inherited</Name>\n <Title>Precipitation Radar NL</Title>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>0.000000</westBoundLongitude>\n <eastBoundLongitude>10.856452</eastBoundLongitude>\n https://stackoverflow.com/questions/62249737/how-to-read-xml-filetoolsbox-xml-in-react-typescript\n <southBoundLatitude>48.895303</southBoundLatitude>\n <northBoundLatitude>55.973600</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 \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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;STYLE=precip-rainbow/nearest\" />\n </LegendURL>\n </Style>\n </Layer>\n </Layer>\n </Capability>\n</WMS_Capabilities>";
2
- export default _default;
1
+ declare const _default: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<WMS_Capabilities xmlns=\"http://www.opengis.net/wms\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.3.0\" updateSequence=\"0\" xsi:schemaLocation=\"http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd\">\n <Service>\n <Name>WMS</Name>\n <Title>RADAR</Title>\n <Abstract>This service demonstrates how the ADAGUC server can be used to create OGC services.</Abstract>\n <KeywordList>\n <Keyword>view</Keyword>\n <Keyword>infoMapAccessService</Keyword>\n <Keyword>ADAGUCServer version 2.5.8, of Apr 13 2021 07:55:43</Keyword>\n </KeywordList>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n <ContactInformation />\n <Fees>no conditions apply</Fees>\n <AccessConstraints>None</AccessConstraints>\n <MaxWidth>8192</MaxWidth>\n <MaxHeight>8192</MaxHeight>\n </Service>\n <Capability>\n <Request>\n <GetCapabilities>\n <Format>text/xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetCapabilities>\n <GetMap>\n <Format>image/png</Format>\n <Format>image/png;mode=8bit</Format>\n <Format>image/png;mode=8bit_noalpha</Format>\n <Format>image/png;mode=24bit</Format>\n <Format>image/png;mode=32bit</Format>\n <Format>image/gif</Format>\n <Format>image/jpeg</Format>\n <!--<Format>image/webp</Format>-->\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetMap>\n <GetFeatureInfo>\n <Format>image/png</Format>\n <Format>text/plain</Format>\n <Format>text/html</Format>\n <Format>text/xml</Format>\n <Format>application/json</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetFeatureInfo>\n </Request>\n <Exception>\n <Format>XML</Format>\n <Format>INIMAGE</Format>\n <Format>BLANK</Format>\n </Exception>\n <UserDefinedSymbolization SupportSLD=\"1\" />\n <Layer>\n <Title>WMS of RADAR</Title>\n <CRS>EPSG:3411</CRS>\n <CRS>EPSG:3412</CRS>\n <CRS>EPSG:3575</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:25831</CRS>\n <CRS>EPSG:25832</CRS>\n <CRS>EPSG:28992</CRS>\n <CRS>EPSG:7399</CRS>\n <CRS>EPSG:50001</CRS>\n <CRS>EPSG:54030</CRS>\n <CRS>EPSG:32661</CRS>\n <CRS>EPSG:40000</CRS>\n <CRS>EPSG:900913</CRS>\n <CRS>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</CRS>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 <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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;STYLE=precip-blue/nearest\" />\n </LegendURL>\n </Style>\n <Dimension name=\"time\" units=\"ISO8601\" default=\"2021-05-14T07:35:00Z\" multipleValues=\"1\" nearestValue=\"0\" current=\"1\">2021-03-31T09:25:00Z/2021-05-14T07:35:00Z/PT5M</Dimension>\n <Layer queryable=\"1\" opaque=\"1\" cascaded=\"0\">\n <Name>RAD_NL25_PCP_CM-inherited</Name>\n <Title>Precipitation Radar NL</Title>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>0.000000</westBoundLongitude>\n <eastBoundLongitude>10.856452</eastBoundLongitude>\n https://stackoverflow.com/questions/62249737/how-to-read-xml-filetoolsbox-xml-in-react-typescript\n <southBoundLatitude>48.895303</southBoundLatitude>\n <northBoundLatitude>55.973600</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 \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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;STYLE=precip-rainbow/nearest\" />\n </LegendURL>\n </Style>\n </Layer>\n </Layer>\n </Capability>\n</WMS_Capabilities>";
2
+ export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<WMS_Capabilities xmlns=\"http://www.opengis.net/wms\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.3.0\" updateSequence=\"0\" xsi:schemaLocation=\"http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd\">\n <Service>\n <Name>WMS</Name>\n <Title>RADAR</Title>\n <Abstract>This service demonstrates how the ADAGUC server can be used to create OGC services.</Abstract>\n <KeywordList>\n <Keyword>view</Keyword>\n <Keyword>infoMapAccessService</Keyword>\n <Keyword>ADAGUCServer version 2.5.8, of Apr 13 2021 07:55:43</Keyword>\n </KeywordList>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n <ContactInformation />\n <Fees>no conditions apply</Fees>\n <AccessConstraints>None</AccessConstraints>\n <MaxWidth>8192</MaxWidth>\n <MaxHeight>8192</MaxHeight>\n </Service>\n <Capability>\n <Request>\n <GetCapabilities>\n <Format>text/xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetCapabilities>\n <GetMap>\n <Format>image/png</Format>\n <Format>image/png;mode=8bit</Format>\n <Format>image/png;mode=8bit_noalpha</Format>\n <Format>image/png;mode=24bit</Format>\n <Format>image/png;mode=32bit</Format>\n <Format>image/gif</Format>\n <Format>image/jpeg</Format>\n <!--<Format>image/webp</Format>-->\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetMap>\n <GetFeatureInfo>\n <Format>image/png</Format>\n <Format>text/plain</Format>\n <Format>text/html</Format>\n <Format>text/xml</Format>\n <Format>application/json</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetFeatureInfo>\n </Request>\n <Exception>\n <Format>XML</Format>\n <Format>INIMAGE</Format>\n <Format>BLANK</Format>\n </Exception>\n <UserDefinedSymbolization SupportSLD=\"1\" />\n <Layer>\n <Title>WMS of RADAR</Title>\n <CRS>EPSG:3411</CRS>\n <CRS>EPSG:3412</CRS>\n <CRS>EPSG:3575</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:25831</CRS>\n <CRS>EPSG:25832</CRS>\n <CRS>EPSG:28992</CRS>\n <CRS>EPSG:7399</CRS>\n <CRS>EPSG:50001</CRS>\n <CRS>EPSG:54030</CRS>\n <CRS>EPSG:32661</CRS>\n <CRS>EPSG:40000</CRS>\n <CRS>EPSG:900913</CRS>\n <CRS>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</CRS>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 <Layer queryable=\"1\" opaque=\"1\" cascaded=\"0\">\n <Name>RAD_NL25_PCP_CM</Name>\n <Title>Precipitation Radar NL</Title>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>0.000000</westBoundLongitude>\n <eastBoundLongitude>10.856452</eastBoundLongitude>\n https://stackoverflow.com/questions/62249737/how-to-read-xml-filetoolsbox-xml-in-react-typescript\n <southBoundLatitude>48.895303</southBoundLatitude>\n <northBoundLatitude>55.973600</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 <Dimension name=\"time\" units=\"ISO8601\" default=\"2021-05-14T07:35:00Z\" multipleValues=\"1\" nearestValue=\"0\" current=\"1\">2021-03-31T09:25:00Z/2021-05-14T07:35:00Z/PT5M</Dimension>\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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;STYLE=precip-with-range/nearest\" />\n </LegendURL>\n </Style>\n </Layer>\n </Layer>\n </Capability>\n</WMS_Capabilities>";
2
- export default _default;
1
+ declare const _default: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<WMS_Capabilities xmlns=\"http://www.opengis.net/wms\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.3.0\" updateSequence=\"0\" xsi:schemaLocation=\"http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd\">\n <Service>\n <Name>WMS</Name>\n <Title>RADAR</Title>\n <Abstract>This service demonstrates how the ADAGUC server can be used to create OGC services.</Abstract>\n <KeywordList>\n <Keyword>view</Keyword>\n <Keyword>infoMapAccessService</Keyword>\n <Keyword>ADAGUCServer version 2.5.8, of Apr 13 2021 07:55:43</Keyword>\n </KeywordList>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n <ContactInformation />\n <Fees>no conditions apply</Fees>\n <AccessConstraints>None</AccessConstraints>\n <MaxWidth>8192</MaxWidth>\n <MaxHeight>8192</MaxHeight>\n </Service>\n <Capability>\n <Request>\n <GetCapabilities>\n <Format>text/xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetCapabilities>\n <GetMap>\n <Format>image/png</Format>\n <Format>image/png;mode=8bit</Format>\n <Format>image/png;mode=8bit_noalpha</Format>\n <Format>image/png;mode=24bit</Format>\n <Format>image/png;mode=32bit</Format>\n <Format>image/gif</Format>\n <Format>image/jpeg</Format>\n <!--<Format>image/webp</Format>-->\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetMap>\n <GetFeatureInfo>\n <Format>image/png</Format>\n <Format>text/plain</Format>\n <Format>text/html</Format>\n <Format>text/xml</Format>\n <Format>application/json</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;\" />\n </Get>\n </HTTP>\n </DCPType>\n </GetFeatureInfo>\n </Request>\n <Exception>\n <Format>XML</Format>\n <Format>INIMAGE</Format>\n <Format>BLANK</Format>\n </Exception>\n <UserDefinedSymbolization SupportSLD=\"1\" />\n <Layer>\n <Title>WMS of RADAR</Title>\n <CRS>EPSG:3411</CRS>\n <CRS>EPSG:3412</CRS>\n <CRS>EPSG:3575</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:25831</CRS>\n <CRS>EPSG:25832</CRS>\n <CRS>EPSG:28992</CRS>\n <CRS>EPSG:7399</CRS>\n <CRS>EPSG:50001</CRS>\n <CRS>EPSG:54030</CRS>\n <CRS>EPSG:32661</CRS>\n <CRS>EPSG:40000</CRS>\n <CRS>EPSG:900913</CRS>\n <CRS>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</CRS>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 <Layer queryable=\"1\" opaque=\"1\" cascaded=\"0\">\n <Name>RAD_NL25_PCP_CM</Name>\n <Title>Precipitation Radar NL</Title>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>0.000000</westBoundLongitude>\n <eastBoundLongitude>10.856452</eastBoundLongitude>\n https://stackoverflow.com/questions/62249737/how-to-read-xml-filetoolsbox-xml-in-react-typescript\n <southBoundLatitude>48.895303</southBoundLatitude>\n <northBoundLatitude>55.973600</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"EPSG:3411\" minx=\"2682754.743620\" miny=\"-3245034.014141\" maxx=\"3759536.917562\" maxy=\"-2168251.989038\" />\n <BoundingBox CRS=\"EPSG:3412\" minx=\"0.000000\" miny=\"32318824.826266\" maxx=\"7413041.166015\" maxy=\"40075258.815074\" />\n <BoundingBox CRS=\"EPSG:3575\" minx=\"-770622.801471\" miny=\"-4485814.811314\" maxx=\"56845.766135\" maxy=\"-3684039.443620\" />\n <BoundingBox CRS=\"EPSG:3857\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"EPSG:4258\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:4326\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"CRS:84\" minx=\"48.895303\" miny=\"0.000000\" maxx=\"55.973600\" maxy=\"10.856452\" />\n <BoundingBox CRS=\"EPSG:25831\" minx=\"282182.345905\" miny=\"5433247.394267\" maxx=\"997135.658653\" maxy=\"6207204.592736\" />\n <BoundingBox CRS=\"EPSG:25832\" minx=\"-153083.019482\" miny=\"5415817.312927\" maxx=\"617595.626092\" maxy=\"6239769.309937\" />\n <BoundingBox CRS=\"EPSG:28992\" minx=\"-236275.338083\" miny=\"106727.731651\" maxx=\"501527.918656\" maxy=\"900797.079725\" />\n <BoundingBox CRS=\"EPSG:7399\" minx=\"0.000000\" miny=\"5757301.056717\" maxx=\"763611.971696\" maxy=\"6483919.801602\" />\n <BoundingBox CRS=\"EPSG:50001\" minx=\"-2000000.000000\" miny=\"-2000000.000000\" maxx=\"10000000.000000\" maxy=\"8500000.000000\" />\n <BoundingBox CRS=\"EPSG:54030\" minx=\"0.000000\" miny=\"5211855.054125\" maxx=\"853649.695106\" maxy=\"5936394.291427\" />\n <BoundingBox CRS=\"EPSG:32661\" minx=\"2000000.000000\" miny=\"-2703305.597319\" maxx=\"2745713.040381\" maxy=\"-1888346.216710\" />\n <BoundingBox CRS=\"EPSG:40000\" minx=\"0.000000\" miny=\"-4731695.771951\" maxx=\"750214.326339\" maxy=\"-3911817.119426\" />\n <BoundingBox CRS=\"EPSG:900913\" minx=\"0.000000\" miny=\"6257115.219364\" maxx=\"1208534.698398\" maxy=\"7553161.958695\" />\n <BoundingBox CRS=\"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 <Dimension name=\"time\" units=\"ISO8601\" default=\"2021-05-14T07:35:00Z\" multipleValues=\"1\" nearestValue=\"0\" current=\"1\">2021-03-31T09:25:00Z/2021-05-14T07:35:00Z/PT5M</Dimension>\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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;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 xlink:type=\"simple\" xlink:href=\"https://geoservices.knmi.nl/wms?DATASET=RADAR&amp;SERVICE=WMS&amp;&amp;version=1.1.1&amp;service=WMS&amp;request=GetLegendGraphic&amp;layer=RAD_NL25_PCP_CM&amp;format=image/png&amp;STYLE=precip-with-range/nearest\" />\n </LegendURL>\n </Style>\n </Layer>\n </Layer>\n </Capability>\n</WMS_Capabilities>";
2
+ export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<WMS_Capabilities version=\"1.3.0\" xmlns=\"http://www.opengis.net/wms\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n<Service>\n <Name>WMS</Name>\n <Title>SmartMet Web Map Service</Title>\n <Abstract>Web Map Service Powered by SmartMet Server</Abstract>\n <KeywordList>\n <Keyword>weather</Keyword>\n <Keyword>forecast</Keyword>\n <Keyword>hirlam</Keyword>\n <Keyword>meps</Keyword>\n <Keyword>smartmetserver</Keyword>\n </KeywordList>\n <OnlineResource xlink:href=\"https://github.com/fmidev/smartmet-server\"/>\n</Service>\n<Capability>\n <Request>\n <GetCapabilities>\n <Format>text/xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\"\n xlink:href=\"https://data.apps.meteo.fi/wms\"/>\n </Get>\n \n </HTTP>\n </DCPType>\n </GetCapabilities>\n <GetMap>\n <Format>image/png</Format>\n <Format>image/svg+xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\"\n xlink:href=\"https://data.apps.meteo.fi/wms\"/>\n </Get>\n \n </HTTP>\n </DCPType>\n </GetMap>\n </Request>\n <Exception>\n <Format>XML</Format>\n </Exception>\n <Layer>\n <Title>SmartMet Web Map Service</Title>\n \n <Layer queryable=\"0\">\n <Title>hbm</Title>\n <CRS>CRS:27</CRS>\n <CRS>CRS:83</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:2393</CRS>\n <CRS>EPSG:3035</CRS>\n <CRS>EPSG:3047</CRS>\n <CRS>EPSG:3067</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>9.041</westBoundLongitude>\n <eastBoundLongitude>30.291</eastBoundLongitude>\n <southBoundLatitude>53.025</southBoundLatitude>\n <northBoundLatitude>65.875</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"CRS:27\" minx=\"9.041\" miny=\"53.025\" maxx=\"30.291\" maxy=\"65.875\"/>\n <BoundingBox CRS=\"CRS:83\" minx=\"9.041\" miny=\"53.025\" maxx=\"30.291\" maxy=\"65.875\"/>\n <BoundingBox CRS=\"CRS:84\" minx=\"9.041\" miny=\"53.025\" maxx=\"30.291\" maxy=\"65.875\"/>\n <BoundingBox CRS=\"EPSG:2393\" minx=\"3064557.21476\" miny=\"6651895.28724\" maxx=\"3650275.30418\" maxy=\"7312969.19512\"/>\n <BoundingBox CRS=\"EPSG:3035\" minx=\"4256650.93596\" miny=\"3324481.13996\" maxx=\"5238179.54401\" maxy=\"4886764.90153\"/>\n <BoundingBox CRS=\"EPSG:3047\" minx=\"330890.119265\" miny=\"6615141.39345\" maxx=\"636784.191878\" maxy=\"7309246.52372\"/>\n <BoundingBox CRS=\"EPSG:3067\" minx=\"43547.7892277\" miny=\"6549298.62199\" maxx=\"650042.964634\" maxy=\"7309911.51299\"/>\n <BoundingBox CRS=\"EPSG:3857\" minx=\"1006439.51626\" miny=\"6987623.58323\" maxx=\"3371978.69562\" maxy=\"9842718.24518\"/>\n <BoundingBox CRS=\"EPSG:4258\" minx=\"9.041\" miny=\"53.025\" maxx=\"30.291\" maxy=\"65.875\"/>\n <BoundingBox CRS=\"EPSG:4326\" minx=\"9.041\" miny=\"53.025\" maxx=\"30.291\" maxy=\"65.875\"/>\n <Dimension name=\"time\" units=\"ISO8601\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-14T01:00:00Z/2021-05-16T04:00:00Z/PT1H</Dimension>\n \n <Dimension name=\"reference_time\" units=\"ISO8601\" default=\"2021-05-14T00:00:00Z\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-13T12:00:00Z,2021-05-14T00:00:00Z</Dimension>\n \n <Dimension name=\"elevation\" units=\"DepthBelowMeanSeaLevel\" unitSymbol=\"m\" default=\"0\" multipleValues=\"0\" nearestValue=\"0\">0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100,150,200,300,400</Dimension>\n \n\n\t\n\t <Layer queryable=\"1\">\n <Name>hbm:temperature</Name>\n <Title>Sea Surface Temperature</Title>\n <Abstract>Sea Surface Temperature from HBM</Abstract>\n <Style>\n <Name>temperaturestyleforhbm</Name>\n <Title>Default style for HBM Temperature</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hbm%3Atemperature\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t </Layer>\n <Layer queryable=\"0\">\n <Title>hirlam</Title>\n <CRS>CRS:27</CRS>\n <CRS>CRS:83</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:2393</CRS>\n <CRS>EPSG:3035</CRS>\n <CRS>EPSG:3047</CRS>\n <CRS>EPSG:3067</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>-101.480400722</westBoundLongitude>\n <eastBoundLongitude>102.056746641</eastBoundLongitude>\n <southBoundLatitude>25.6476611912</southBoundLatitude>\n <northBoundLatitude>61.2739846713</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"CRS:27\" minx=\"-101.480400722\" miny=\"25.6476611912\" maxx=\"102.056746641\" maxy=\"61.2739846713\"/>\n <BoundingBox CRS=\"CRS:83\" minx=\"-101.480400722\" miny=\"25.6476611912\" maxx=\"102.056746641\" maxy=\"61.2739846713\"/>\n <BoundingBox CRS=\"CRS:84\" minx=\"-101.480400722\" miny=\"25.6476611912\" maxx=\"102.056746641\" maxy=\"61.2739846713\"/>\n <BoundingBox CRS=\"EPSG:2393\" minx=\"3064557.21476\" miny=\"6651895.28724\" maxx=\"3746240.35345\" maxy=\"6804804.9047\"/>\n <BoundingBox CRS=\"EPSG:3035\" minx=\"-96211.1051714\" miny=\"1631190.4604\" maxx=\"6106555.77383\" maxy=\"4695810.9123\"/>\n <BoundingBox CRS=\"EPSG:3047\" minx=\"330890.119265\" miny=\"6615141.39345\" maxx=\"660818.533807\" maxy=\"6796998.92435\"/>\n <BoundingBox CRS=\"EPSG:3067\" minx=\"43547.7892277\" miny=\"6549298.62199\" maxx=\"745971.121814\" maxy=\"6801952.28915\"/>\n <BoundingBox CRS=\"EPSG:3857\" minx=\"-11296746.5338\" miny=\"2955507.31159\" maxx=\"11360905.0681\" maxy=\"8689007.32535\"/>\n <BoundingBox CRS=\"EPSG:4258\" minx=\"-101.480400722\" miny=\"25.6476611912\" maxx=\"102.056746641\" maxy=\"61.2739846713\"/>\n <BoundingBox CRS=\"EPSG:4326\" minx=\"-101.480400722\" miny=\"25.6476611912\" maxx=\"102.056746641\" maxy=\"61.2739846713\"/>\n <Dimension name=\"time\" units=\"ISO8601\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-14T06:00:00Z/2021-05-16T12:00:00Z/PT1H</Dimension>\n \n <Dimension name=\"reference_time\" units=\"ISO8601\" default=\"2021-05-14T06:00:00Z\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-13T12:00:00Z,2021-05-13T18:00:00Z,2021-05-14T00:00:00Z,2021-05-14T06:00:00Z</Dimension>\n \n\n\t\n\t <Layer queryable=\"1\">\n <Name>hirlam:precipitation</Name>\n <Title>HIRLAM Precipitation Rate</Title>\n <Abstract>Precipitation Rate from HIRLAM</Abstract>\n <Style>\n <Name>precipitationstyleforhirlam</Name>\n <Title>Default style for hirlam</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Aprecipitation\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:relativehumidity</Name>\n <Title>HIRLAM Relative Humidity 2m</Title>\n <Abstract>Relative Humidity 2m from HIRLAM</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Arelativehumidity\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:temperature</Name>\n <Title>HIRLAM Temperature 2m</Title>\n <Abstract>Temperature 2m from HIRLAM</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Atemperature\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:temperature-850hpa</Name>\n <Title>HIRLAM Temperature 850hPa</Title>\n <Abstract>Temperature 850hPa from HIRLAM</Abstract>\n <Dimension name=\"time\" units=\"ISO8601\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-14T06:00:00Z/2021-05-16T12:00:00Z/PT1H</Dimension>\n \n <Dimension name=\"reference_time\" units=\"ISO8601\" default=\"2021-05-14T06:00:00Z\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-14T00:00:00Z,2021-05-14T06:00:00Z</Dimension>\n \n <Dimension name=\"elevation\" units=\"IsobaricLevel\" unitSymbol=\"hPa\" default=\"1000\" multipleValues=\"0\" nearestValue=\"0\">1000,925,850,700,600,500,400,300,250,200,100,50</Dimension>\n \n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Atemperature-850hpa\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:totalcloudcover</Name>\n <Title>HIRLAM Total Cloud Cover</Title>\n <Abstract>Total cloud cover from HIRLAM forecast model.</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Atotalcloudcover\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:winddirection</Name>\n <Title>HIRLAM Wind Direction 10m</Title>\n <Abstract>Wind direction from HIRLAM forecast model.</Abstract>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:windspeed</Name>\n <Title>HIRLAM Wind Speed 10m</Title>\n <Abstract>Wind speed in m/s from HIRLAM forecast model.</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Awindspeed\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t </Layer>\n <Layer queryable=\"0\">\n <Title>meps</Title>\n <CRS>CRS:27</CRS>\n <CRS>CRS:83</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:2393</CRS>\n <CRS>EPSG:3035</CRS>\n <CRS>EPSG:3047</CRS>\n <CRS>EPSG:3067</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>-18.1181798512</westBoundLongitude>\n <eastBoundLongitude>54.237</eastBoundLongitude>\n <southBoundLatitude>49.7657866394</southBoundLatitude>\n <northBoundLatitude>72.7612723061</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"CRS:27\" minx=\"-18.1181798512\" miny=\"49.7657866394\" maxx=\"54.237\" maxy=\"72.7612723061\"/>\n <BoundingBox CRS=\"CRS:83\" minx=\"-18.1181798512\" miny=\"49.7657866394\" maxx=\"54.237\" maxy=\"72.7612723061\"/>\n <BoundingBox CRS=\"CRS:84\" minx=\"-18.1181798512\" miny=\"49.7657866394\" maxx=\"54.237\" maxy=\"72.7612723061\"/>\n <BoundingBox CRS=\"EPSG:2393\" minx=\"3064557.21476\" miny=\"6651895.28724\" maxx=\"3674549.99025\" maxy=\"7785726.69717\"/>\n <BoundingBox CRS=\"EPSG:3035\" minx=\"2351945.35175\" miny=\"3346053.06304\" maxx=\"5431836.28888\" maxy=\"5804319.83173\"/>\n <BoundingBox CRS=\"EPSG:3047\" minx=\"330890.119265\" miny=\"6615141.39345\" maxx=\"599196.301358\" maxy=\"8076330.30937\"/>\n <BoundingBox CRS=\"EPSG:3067\" minx=\"43547.7892277\" miny=\"6549298.62199\" maxx=\"674306.988933\" maxy=\"7782478.68382\"/>\n <BoundingBox CRS=\"EPSG:3857\" minx=\"-2016906.55513\" miny=\"6405812.58171\" maxx=\"6037635.22215\" maxy=\"12033196.7337\"/>\n <BoundingBox CRS=\"EPSG:4258\" minx=\"-18.1181798512\" miny=\"49.7657866394\" maxx=\"54.237\" maxy=\"72.7612723061\"/>\n <BoundingBox CRS=\"EPSG:4326\" minx=\"-18.1181798512\" miny=\"49.7657866394\" maxx=\"54.237\" maxy=\"72.7612723061\"/>\n <Dimension name=\"time\" units=\"ISO8601\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-14T06:00:00Z/2021-05-17T00:00:00Z/PT1H</Dimension>\n \n <Dimension name=\"reference_time\" units=\"ISO8601\" default=\"2021-05-14T06:00:00Z\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-13T12:00:00Z,2021-05-13T18:00:00Z,2021-05-14T00:00:00Z,2021-05-14T06:00:00Z</Dimension>\n \n\n\t\n\t <Layer queryable=\"1\">\n <Name>meps:precipitation</Name>\n <Title>MEPS Precipitation Rate</Title>\n <Abstract>Precipitation Rate from MEPS</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=meps%3Aprecipitation\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>meps:relativehumidity</Name>\n <Title>MEPS Relative Humidity 2m</Title>\n <Abstract>Relative Humidity 2m from MEPS</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=meps%3Arelativehumidity\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>meps:temperature</Name>\n <Title>MEPS Temperature 2m</Title>\n <Abstract>Temperature 2m from MEPS</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=meps%3Atemperature\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>meps:windspeed</Name>\n <Title>MEPS Wind Speed 10m</Title>\n <Abstract>Wind speed in m/s from MEPS forecast model.</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=meps%3Awindspeed\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t </Layer>\n </Layer>\n</Capability>\n</WMS_Capabilities>";
2
- export default _default;
1
+ declare const _default: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<WMS_Capabilities version=\"1.3.0\" xmlns=\"http://www.opengis.net/wms\" xmlns:xsi=\"https://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n<Service>\n <Name>WMS</Name>\n <Title>SmartMet Web Map Service</Title>\n <Abstract>Web Map Service Powered by SmartMet Server</Abstract>\n <KeywordList>\n <Keyword>weather</Keyword>\n <Keyword>forecast</Keyword>\n <Keyword>hirlam</Keyword>\n <Keyword>meps</Keyword>\n <Keyword>smartmetserver</Keyword>\n </KeywordList>\n <OnlineResource xlink:href=\"https://github.com/fmidev/smartmet-server\"/>\n</Service>\n<Capability>\n <Request>\n <GetCapabilities>\n <Format>text/xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\"\n xlink:href=\"https://data.apps.meteo.fi/wms\"/>\n </Get>\n \n </HTTP>\n </DCPType>\n </GetCapabilities>\n <GetMap>\n <Format>image/png</Format>\n <Format>image/svg+xml</Format>\n <DCPType>\n <HTTP>\n <Get>\n <OnlineResource xlink:type=\"simple\"\n xlink:href=\"https://data.apps.meteo.fi/wms\"/>\n </Get>\n \n </HTTP>\n </DCPType>\n </GetMap>\n </Request>\n <Exception>\n <Format>XML</Format>\n </Exception>\n <Layer>\n <Title>SmartMet Web Map Service</Title>\n \n <Layer queryable=\"0\">\n <Title>hbm</Title>\n <CRS>CRS:27</CRS>\n <CRS>CRS:83</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:2393</CRS>\n <CRS>EPSG:3035</CRS>\n <CRS>EPSG:3047</CRS>\n <CRS>EPSG:3067</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>9.041</westBoundLongitude>\n <eastBoundLongitude>30.291</eastBoundLongitude>\n <southBoundLatitude>53.025</southBoundLatitude>\n <northBoundLatitude>65.875</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"CRS:27\" minx=\"9.041\" miny=\"53.025\" maxx=\"30.291\" maxy=\"65.875\"/>\n <BoundingBox CRS=\"CRS:83\" minx=\"9.041\" miny=\"53.025\" maxx=\"30.291\" maxy=\"65.875\"/>\n <BoundingBox CRS=\"CRS:84\" minx=\"9.041\" miny=\"53.025\" maxx=\"30.291\" maxy=\"65.875\"/>\n <BoundingBox CRS=\"EPSG:2393\" minx=\"3064557.21476\" miny=\"6651895.28724\" maxx=\"3650275.30418\" maxy=\"7312969.19512\"/>\n <BoundingBox CRS=\"EPSG:3035\" minx=\"4256650.93596\" miny=\"3324481.13996\" maxx=\"5238179.54401\" maxy=\"4886764.90153\"/>\n <BoundingBox CRS=\"EPSG:3047\" minx=\"330890.119265\" miny=\"6615141.39345\" maxx=\"636784.191878\" maxy=\"7309246.52372\"/>\n <BoundingBox CRS=\"EPSG:3067\" minx=\"43547.7892277\" miny=\"6549298.62199\" maxx=\"650042.964634\" maxy=\"7309911.51299\"/>\n <BoundingBox CRS=\"EPSG:3857\" minx=\"1006439.51626\" miny=\"6987623.58323\" maxx=\"3371978.69562\" maxy=\"9842718.24518\"/>\n <BoundingBox CRS=\"EPSG:4258\" minx=\"9.041\" miny=\"53.025\" maxx=\"30.291\" maxy=\"65.875\"/>\n <BoundingBox CRS=\"EPSG:4326\" minx=\"9.041\" miny=\"53.025\" maxx=\"30.291\" maxy=\"65.875\"/>\n <Dimension name=\"time\" units=\"ISO8601\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-14T01:00:00Z/2021-05-16T04:00:00Z/PT1H</Dimension>\n \n <Dimension name=\"reference_time\" units=\"ISO8601\" default=\"2021-05-14T00:00:00Z\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-13T12:00:00Z,2021-05-14T00:00:00Z</Dimension>\n \n <Dimension name=\"elevation\" units=\"DepthBelowMeanSeaLevel\" unitSymbol=\"m\" default=\"0\" multipleValues=\"0\" nearestValue=\"0\">0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100,150,200,300,400</Dimension>\n \n\n\t\n\t <Layer queryable=\"1\">\n <Name>hbm:temperature</Name>\n <Title>Sea Surface Temperature</Title>\n <Abstract>Sea Surface Temperature from HBM</Abstract>\n <Style>\n <Name>temperaturestyleforhbm</Name>\n <Title>Default style for HBM Temperature</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hbm%3Atemperature\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t </Layer>\n <Layer queryable=\"0\">\n <Title>hirlam</Title>\n <CRS>CRS:27</CRS>\n <CRS>CRS:83</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:2393</CRS>\n <CRS>EPSG:3035</CRS>\n <CRS>EPSG:3047</CRS>\n <CRS>EPSG:3067</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>-101.480400722</westBoundLongitude>\n <eastBoundLongitude>102.056746641</eastBoundLongitude>\n <southBoundLatitude>25.6476611912</southBoundLatitude>\n <northBoundLatitude>61.2739846713</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"CRS:27\" minx=\"-101.480400722\" miny=\"25.6476611912\" maxx=\"102.056746641\" maxy=\"61.2739846713\"/>\n <BoundingBox CRS=\"CRS:83\" minx=\"-101.480400722\" miny=\"25.6476611912\" maxx=\"102.056746641\" maxy=\"61.2739846713\"/>\n <BoundingBox CRS=\"CRS:84\" minx=\"-101.480400722\" miny=\"25.6476611912\" maxx=\"102.056746641\" maxy=\"61.2739846713\"/>\n <BoundingBox CRS=\"EPSG:2393\" minx=\"3064557.21476\" miny=\"6651895.28724\" maxx=\"3746240.35345\" maxy=\"6804804.9047\"/>\n <BoundingBox CRS=\"EPSG:3035\" minx=\"-96211.1051714\" miny=\"1631190.4604\" maxx=\"6106555.77383\" maxy=\"4695810.9123\"/>\n <BoundingBox CRS=\"EPSG:3047\" minx=\"330890.119265\" miny=\"6615141.39345\" maxx=\"660818.533807\" maxy=\"6796998.92435\"/>\n <BoundingBox CRS=\"EPSG:3067\" minx=\"43547.7892277\" miny=\"6549298.62199\" maxx=\"745971.121814\" maxy=\"6801952.28915\"/>\n <BoundingBox CRS=\"EPSG:3857\" minx=\"-11296746.5338\" miny=\"2955507.31159\" maxx=\"11360905.0681\" maxy=\"8689007.32535\"/>\n <BoundingBox CRS=\"EPSG:4258\" minx=\"-101.480400722\" miny=\"25.6476611912\" maxx=\"102.056746641\" maxy=\"61.2739846713\"/>\n <BoundingBox CRS=\"EPSG:4326\" minx=\"-101.480400722\" miny=\"25.6476611912\" maxx=\"102.056746641\" maxy=\"61.2739846713\"/>\n <Dimension name=\"time\" units=\"ISO8601\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-14T06:00:00Z/2021-05-16T12:00:00Z/PT1H</Dimension>\n \n <Dimension name=\"reference_time\" units=\"ISO8601\" default=\"2021-05-14T06:00:00Z\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-13T12:00:00Z,2021-05-13T18:00:00Z,2021-05-14T00:00:00Z,2021-05-14T06:00:00Z</Dimension>\n \n\n\t\n\t <Layer queryable=\"1\">\n <Name>hirlam:precipitation</Name>\n <Title>HIRLAM Precipitation Rate</Title>\n <Abstract>Precipitation Rate from HIRLAM</Abstract>\n <Style>\n <Name>precipitationstyleforhirlam</Name>\n <Title>Default style for hirlam</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Aprecipitation\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:relativehumidity</Name>\n <Title>HIRLAM Relative Humidity 2m</Title>\n <Abstract>Relative Humidity 2m from HIRLAM</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Arelativehumidity\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:temperature</Name>\n <Title>HIRLAM Temperature 2m</Title>\n <Abstract>Temperature 2m from HIRLAM</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Atemperature\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:temperature-850hpa</Name>\n <Title>HIRLAM Temperature 850hPa</Title>\n <Abstract>Temperature 850hPa from HIRLAM</Abstract>\n <Dimension name=\"time\" units=\"ISO8601\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-14T06:00:00Z/2021-05-16T12:00:00Z/PT1H</Dimension>\n \n <Dimension name=\"reference_time\" units=\"ISO8601\" default=\"2021-05-14T06:00:00Z\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-14T00:00:00Z,2021-05-14T06:00:00Z</Dimension>\n \n <Dimension name=\"elevation\" units=\"IsobaricLevel\" unitSymbol=\"hPa\" default=\"1000\" multipleValues=\"0\" nearestValue=\"0\">1000,925,850,700,600,500,400,300,250,200,100,50</Dimension>\n \n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Atemperature-850hpa\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:totalcloudcover</Name>\n <Title>HIRLAM Total Cloud Cover</Title>\n <Abstract>Total cloud cover from HIRLAM forecast model.</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Atotalcloudcover\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:winddirection</Name>\n <Title>HIRLAM Wind Direction 10m</Title>\n <Abstract>Wind direction from HIRLAM forecast model.</Abstract>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>hirlam:windspeed</Name>\n <Title>HIRLAM Wind Speed 10m</Title>\n <Abstract>Wind speed in m/s from HIRLAM forecast model.</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=hirlam%3Awindspeed\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t </Layer>\n <Layer queryable=\"0\">\n <Title>meps</Title>\n <CRS>CRS:27</CRS>\n <CRS>CRS:83</CRS>\n <CRS>CRS:84</CRS>\n <CRS>EPSG:2393</CRS>\n <CRS>EPSG:3035</CRS>\n <CRS>EPSG:3047</CRS>\n <CRS>EPSG:3067</CRS>\n <CRS>EPSG:3857</CRS>\n <CRS>EPSG:4258</CRS>\n <CRS>EPSG:4326</CRS>\n <EX_GeographicBoundingBox>\n <westBoundLongitude>-18.1181798512</westBoundLongitude>\n <eastBoundLongitude>54.237</eastBoundLongitude>\n <southBoundLatitude>49.7657866394</southBoundLatitude>\n <northBoundLatitude>72.7612723061</northBoundLatitude>\n </EX_GeographicBoundingBox>\n <BoundingBox CRS=\"CRS:27\" minx=\"-18.1181798512\" miny=\"49.7657866394\" maxx=\"54.237\" maxy=\"72.7612723061\"/>\n <BoundingBox CRS=\"CRS:83\" minx=\"-18.1181798512\" miny=\"49.7657866394\" maxx=\"54.237\" maxy=\"72.7612723061\"/>\n <BoundingBox CRS=\"CRS:84\" minx=\"-18.1181798512\" miny=\"49.7657866394\" maxx=\"54.237\" maxy=\"72.7612723061\"/>\n <BoundingBox CRS=\"EPSG:2393\" minx=\"3064557.21476\" miny=\"6651895.28724\" maxx=\"3674549.99025\" maxy=\"7785726.69717\"/>\n <BoundingBox CRS=\"EPSG:3035\" minx=\"2351945.35175\" miny=\"3346053.06304\" maxx=\"5431836.28888\" maxy=\"5804319.83173\"/>\n <BoundingBox CRS=\"EPSG:3047\" minx=\"330890.119265\" miny=\"6615141.39345\" maxx=\"599196.301358\" maxy=\"8076330.30937\"/>\n <BoundingBox CRS=\"EPSG:3067\" minx=\"43547.7892277\" miny=\"6549298.62199\" maxx=\"674306.988933\" maxy=\"7782478.68382\"/>\n <BoundingBox CRS=\"EPSG:3857\" minx=\"-2016906.55513\" miny=\"6405812.58171\" maxx=\"6037635.22215\" maxy=\"12033196.7337\"/>\n <BoundingBox CRS=\"EPSG:4258\" minx=\"-18.1181798512\" miny=\"49.7657866394\" maxx=\"54.237\" maxy=\"72.7612723061\"/>\n <BoundingBox CRS=\"EPSG:4326\" minx=\"-18.1181798512\" miny=\"49.7657866394\" maxx=\"54.237\" maxy=\"72.7612723061\"/>\n <Dimension name=\"time\" units=\"ISO8601\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-14T06:00:00Z/2021-05-17T00:00:00Z/PT1H</Dimension>\n \n <Dimension name=\"reference_time\" units=\"ISO8601\" default=\"2021-05-14T06:00:00Z\" multipleValues=\"0\" nearestValue=\"0\" current=\"1\">2021-05-13T12:00:00Z,2021-05-13T18:00:00Z,2021-05-14T00:00:00Z,2021-05-14T06:00:00Z</Dimension>\n \n\n\t\n\t <Layer queryable=\"1\">\n <Name>meps:precipitation</Name>\n <Title>MEPS Precipitation Rate</Title>\n <Abstract>Precipitation Rate from MEPS</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=meps%3Aprecipitation\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>meps:relativehumidity</Name>\n <Title>MEPS Relative Humidity 2m</Title>\n <Abstract>Relative Humidity 2m from MEPS</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=meps%3Arelativehumidity\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>meps:temperature</Name>\n <Title>MEPS Temperature 2m</Title>\n <Abstract>Temperature 2m from MEPS</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=meps%3Atemperature\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t \n\t <Layer queryable=\"1\">\n <Name>meps:windspeed</Name>\n <Title>MEPS Wind Speed 10m</Title>\n <Abstract>Wind speed in m/s from MEPS forecast model.</Abstract>\n <Style>\n <Name>default</Name>\n <Title>Default style</Title>\n <LegendURL>\n <Format>image/png</Format>\n <OnlineResource xlink:type=\"simple\" xlink:href=\"https://data.apps.meteo.fi/wms?service=WMS&amp;request=GetLegendGraphic&amp;version=1.3.0&amp;sld_version=1.1.0&amp;style=default&amp;format=image%2Fpng&amp;layer=meps%3Awindspeed\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t </Layer>\n </Layer>\n</Capability>\n</WMS_Capabilities>";
2
+ export default _default;
@@ -1,14 +1,14 @@
1
- import { CoordinateReferenceSystem, Dimension, LayerFoundation, LayerOptions, Style, WMLayer } from '../components';
2
- export declare const defaultReduxLayerRadarColor: LayerOptions;
3
- export declare const multiDimensionLayer: LayerOptions;
4
- export declare const WmdefaultReduxLayerRadarKNMI: WMLayer;
5
- export declare const defaultReduxLayerRadarKNMI: LayerFoundation & {
6
- styles: Style[];
7
- };
8
- export declare const makeGeoservicesRadarLayer: (dimensions?: Dimension[]) => WMLayer;
9
- export declare const WmMultiDimensionLayer: WMLayer;
10
- export declare const layerWithoutTimeDimension: LayerOptions;
11
- export declare const WmLayerWithoutTimeDimension: WMLayer;
12
- export declare const crsListForRADNL25PCPCMLayer: CoordinateReferenceSystem[];
13
- export declare const styleListForRADNL25PCPCMLayer: Style[];
14
- export declare const multiDimensionLayer3: LayerFoundation;
1
+ import { CoordinateReferenceSystem, Dimension, LayerFoundation, LayerOptions, Style, WMLayer } from '../components';
2
+ export declare const defaultReduxLayerRadarColor: LayerOptions;
3
+ export declare const multiDimensionLayer: LayerOptions;
4
+ export declare const WmdefaultReduxLayerRadarKNMI: WMLayer;
5
+ export declare const defaultReduxLayerRadarKNMI: LayerFoundation & {
6
+ styles: Style[];
7
+ };
8
+ export declare const makeGeoservicesRadarLayer: (dimensions?: Dimension[]) => WMLayer;
9
+ export declare const WmMultiDimensionLayer: WMLayer;
10
+ export declare const layerWithoutTimeDimension: LayerOptions;
11
+ export declare const WmLayerWithoutTimeDimension: WMLayer;
12
+ export declare const crsListForRADNL25PCPCMLayer: CoordinateReferenceSystem[];
13
+ export declare const styleListForRADNL25PCPCMLayer: Style[];
14
+ export declare const multiDimensionLayer3: LayerFoundation;
@@ -1,21 +1,21 @@
1
- import { LayerOptions, LayerType } from '../components/WMLayer';
2
- export declare const defaultReduxLayerRadarKNMI: LayerOptions;
3
- export declare const multiDimensionLayer: {
4
- service: string;
5
- id: string;
6
- name: string;
7
- title: string;
8
- layerType: LayerType;
9
- enabled: boolean;
10
- dimensions: ({
11
- name: string;
12
- units: string;
13
- currentValue: string;
14
- values: string;
15
- } | {
16
- name: string;
17
- units: string;
18
- currentValue: string;
19
- values?: undefined;
20
- })[];
21
- };
1
+ import { LayerOptions, LayerType } from '../components/WMLayer';
2
+ export declare const defaultReduxLayerRadarKNMI: LayerOptions;
3
+ export declare const multiDimensionLayer: {
4
+ service: string;
5
+ id: string;
6
+ name: string;
7
+ title: string;
8
+ layerType: LayerType;
9
+ enabled: boolean;
10
+ dimensions: ({
11
+ name: string;
12
+ units: string;
13
+ currentValue: string;
14
+ values: string;
15
+ } | {
16
+ name: string;
17
+ units: string;
18
+ currentValue: string;
19
+ values?: undefined;
20
+ })[];
21
+ };
@@ -1,26 +1,26 @@
1
- import { EPSGCode } from '@opengeoweb/shared';
2
- export interface TileSettings {
3
- home: string;
4
- minLevel: number;
5
- maxLevel: number;
6
- tileServerType: string;
7
- copyRight: string;
8
- origX?: number;
9
- origY?: number;
10
- resolution?: number;
11
- title?: string;
12
- tileSize?: number;
13
- tileServerFormat?: string;
14
- tms?: boolean;
15
- }
16
- export type TileSettingPerProjection = {
17
- [key in EPSGCode]?: TileSettings;
18
- };
19
- export interface Title {
20
- title?: string;
21
- }
22
- export interface TileServerDefinition extends Title, TileSettingPerProjection {
23
- }
24
- export type TileServerMap = Map<string, TileServerDefinition>;
25
- export type TileServerSettings = Record<string, TileServerDefinition>;
26
- export declare const tilesettings: TileServerSettings;
1
+ import { EPSGCode } from '@opengeoweb/shared';
2
+ export interface TileSettings {
3
+ home: string;
4
+ minLevel: number;
5
+ maxLevel: number;
6
+ tileServerType: string;
7
+ copyRight: string;
8
+ origX?: number;
9
+ origY?: number;
10
+ resolution?: number;
11
+ title?: string;
12
+ tileSize?: number;
13
+ tileServerFormat?: string;
14
+ tms?: boolean;
15
+ }
16
+ export type TileSettingPerProjection = {
17
+ [key in EPSGCode]?: TileSettings;
18
+ };
19
+ export interface Title {
20
+ title?: string;
21
+ }
22
+ export interface TileServerDefinition extends Title, TileSettingPerProjection {
23
+ }
24
+ export type TileServerMap = Map<string, TileServerDefinition>;
25
+ export type TileServerSettings = Record<string, TileServerDefinition>;
26
+ export declare const tilesettings: TileServerSettings;
@@ -1,56 +1,56 @@
1
- import type { WMJSDimension, IWMJSMap, WMLayer } from '../components';
2
- import { SpeedFactorType } from './mapConstants';
3
- export declare const generateLayerId: () => string;
4
- export declare const generateMapId: () => string;
5
- export declare const generateTimesliderId: () => string;
6
- /**
7
- * Registers a WMJSLayer in a lookuptable with a layerId
8
- * @param {WMLayer} wmLayer
9
- * @param {string} layerId
10
- */
11
- export declare const registerWMLayer: (wmLayer: WMLayer, layerId: string) => void;
12
- /**
13
- * Get the WMLayer from the lookuptable with layerId
14
- * @param {string} layerId
15
- */
16
- export declare const getWMLayerById: (layerId: string) => WMLayer;
17
- export declare const unRegisterWMJSLayer: (layerId: string) => void;
18
- export declare const unRegisterAllWMJSLayersAndMaps: () => void;
19
- /**
20
- * Registers a IWMJSMap in a lookuptable with a wmjsMapId
21
- * @param {IWMJSMap} wmjsMap
22
- * @param {string} wmjsMapId
23
- */
24
- export declare const registerWMJSMap: (wmjsMap: IWMJSMap, wmjsMapId: string) => void;
25
- export declare const unRegisterWMJSMap: (wmjsMapId: string) => void;
26
- /**
27
- * Get the wmjsMap from the lookuptable with wmjsMapId
28
- * @param {string} wmjsMapId
29
- */
30
- export declare const getWMJSMapById: (wmjsMapId: string) => IWMJSMap | undefined;
31
- /**
32
- * Get all wmjsMap id's from the lookuptable with wmjsMapId
33
- * @param {string} wmjsMapId
34
- */
35
- export declare const getWMJSMapIds: () => string[];
36
- /**
37
- * Returns the WMJSDimension object for given layerId and dimension name
38
- * @param layerId The layerId
39
- * @param dimensionName The dimension to lookup
40
- */
41
- export declare const getWMJSDimensionForLayerAndDimension: (layerId: string, dimensionName: string | undefined) => WMJSDimension | undefined;
42
- /**
43
- * Gets the WMJSTimeDimension for given activeLayerId and dimensions list
44
- * @param layerId: The layer id to search the WMJSDimension for
45
- * @return: The WMJSDimension if found, otherwise null
46
- */
47
- export declare const getWMJSTimeDimensionForLayerId: (layerId: string) => WMJSDimension;
48
- /**
49
- * Clears the image store for all maps
50
- */
51
- export declare const clearImageCacheForAllMaps: () => void;
52
- export declare const roundWithTimeStep: (unixTime: number, timeStep: number, type?: string) => number;
53
- /**
54
- * Returns speed delay for given speedFactor. For options, see defined above in "speedFactors"
55
- */
56
- export declare const getSpeedDelay: (speedFactor: SpeedFactorType) => number;
1
+ import type { WMJSDimension, IWMJSMap, WMLayer } from '../components';
2
+ import { SpeedFactorType } from './mapConstants';
3
+ export declare const generateLayerId: () => string;
4
+ export declare const generateMapId: () => string;
5
+ export declare const generateTimesliderId: () => string;
6
+ /**
7
+ * Registers a WMJSLayer in a lookuptable with a layerId
8
+ * @param {WMLayer} wmLayer
9
+ * @param {string} layerId
10
+ */
11
+ export declare const registerWMLayer: (wmLayer: WMLayer, layerId: string) => void;
12
+ /**
13
+ * Get the WMLayer from the lookuptable with layerId
14
+ * @param {string} layerId
15
+ */
16
+ export declare const getWMLayerById: (layerId: string) => WMLayer;
17
+ export declare const unRegisterWMJSLayer: (layerId: string) => void;
18
+ export declare const unRegisterAllWMJSLayersAndMaps: () => void;
19
+ /**
20
+ * Registers a IWMJSMap in a lookuptable with a wmjsMapId
21
+ * @param {IWMJSMap} wmjsMap
22
+ * @param {string} wmjsMapId
23
+ */
24
+ export declare const registerWMJSMap: (wmjsMap: IWMJSMap, wmjsMapId: string) => void;
25
+ export declare const unRegisterWMJSMap: (wmjsMapId: string) => void;
26
+ /**
27
+ * Get the wmjsMap from the lookuptable with wmjsMapId
28
+ * @param {string} wmjsMapId
29
+ */
30
+ export declare const getWMJSMapById: (wmjsMapId: string) => IWMJSMap | undefined;
31
+ /**
32
+ * Get all wmjsMap id's from the lookuptable with wmjsMapId
33
+ * @param {string} wmjsMapId
34
+ */
35
+ export declare const getWMJSMapIds: () => string[];
36
+ /**
37
+ * Returns the WMJSDimension object for given layerId and dimension name
38
+ * @param layerId The layerId
39
+ * @param dimensionName The dimension to lookup
40
+ */
41
+ export declare const getWMJSDimensionForLayerAndDimension: (layerId: string, dimensionName: string | undefined) => WMJSDimension | undefined;
42
+ /**
43
+ * Gets the WMJSTimeDimension for given activeLayerId and dimensions list
44
+ * @param layerId: The layer id to search the WMJSDimension for
45
+ * @return: The WMJSDimension if found, otherwise null
46
+ */
47
+ export declare const getWMJSTimeDimensionForLayerId: (layerId: string) => WMJSDimension;
48
+ /**
49
+ * Clears the image store for all maps
50
+ */
51
+ export declare const clearImageCacheForAllMaps: () => void;
52
+ export declare const roundWithTimeStep: (unixTime: number, timeStep: number, type?: string) => number;
53
+ /**
54
+ * Returns speed delay for given speedFactor. For options, see defined above in "speedFactors"
55
+ */
56
+ export declare const getSpeedDelay: (speedFactor: SpeedFactorType) => number;
@@ -1 +1 @@
1
- export {};
1
+ export {};