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 5021b9c commit 25b72d9Copy full SHA for 25b72d9
src/common/mapping/MapStyle.js
@@ -41,7 +41,7 @@ export function createMapStyleExtending(SuperClass, { MapManager, mapRepo }) {
41
}
42
return {
43
url: proxy ? `${proxy}${encodeURIComponent(url)}` : url,
44
- credentials: this.webMapService.handleWithCredentials(proxy, url, this.options.withCredentials || false)
+ credentials: this.webMapService.handleWithCredentials(proxy, url, false)
45
? 'include'
46
: undefined,
47
...(this.options.tileTransformRequest && this.options.tileTransformRequest(url))
0 commit comments