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 5244d77 commit a32d052Copy full SHA for a32d052
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