diff --git a/src/contexts/_base.json b/src/contexts/_base.json index 48a0bacb9..238edfc44 100644 --- a/src/contexts/_base.json +++ b/src/contexts/_base.json @@ -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": "© Gouvernement du Québec / IGO2", - "type": "xyz" + "type": "xyz", + "crossOrigin": "anonymous" } }, { @@ -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": "© Gouvernement du Québec / IGO2", - "type": "xyz" + "type": "xyz", + "crossOrigin": "anonymous" } }, { @@ -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": "© Gouvernement du Québec / IGO2", - "type": "xyz" + "type": "xyz", + "crossOrigin": "anonymous" } }, { @@ -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": "© Gouvernement du Québec / IGO2", - "type": "xyz" + "type": "xyz", + "crossOrigin": "anonymous" } } ],