Skip to content

Commit

Permalink
fix(demo): print baselayers
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Oct 11, 2019
1 parent 3dfae50 commit 4641457
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/contexts/_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"sourceOptions": {
"url": "https://geoegl.msp.gouv.qc.ca/apis/carto/tms/1.0.0/orthos@EPSG_3857/{z}/{x}/{-y}.jpeg",
"attributions": "© <a href='http://www.droitauteur.gouv.qc.ca/copyright.php' target='_blank'><img src='/gouvouvert/public/images/quebec/gouv_qc_logo.png' width='64' height='14'>Gouvernement du Québec</a> / <a href='http://www.igouverte.org/' target='_blank'>IGO2</a>",
"type": "xyz"
"type": "xyz",
"crossOrigin": "anonymous"
}
},
{
Expand All @@ -46,7 +47,8 @@
"sourceOptions": {
"url": "https://geoegl.msp.gouv.qc.ca/apis/carto/tms/1.0.0/carte_gouv_qc_ro@EPSG_3857/{z}/{x}/{-y}.png",
"attributions": "© <a href='http://www.droitauteur.gouv.qc.ca/copyright.php' target='_blank'><img src='/gouvouvert/public/images/quebec/gouv_qc_logo.png' width='64' height='14'>Gouvernement du Québec</a> / <a href='http://www.igouverte.org/' target='_blank'>IGO2</a>",
"type": "xyz"
"type": "xyz",
"crossOrigin": "anonymous"
}
},
{
Expand All @@ -56,7 +58,8 @@
"sourceOptions": {
"url": "https://geoegl.msp.gouv.qc.ca/apis/carto/tms/1.0.0/carte_adn@EPSG_3857/{z}/{x}/{-y}.png",
"attributions": "© <a href='http://www.droitauteur.gouv.qc.ca/copyright.php' target='_blank'><img src='/gouvouvert/public/images/quebec/gouv_qc_logo.png' width='64' height='14'>Gouvernement du Québec</a> / <a href='http://www.igouverte.org/' target='_blank'>IGO2</a>",
"type": "xyz"
"type": "xyz",
"crossOrigin": "anonymous"
}
},
{
Expand All @@ -66,7 +69,8 @@
"sourceOptions": {
"url": "https://geoegl.msp.gouv.qc.ca/apis/carto/tms/1.0.0/fond_thematique@EPSG_3857/{z}/{x}/{-y}.png",
"attributions": "© <a href='http://www.droitauteur.gouv.qc.ca/copyright.php' target='_blank'><img src='/gouvouvert/public/images/quebec/gouv_qc_logo.png' width='64' height='14'>Gouvernement du Québec</a> / <a href='http://www.igouverte.org/' target='_blank'>IGO2</a>",
"type": "xyz"
"type": "xyz",
"crossOrigin": "anonymous"
}
}
],
Expand Down

0 comments on commit 4641457

Please sign in to comment.