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 81b7bdb commit bbbed71Copy full SHA for bbbed71
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