Skip to content

Commit

Permalink
Merge branch 'release/16.0.0' of https://github.com/infra-geo-ouverte…
Browse files Browse the repository at this point in the history
…/igo2 into MSPnext
  • Loading branch information
alecarn committed Oct 16, 2023
2 parents 7522ab3 + 6377646 commit e00075d
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 54 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [16.0.0-rc.4](https://github.com/infra-geo-ouverte/igo2/compare/v16.0.0-rc.3...v16.0.0-rc.4) (2023-10-13)


### Bug Fixes

* **context:** relative path for a add layer from index example ([e4d8c67](https://github.com/infra-geo-ouverte/igo2/commit/e4d8c679d6685eab264c21dbb26e072b242ce3f5))


### Features

* **app:** upgrade igo2-lib to prerelease 16.0.0-rc.3 ([050325b](https://github.com/infra-geo-ouverte/igo2/commit/050325bbcad37587798c13b133b735f6b552effb))



# [16.0.0-rc.3](https://github.com/infra-geo-ouverte/igo2/compare/v16.0.0-rc.2...v16.0.0-rc.3) (2023-10-11)


Expand Down
90 changes: 45 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igo",
"version": "16.0.0-rc.3",
"version": "16.0.0-rc.4",
"description": "Infrastructure géomatique ouverte",
"author": "Communauté IGO",
"repository": {
Expand Down Expand Up @@ -65,13 +65,13 @@
"@angular/platform-browser-dynamic": "^16.2.5",
"@angular/router": "^16.2.5",
"@angular/service-worker": "^16.2.5",
"@igo2/auth": "16.0.0-rc.2",
"@igo2/common": "16.0.0-rc.2",
"@igo2/context": "16.0.0-rc.2",
"@igo2/core": "16.0.0-rc.2",
"@igo2/geo": "16.0.0-rc.2",
"@igo2/integration": "16.0.0-rc.2",
"@igo2/utils": "16.0.0-rc.2",
"@igo2/auth": "16.0.0-rc.3",
"@igo2/common": "16.0.0-rc.3",
"@igo2/context": "16.0.0-rc.3",
"@igo2/core": "16.0.0-rc.3",
"@igo2/geo": "16.0.0-rc.3",
"@igo2/integration": "16.0.0-rc.3",
"@igo2/utils": "16.0.0-rc.3",
"core-js": "^3.32.2",
"hammerjs": "^2.0.8",
"ol": "^7.5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/addLayerFromIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"id": "wmsIndex",
"sourceOptions": {
"type": "vector",
"url": "/data/wmsIndex.geojson",
"url": "./data/wmsIndex.geojson",
"queryable": true,
"queryTitle": "Nom de la couche: ${name}"
},
Expand Down
7 changes: 7 additions & 0 deletions src/environments/environment.github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ export const environment: AppEnvironmentOptions = {
depot: {
url: '/apis/depot'
},
dom: [
{
id: 1,
name: 'dom_test',
url: 'https://ws.mapserver.transports.gouv.qc.ca/applicatif?service=WFS&request=GetFeature&version=2.0.0&outputformat=dom&typenames=dom&dom=dom_test'
}
],
importExport: {
url: 'https://geoegl.msp.gouv.qc.ca/apis/ogre',
configFileToGeoDBService: './data/geoDataToIDB.json',
Expand Down

0 comments on commit e00075d

Please sign in to comment.