@opengeoweb/webmap-react 9.5.0 → 9.6.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.
package/package.json CHANGED
@@ -1,12 +1,29 @@
1
1
  {
2
2
  "name": "@opengeoweb/webmap-react",
3
- "version": "9.5.0",
3
+ "version": "9.6.0",
4
4
  "description": "GeoWeb react wrapper for webmap",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git@gitlab.com:opengeoweb/opengeoweb.git"
9
9
  },
10
+ "dependencies": {
11
+ "@opengeoweb/webmap": "*",
12
+ "axios": "1.5.0",
13
+ "@opengeoweb/theme": "*",
14
+ "@mui/material": "5.12.0",
15
+ "@opengeoweb/shared": "*",
16
+ "lodash": "^4.17.21",
17
+ "proj4": "^2.9.2",
18
+ "@turf/turf": "^6.5.0",
19
+ "immer": "^9.0.21",
20
+ "react-resize-detector": "^9.1.0",
21
+ "throttle-debounce": "^5.0.0",
22
+ "date-fns": "^3.3.0"
23
+ },
24
+ "peerDependencies": {
25
+ "react": "18"
26
+ },
10
27
  "module": "./index.esm.js",
11
28
  "type": "module",
12
29
  "main": "./index.esm.js"
@@ -4,6 +4,7 @@ export declare const simpleSmallLineStringGeoJSON: GeoJSON.FeatureCollection;
4
4
  export declare const simpleFlightRoutePointsGeoJSON: GeoJSON.FeatureCollection;
5
5
  export declare const simpleLineStringGeoJSON: GeoJSON.FeatureCollection;
6
6
  export declare const simpleBoxGeoJSON: GeoJSON.FeatureCollection;
7
+ export declare const simpleBoxGeoJSONWrongOrder: GeoJSON.FeatureCollection;
7
8
  export declare const simpleFlightRouteLineStringGeoJSON: GeoJSON.FeatureCollection;
8
9
  export declare const simpleMultiPolygon: GeoJSON.FeatureCollection;
9
10
  export declare const intersectionFeatureNL: GeoJSON.Feature;