Skip to content

Commit

Permalink
feat(workspace) WMS with underlying WFS params now have a workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Etienne Lord committed Oct 27, 2020
1 parent f71be00 commit 2fc867f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/contexts/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
"title": "Workspace",
"base": "_base",
"layers": [
{
"title": "WMS with underlying WFS params",
"visible": true,
"maxResolution": 1200,
"workspace": {
"enabled": true,
"maxResolution": 400
},
"sourceOptions": {
"queryable": true,
"queryTitle": "nometablis",
"type": "wms",
"url": "http://geoegl.msp.gouv.qc.ca/apis/ws/swtq",
"urlWfs": "http://geoegl.msp.gouv.qc.ca/apis/ws/swtq",
"params": {
"layers": "etablissement_mtq"
},
"paramsWFS": {
"featureTypes": "etablissement_mtq",
"fieldNameGeometry": "geometry",
"maxFeatures": 5000,
"outputFormat": "geojson",
"outputFormatDownload": "shp"
},
"ogcFilters": {
"enabled": true,
"editable": true
}

}
},

{
"title": "Vector dataSource",
"visible": true,
Expand Down

0 comments on commit 2fc867f

Please sign in to comment.