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 6e72c6f commit 0fc857fCopy full SHA for 0fc857f
src/common/mapping/MapStyle.js
@@ -39,7 +39,7 @@ export function createMapStyleExtending(SuperClass, { MapManager, crsManager })
39
}
40
return {
41
url: proxy ? `${proxy}${encodeURIComponent(url)}` : url,
42
- credentials: this.webMapService.handleWithCredentials(proxy, url, this.options.withCredentials || false)
+ credentials: this.webMapService.handleWithCredentials(proxy, url, false)
43
? 'include'
44
: undefined,
45
...(this.options.tileTransformRequest && this.options.tileTransformRequest(url))
0 commit comments