Skip to content

Commit

Permalink
fix(demo): update layers option in print and ogc filter (#1571)
Browse files Browse the repository at this point in the history
* fix(geo): fix link layer radar meteo print

* update layer options
  • Loading branch information
aziz-access authored Jan 17, 2024
1 parent 3956b75 commit f5a0186
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/demo/src/app/geo/layer/layer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class AppLayerComponent {
fieldNameGeometry: 'geometry',
maxFeatures: 10000,
version: '2.0.0',
outputFormat: 'geojson_utf8',
outputFormat: 'geojson',
srsName: 'EPSG:32198',
outputFormatDownload: 'shp'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export class AppOgcFilterComponent {
const wmsOgcFilterOptions: WMSOptions = {
type: 'wms',
url: 'https://geoegl.msp.gouv.qc.ca/apis/wss/complet.fcgi',
optionsFromCapabilities: true,
optionsFromCapabilities: false,
params: {
LAYERS: 'vg_observation_v_autre_wmst',
VERSION: '1.3.0'
Expand Down
2 changes: 1 addition & 1 deletion projects/demo/src/app/geo/print/print.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class AppPrintComponent {
title: 'Radar météo',
sourceOptions: {
type: 'wms',
url: 'http://geo.weather.gc.ca/geomet/?lang=fr',
url: 'https://geo.meteo.gc.ca/geomet?lang=fr', // https://geo.meteo.gc.ca/geomet?lang=fr
params: {
LAYERS: 'RADAR_1KM_RRAI',
VERSION: '1.3.0'
Expand Down

0 comments on commit f5a0186

Please sign in to comment.