Skip to content

Commit

Permalink
fix(demo): fix demo on github for dom service
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed Oct 13, 2023
1 parent bedad9c commit 6377646
Showing 1 changed file with 7 additions and 0 deletions.
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 6377646

Please sign in to comment.