@igo2/geo 20.1.0 → 20.2.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/index.d.ts CHANGED
@@ -6706,6 +6706,7 @@ declare enum QueryFormat {
6706
6706
  GML2 = "gml2",
6707
6707
  GML3 = "gml3",
6708
6708
  JSON = "json",
6709
+ GEO_PLUS_JSON = "geo+json",
6709
6710
  GEOJSON = "geojson",
6710
6711
  GEOJSON2 = "geojson2",
6711
6712
  ESRIJSON = "esrijson",
@@ -6717,6 +6718,7 @@ declare enum QueryFormatMimeType {
6717
6718
  GML2 = "application/vnd.ogc.gml",
6718
6719
  GML3 = "application/vnd.ogc.gml/3.1.1",
6719
6720
  JSON = "application/json",
6721
+ GEO_PLUS_JSON = "application/geo+json",
6720
6722
  GEOJSON = "application/geojson",
6721
6723
  GEOJSON2 = "geojson",
6722
6724
  ESRIJSON = "application/json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "20.1.0",
3
+ "version": "20.2.0",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -40,10 +40,10 @@
40
40
  "@angular/material": "^20.0.0",
41
41
  "@angular/material-moment-adapter": "^20.0.0",
42
42
  "@angular/platform-browser": "^20.0.0",
43
- "@igo2/auth": "^20.1.0",
44
- "@igo2/common": "^20.1.0",
45
- "@igo2/core": "^20.1.0",
46
- "@igo2/utils": "^20.1.0",
43
+ "@igo2/auth": "^20.2.0",
44
+ "@igo2/common": "^20.2.0",
45
+ "@igo2/core": "^20.2.0",
46
+ "@igo2/utils": "^20.2.0",
47
47
  "@mat-datetimepicker/core": "^16.0.0",
48
48
  "@turf/boolean-intersects": "^7.2.0",
49
49
  "@turf/buffer": "^7.2.0",