@opengeoweb/webmap 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/index.d.ts +1 -0
- package/lib/components/WMAnimate.d.ts +14 -0
- package/lib/components/WMBBOX.d.ts +31 -0
- package/lib/components/WMBBOX.spec.d.ts +1 -0
- package/lib/components/WMCanvasBuffer.d.ts +116 -0
- package/lib/components/WMCanvasBuffer.spec.d.ts +1 -0
- package/lib/components/WMConstants.d.ts +28 -0
- package/lib/components/WMDrawMarker.d.ts +2 -0
- package/lib/components/WMDrawMarker.spec.d.ts +1 -0
- package/lib/components/WMFlyToBBox.d.ts +22 -0
- package/lib/components/WMFlyToBBox.spec.d.ts +1 -0
- package/lib/components/WMGetServiceFromStore.d.ts +3 -0
- package/lib/components/WMGlobals.d.ts +7 -0
- package/lib/components/WMImage.d.ts +72 -0
- package/lib/components/WMImage.spec.d.ts +1 -0
- package/lib/components/WMImageStore.d.ts +45 -0
- package/lib/components/WMImageStore.spec.d.ts +1 -0
- package/lib/components/WMJSDimension.d.ts +89 -0
- package/lib/components/WMJSDimension.spec.d.ts +1 -0
- package/lib/components/WMJSExternalDependencies.d.ts +3 -0
- package/lib/components/WMJSMap.d.ts +310 -0
- package/lib/components/WMJSMap.spec.d.ts +1 -0
- package/lib/components/WMJSMap.stories.d.ts +6 -0
- package/lib/components/WMJSMapHelpers.d.ts +7 -0
- package/lib/components/WMJSMapHelpers.spec.d.ts +1 -0
- package/lib/components/WMJSService.d.ts +77 -0
- package/lib/components/WMJSService.spec.d.ts +1 -0
- package/lib/components/WMJSTools.d.ts +60 -0
- package/lib/components/WMJSTools.spec.d.ts +1 -0
- package/lib/components/WMLayer.d.ts +200 -0
- package/lib/components/WMLayer.spec.d.ts +1 -0
- package/lib/components/WMLegend.d.ts +6 -0
- package/lib/components/WMLegend.spec.d.ts +1 -0
- package/lib/components/WMListener.d.ts +14 -0
- package/lib/components/WMMapPin.d.ts +24 -0
- package/lib/components/WMProjection.d.ts +10 -0
- package/lib/components/WMTileRenderer.d.ts +7 -0
- package/lib/components/WMTileRenderer.spec.d.ts +1 -0
- package/lib/components/WMTime.d.ts +41 -0
- package/lib/components/WMTime.spec.d.ts +1 -0
- package/lib/components/WMTimeTypes.d.ts +19 -0
- package/lib/components/WMTimer.d.ts +11 -0
- package/lib/components/WMTimer.spec.d.ts +1 -0
- package/lib/components/WMXMLParser.d.ts +9 -0
- package/lib/components/WMXMLParser.spec.d.ts +1 -0
- package/lib/components/index.d.ts +18 -0
- package/lib/components/types.d.ts +37 -0
- package/lib/utils/I18n/lang.en.d.ts +387 -0
- package/lib/utils/I18n/lang.nl.d.ts +387 -0
- package/lib/utils/specs/WMS111GetCapabilitiesGeoServicesRADAR.d.ts +2 -0
- package/lib/utils/specs/WMS130GetCapabilitiesHarmN25.d.ts +2 -0
- package/lib/utils/specs/WMS130GetCapabilitiesRadarTestWithInheritAndReplaceLayerprops.d.ts +2 -0
- package/lib/utils/specs/WMS130GetCapabilitiesRadarTestWithInheritLayerprops.d.ts +2 -0
- package/lib/utils/specs/WMS130GetCapabilitiesRadarTestWithoutInheritLayerprops.d.ts +2 -0
- package/lib/utils/specs/WMSSmartMet.d.ts +2 -0
- package/lib/utils/testUtils.d.ts +35 -0
- package/lib/utils/tilesettings.d.ts +335 -0
- package/package.json +21 -0
- package/webmap.esm.js +9017 -0
- package/webmap.umd.js +9014 -0
|
@@ -0,0 +1,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&request=GetLegendGraphic&version=1.3.0&sld_version=1.1.0&style=default&format=image%2Fpng&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&request=GetLegendGraphic&version=1.3.0&sld_version=1.1.0&style=default&format=image%2Fpng&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&request=GetLegendGraphic&version=1.3.0&sld_version=1.1.0&style=default&format=image%2Fpng&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&request=GetLegendGraphic&version=1.3.0&sld_version=1.1.0&style=default&format=image%2Fpng&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&request=GetLegendGraphic&version=1.3.0&sld_version=1.1.0&style=default&format=image%2Fpng&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&request=GetLegendGraphic&version=1.3.0&sld_version=1.1.0&style=default&format=image%2Fpng&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&request=GetLegendGraphic&version=1.3.0&sld_version=1.1.0&style=default&format=image%2Fpng&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&request=GetLegendGraphic&version=1.3.0&sld_version=1.1.0&style=default&format=image%2Fpng&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&request=GetLegendGraphic&version=1.3.0&sld_version=1.1.0&style=default&format=image%2Fpng&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&request=GetLegendGraphic&version=1.3.0&sld_version=1.1.0&style=default&format=image%2Fpng&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&request=GetLegendGraphic&version=1.3.0&sld_version=1.1.0&style=default&format=image%2Fpng&layer=meps%3Awindspeed\"/>\n </LegendURL>\n </Style>\n </Layer>\n\n\t </Layer>\n </Layer>\n</Capability>\n</WMS_Capabilities>";
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { LayerType } from '../components/WMLayer';
|
|
2
|
+
export declare const defaultReduxLayerRadarKNMI: {
|
|
3
|
+
service: string;
|
|
4
|
+
name: string;
|
|
5
|
+
title: string;
|
|
6
|
+
format: string;
|
|
7
|
+
style: string;
|
|
8
|
+
enabled: boolean;
|
|
9
|
+
layerType: LayerType;
|
|
10
|
+
dimensions: {
|
|
11
|
+
name: string;
|
|
12
|
+
units: string;
|
|
13
|
+
currentValue: string;
|
|
14
|
+
}[];
|
|
15
|
+
id: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const multiDimensionLayer: {
|
|
18
|
+
service: string;
|
|
19
|
+
id: string;
|
|
20
|
+
name: string;
|
|
21
|
+
title: string;
|
|
22
|
+
layerType: LayerType;
|
|
23
|
+
enabled: boolean;
|
|
24
|
+
dimensions: ({
|
|
25
|
+
name: string;
|
|
26
|
+
units: string;
|
|
27
|
+
currentValue: string;
|
|
28
|
+
values: string;
|
|
29
|
+
} | {
|
|
30
|
+
name: string;
|
|
31
|
+
units: string;
|
|
32
|
+
currentValue: string;
|
|
33
|
+
values?: undefined;
|
|
34
|
+
})[];
|
|
35
|
+
};
|
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
WorldMap_Light_Grey_Canvas: {
|
|
3
|
+
'EPSG:3857': {
|
|
4
|
+
home: string;
|
|
5
|
+
minLevel: number;
|
|
6
|
+
maxLevel: number;
|
|
7
|
+
tileServerType: string;
|
|
8
|
+
copyRight: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
OpenStreetMap_NL: {
|
|
12
|
+
'EPSG:3857': {
|
|
13
|
+
home: string;
|
|
14
|
+
minLevel: number;
|
|
15
|
+
maxLevel: number;
|
|
16
|
+
tileServerType: string;
|
|
17
|
+
copyRight: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
OpenStreets_NL: {
|
|
21
|
+
'EPSG:3857': {
|
|
22
|
+
home: string;
|
|
23
|
+
minLevel: number;
|
|
24
|
+
maxLevel: number;
|
|
25
|
+
tileServerType: string;
|
|
26
|
+
copyRight: string;
|
|
27
|
+
};
|
|
28
|
+
'EPSG:28992': {
|
|
29
|
+
home: string;
|
|
30
|
+
minLevel: number;
|
|
31
|
+
maxLevel: number;
|
|
32
|
+
tileServerType: string;
|
|
33
|
+
copyRight: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
Positron_NL: {
|
|
37
|
+
'EPSG:3857': {
|
|
38
|
+
home: string;
|
|
39
|
+
minLevel: number;
|
|
40
|
+
maxLevel: number;
|
|
41
|
+
tileServerType: string;
|
|
42
|
+
copyRight: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
Positron_NL_NoLabels: {
|
|
46
|
+
'EPSG:3857': {
|
|
47
|
+
home: string;
|
|
48
|
+
minLevel: number;
|
|
49
|
+
maxLevel: number;
|
|
50
|
+
tileServerType: string;
|
|
51
|
+
copyRight: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
Klokantech_Basic_NL: {
|
|
55
|
+
'EPSG:3857': {
|
|
56
|
+
home: string;
|
|
57
|
+
minLevel: number;
|
|
58
|
+
maxLevel: number;
|
|
59
|
+
tileServerType: string;
|
|
60
|
+
copyRight: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
Klokantech_Basic_NL_NoLabels: {
|
|
64
|
+
'EPSG:3857': {
|
|
65
|
+
home: string;
|
|
66
|
+
minLevel: number;
|
|
67
|
+
maxLevel: number;
|
|
68
|
+
tileServerType: string;
|
|
69
|
+
copyRight: string;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
OSM_Blossom_NL: {
|
|
73
|
+
'EPSG:3857': {
|
|
74
|
+
home: string;
|
|
75
|
+
minLevel: number;
|
|
76
|
+
maxLevel: number;
|
|
77
|
+
tileServerType: string;
|
|
78
|
+
copyRight: string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
WorldMap: {
|
|
82
|
+
'EPSG:3857': {
|
|
83
|
+
home: string;
|
|
84
|
+
minLevel: number;
|
|
85
|
+
maxLevel: number;
|
|
86
|
+
tileServerType: string;
|
|
87
|
+
copyRight: string;
|
|
88
|
+
};
|
|
89
|
+
'TODO__EPSG:4326': {
|
|
90
|
+
home: string;
|
|
91
|
+
minLevel: number;
|
|
92
|
+
maxLevel: number;
|
|
93
|
+
origX: number;
|
|
94
|
+
origY: number;
|
|
95
|
+
resolution: number;
|
|
96
|
+
tileServerType: string;
|
|
97
|
+
copyRight: string;
|
|
98
|
+
};
|
|
99
|
+
'EPSG:3411': {
|
|
100
|
+
home: string;
|
|
101
|
+
minLevel: number;
|
|
102
|
+
maxLevel: number;
|
|
103
|
+
tileServerType: string;
|
|
104
|
+
copyRight: string;
|
|
105
|
+
};
|
|
106
|
+
'EPSG:28992': {
|
|
107
|
+
home: string;
|
|
108
|
+
minLevel: number;
|
|
109
|
+
maxLevel: number;
|
|
110
|
+
tileServerType: string;
|
|
111
|
+
copyRight: string;
|
|
112
|
+
};
|
|
113
|
+
'EPSG:3412': {
|
|
114
|
+
home: string;
|
|
115
|
+
minLevel: number;
|
|
116
|
+
maxLevel: number;
|
|
117
|
+
tileServerType: string;
|
|
118
|
+
copyRight: string;
|
|
119
|
+
};
|
|
120
|
+
'EPSG:32661': {
|
|
121
|
+
home: string;
|
|
122
|
+
minLevel: number;
|
|
123
|
+
maxLevel: number;
|
|
124
|
+
tileServerType: string;
|
|
125
|
+
copyRight: string;
|
|
126
|
+
};
|
|
127
|
+
'EPSG:54030': {
|
|
128
|
+
home: string;
|
|
129
|
+
minLevel: number;
|
|
130
|
+
maxLevel: number;
|
|
131
|
+
tileServerType: string;
|
|
132
|
+
copyRight: string;
|
|
133
|
+
};
|
|
134
|
+
'EPSG:3575': {
|
|
135
|
+
home: string;
|
|
136
|
+
minLevel: number;
|
|
137
|
+
maxLevel: number;
|
|
138
|
+
tileServerType: string;
|
|
139
|
+
copyRight: string;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
OSM_Antarctica: {
|
|
143
|
+
'EPSG:3412': {
|
|
144
|
+
home: string;
|
|
145
|
+
minLevel: number;
|
|
146
|
+
maxLevel: number;
|
|
147
|
+
origX: number;
|
|
148
|
+
origY: number;
|
|
149
|
+
resolution: number;
|
|
150
|
+
tileServerType: string;
|
|
151
|
+
copyRight: string;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
arcGisCanvas: {
|
|
155
|
+
title: string;
|
|
156
|
+
'EPSG:3857': {
|
|
157
|
+
home: string;
|
|
158
|
+
minLevel: number;
|
|
159
|
+
maxLevel: number;
|
|
160
|
+
tileServerType: string;
|
|
161
|
+
copyRight: string;
|
|
162
|
+
};
|
|
163
|
+
'EPSG:28992': {
|
|
164
|
+
home: string;
|
|
165
|
+
minLevel: number;
|
|
166
|
+
maxLevel: number;
|
|
167
|
+
origX: number;
|
|
168
|
+
origY: number;
|
|
169
|
+
resolution: number;
|
|
170
|
+
tileServerType: string;
|
|
171
|
+
copyRight: string;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
arcGisTopo: {
|
|
175
|
+
title: string;
|
|
176
|
+
'EPSG:3857': {
|
|
177
|
+
home: string;
|
|
178
|
+
minLevel: number;
|
|
179
|
+
maxLevel: number;
|
|
180
|
+
tileServerType: string;
|
|
181
|
+
copyRight: string;
|
|
182
|
+
};
|
|
183
|
+
'EPSG:28992': {
|
|
184
|
+
home: string;
|
|
185
|
+
minLevel: number;
|
|
186
|
+
maxLevel: number;
|
|
187
|
+
origX: number;
|
|
188
|
+
origY: number;
|
|
189
|
+
resolution: number;
|
|
190
|
+
tileServerType: string;
|
|
191
|
+
copyRight: string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
arcGisOceanBaseMap: {
|
|
195
|
+
'EPSG:3857': {
|
|
196
|
+
title: string;
|
|
197
|
+
home: string;
|
|
198
|
+
minLevel: number;
|
|
199
|
+
maxLevel: number;
|
|
200
|
+
tileServerType: string;
|
|
201
|
+
copyRight: string;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
arcGisSat: {
|
|
205
|
+
title: string;
|
|
206
|
+
'EPSG:4326': {
|
|
207
|
+
home: string;
|
|
208
|
+
minLevel: number;
|
|
209
|
+
maxLevel: number;
|
|
210
|
+
tileServerType: string;
|
|
211
|
+
origX: number;
|
|
212
|
+
origY: number;
|
|
213
|
+
resolution: number;
|
|
214
|
+
tileSize: number;
|
|
215
|
+
copyRight: string;
|
|
216
|
+
};
|
|
217
|
+
'EPSG:3857': {
|
|
218
|
+
home: string;
|
|
219
|
+
minLevel: number;
|
|
220
|
+
maxLevel: number;
|
|
221
|
+
tileServerType: string;
|
|
222
|
+
copyRight: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
OpenStreetMap_Service: {
|
|
226
|
+
title: string;
|
|
227
|
+
'EPSG:3857': {
|
|
228
|
+
home: string;
|
|
229
|
+
minLevel: number;
|
|
230
|
+
maxLevel: number;
|
|
231
|
+
tileServerType: string;
|
|
232
|
+
copyRight: string;
|
|
233
|
+
};
|
|
234
|
+
'EPSG:28992': {
|
|
235
|
+
home: string;
|
|
236
|
+
minLevel: number;
|
|
237
|
+
maxLevel: number;
|
|
238
|
+
origX: number;
|
|
239
|
+
origY: number;
|
|
240
|
+
resolution: number;
|
|
241
|
+
tileServerType: string;
|
|
242
|
+
copyRight: string;
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
NaturalEarth2: {
|
|
246
|
+
'EPSG:3411': {
|
|
247
|
+
home: string;
|
|
248
|
+
minLevel: number;
|
|
249
|
+
maxLevel: number;
|
|
250
|
+
origX: number;
|
|
251
|
+
origY: number;
|
|
252
|
+
resolution: number;
|
|
253
|
+
tileServerType: string;
|
|
254
|
+
copyRight: string;
|
|
255
|
+
};
|
|
256
|
+
'EPSG:3412': {
|
|
257
|
+
home: string;
|
|
258
|
+
minLevel: number;
|
|
259
|
+
maxLevel: number;
|
|
260
|
+
origX: number;
|
|
261
|
+
origY: number;
|
|
262
|
+
resolution: number;
|
|
263
|
+
tileServerType: string;
|
|
264
|
+
copyRight: string;
|
|
265
|
+
};
|
|
266
|
+
'EPSG:3575': {
|
|
267
|
+
home: string;
|
|
268
|
+
minLevel: number;
|
|
269
|
+
maxLevel: number;
|
|
270
|
+
origX: number;
|
|
271
|
+
origY: number;
|
|
272
|
+
resolution: number;
|
|
273
|
+
tileServerType: string;
|
|
274
|
+
copyRight: string;
|
|
275
|
+
};
|
|
276
|
+
'EPSG:3857': {
|
|
277
|
+
home: string;
|
|
278
|
+
minLevel: number;
|
|
279
|
+
maxLevel: number;
|
|
280
|
+
tileServerType: string;
|
|
281
|
+
copyRight: string;
|
|
282
|
+
};
|
|
283
|
+
'EPSG:4258': {
|
|
284
|
+
home: string;
|
|
285
|
+
minLevel: number;
|
|
286
|
+
maxLevel: number;
|
|
287
|
+
origX: number;
|
|
288
|
+
origY: number;
|
|
289
|
+
resolution: number;
|
|
290
|
+
tileServerType: string;
|
|
291
|
+
copyRight: string;
|
|
292
|
+
};
|
|
293
|
+
'EPSG:4326': {
|
|
294
|
+
home: string;
|
|
295
|
+
minLevel: number;
|
|
296
|
+
maxLevel: number;
|
|
297
|
+
origX: number;
|
|
298
|
+
origY: number;
|
|
299
|
+
resolution: number;
|
|
300
|
+
tileServerType: string;
|
|
301
|
+
copyRight: string;
|
|
302
|
+
};
|
|
303
|
+
'EPSG:28992': {
|
|
304
|
+
home: string;
|
|
305
|
+
minLevel: number;
|
|
306
|
+
maxLevel: number;
|
|
307
|
+
origX: number;
|
|
308
|
+
origY: number;
|
|
309
|
+
resolution: number;
|
|
310
|
+
tileServerType: string;
|
|
311
|
+
copyRight: string;
|
|
312
|
+
};
|
|
313
|
+
'EPSG:32661': {
|
|
314
|
+
home: string;
|
|
315
|
+
minLevel: number;
|
|
316
|
+
maxLevel: number;
|
|
317
|
+
origX: number;
|
|
318
|
+
origY: number;
|
|
319
|
+
resolution: number;
|
|
320
|
+
tileServerType: string;
|
|
321
|
+
copyRight: string;
|
|
322
|
+
};
|
|
323
|
+
'EPSG:54030': {
|
|
324
|
+
home: string;
|
|
325
|
+
minLevel: number;
|
|
326
|
+
maxLevel: number;
|
|
327
|
+
origX: number;
|
|
328
|
+
origY: number;
|
|
329
|
+
resolution: number;
|
|
330
|
+
tileServerType: string;
|
|
331
|
+
copyRight: string;
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
};
|
|
335
|
+
export default _default;
|
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@opengeoweb/webmap",
|
|
3
|
+
"version": "2.0.1",
|
|
4
|
+
"description": "GeoWeb webmap library for the opengeoweb project",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git@gitlab.com:opengeoweb/opengeoweb.git"
|
|
9
|
+
},
|
|
10
|
+
"main": "./webmap.umd.js",
|
|
11
|
+
"module": "./webmap.esm.js",
|
|
12
|
+
"typings": "./index.d.ts",
|
|
13
|
+
"dependencies": {},
|
|
14
|
+
"peerDependencies": {
|
|
15
|
+
"moment": "^2.29.0",
|
|
16
|
+
"throttle-debounce": "^3.0.1",
|
|
17
|
+
"proj4": "^2.6.2",
|
|
18
|
+
"react": "16.14.0",
|
|
19
|
+
"@material-ui/core": "^4.11.0"
|
|
20
|
+
}
|
|
21
|
+
}
|