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 1b66a94 commit e4a804cCopy full SHA for e4a804c
src/openlayers/overlay/VectorTileSuperMapRest.js
@@ -317,6 +317,7 @@ export class VectorTileSuperMapRest extends VectorTile {
317
withCredentials: options.withCredentials,
318
headers: options.headers
319
});
320
+ this.baseUrl = url;
321
style = await response.json();
322
}
323
await this._fillByStyleJSON(style, options.source);
0 commit comments