|
@@ -337,7 +337,7 @@ export class TilesRendererBase {
|
|
if ( ! ( url in tileSets ) ) {
|
|
if ( ! ( url in tileSets ) ) {
|
|
|
|
|
|
const pr = this
|
|
const pr = this
|
|
- .fetchTileSet( url, this.fetchOptions )
|
|
|
|
|
|
+ .fetchTileSet( this.preprocessURL ? this.preprocessURL( url ) : url, this.fetchOptions )
|
|
.then( json => {
|
|
.then( json => {
|
|
|
|
|
|
tileSets[ url ] = json;
|
|
tileSets[ url ] = json;
|