@igo2/geo 21.0.0-next.7 → 21.0.0-next.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "21.0.0-next.7",
3
+ "version": "21.0.0-next.8",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -40,10 +40,10 @@
40
40
  "@angular/material": "^21.0.0",
41
41
  "@angular/material-moment-adapter": "^21.0.0",
42
42
  "@angular/platform-browser": "^21.0.0",
43
- "@igo2/auth": "^21.0.0-next.7",
44
- "@igo2/common": "^21.0.0-next.7",
45
- "@igo2/core": "^21.0.0-next.7",
46
- "@igo2/utils": "^21.0.0-next.7",
43
+ "@igo2/auth": "^21.0.0-next.8",
44
+ "@igo2/common": "^21.0.0-next.8",
45
+ "@igo2/core": "^21.0.0-next.8",
46
+ "@igo2/utils": "^21.0.0-next.8",
47
47
  "@mat-datetimepicker/core": "^17.0.0",
48
48
  "geostyler-legend": "^5.2.0",
49
49
  "geostyler-openlayers-parser": "^5.7.0",
@@ -3871,6 +3871,7 @@ declare enum QueryFormat {
3871
3871
  GML2 = "gml2",
3872
3872
  GML3 = "gml3",
3873
3873
  JSON = "json",
3874
+ GEO_PLUS_JSON = "geo+json",
3874
3875
  GEOJSON = "geojson",
3875
3876
  GEOJSON2 = "geojson2",
3876
3877
  ESRIJSON = "esrijson",
@@ -3882,6 +3883,7 @@ declare enum QueryFormatMimeType {
3882
3883
  GML2 = "application/vnd.ogc.gml",
3883
3884
  GML3 = "application/vnd.ogc.gml/3.1.1",
3884
3885
  JSON = "application/json",
3886
+ GEO_PLUS_JSON = "application/geo+json",
3885
3887
  GEOJSON = "application/geojson",
3886
3888
  GEOJSON2 = "geojson",
3887
3889
  ESRIJSON = "application/json",