We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7b60e commit da38154Copy full SHA for da38154
ui/main/src/app/components/share/map/OpfabMap.ts
@@ -159,7 +159,7 @@ export abstract class OpfabMap {
159
async addWMTSLayer(capabilitiesUrl: string, layer: string, matrixSet: string) {
160
const parser = new WMTSCapabilities();
161
try {
162
- const response = await fetch(capabilitiesUrl, {credentials: 'include'});
+ const response = await fetch(capabilitiesUrl);
163
164
if (!response.ok) {
165
logger.error(`Failed to fetch WMTS capabilities: ${response.status} ${response.statusText} `);
0 commit comments