Skip to content

Commit da38154

Browse files
freddidierRTEvlo-rte
authored andcommitted
Solve issue : Map feature - problem for loading IGN layer (#8710)
Signed-off-by: freddidierRTE <[email protected]>
1 parent 5d7b60e commit da38154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/main/src/app/components/share/map/OpfabMap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export abstract class OpfabMap {
159159
async addWMTSLayer(capabilitiesUrl: string, layer: string, matrixSet: string) {
160160
const parser = new WMTSCapabilities();
161161
try {
162-
const response = await fetch(capabilitiesUrl, {credentials: 'include'});
162+
const response = await fetch(capabilitiesUrl);
163163

164164
if (!response.ok) {
165165
logger.error(`Failed to fetch WMTS capabilities: ${response.status} ${response.statusText} `);

0 commit comments

Comments
 (0)