Skip to content

Commit

Permalink
fix(contexts): added ids for Test export context (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
LAMM26 authored Feb 16, 2022
1 parent b267ca2 commit 542bb28
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/contexts/testExport.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"layers": [
{
"title": "WFS & Download URL",
"id": 1,
"visible": false,
"sourceOptions": {
"download": {
Expand All @@ -22,6 +23,7 @@
},
{
"title": "WFS with imposed export format 2",
"id": 2,
"visible": false,
"sourceOptions": {
"download": {
Expand Down Expand Up @@ -49,6 +51,7 @@
},
{
"title": "WFS with imposed export format 1",
"id": 3,
"visible": false,
"sourceOptions": {
"download": {
Expand Down Expand Up @@ -76,6 +79,7 @@
},
{
"title": "WFS",
"id": 4,
"visible": false,
"sourceOptions": {
"queryable": true,
Expand All @@ -100,6 +104,7 @@
},
{
"title": "WMS & Download URL",
"id": 5,
"sourceOptions": {
"download": {
"url": "https://www.donneesquebec.ca/recherche/fr/dataset/desserte-des-centres-durgences-9-1-1"
Expand All @@ -117,6 +122,7 @@
},
{
"title": "WMS",
"id": 6,
"sourceOptions": {
"type": "wms",
"url": "https://geoegl.msp.gouv.qc.ca/apis/ws/igo_gouvouvert.fcgi",
Expand All @@ -131,4 +137,3 @@
}
]
}

0 comments on commit 542bb28

Please sign in to comment.