@opengeoweb/webmap 9.17.0 → 9.18.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 (2) hide show
  1. package/index.esm.js +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -7714,7 +7714,7 @@ if (DESCRIPTORS && !('size' in URLSearchParamsPrototype)) {
7714
7714
  * */
7715
7715
  const fakeMaxAgeResponsesByLayer = {
7716
7716
  'observation:wis2_air_temperature': 600,
7717
- 'fmi:observation:lightning': 3600,
7717
+ 'fmi:observation:lightning': 300,
7718
7718
  'fmi:observation:temperature': 3600,
7719
7719
  'fmi:observation:dewpoint': 3600,
7720
7720
  'fmi:observation:temperature_foreign': 3600,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/webmap",
3
- "version": "9.17.0",
3
+ "version": "9.18.0",
4
4
  "description": "GeoWeb webmap library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {