File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -591,7 +591,7 @@ export class WebMap extends Observable {
591591 tileGrid : TileSuperMapRest . optionsFromMapJSON ( url , result ) . tileGrid ,
592592 tileLoadFunction : me . getCustomTileLoadFunction ( )
593593 } ;
594- if ( url && this . isAddProxy ( url ) ) {
594+ if ( url && me . isAddProxy ( url ) ) {
595595 options . tileProxy = me . server + 'apps/viewer/getUrlResource.png?url=' ;
596596 }
597597 source = new TileSuperMapRest ( options ) ;
Original file line number Diff line number Diff line change @@ -1438,7 +1438,6 @@ describe('openlayers_WebMap', () => {
14381438 successCallback,
14391439 errorCallback : function ( ) { }
14401440 } ;
1441- CommonUtil
14421441 spyOn ( CommonUtil , 'isInTheSameDomain' ) . and . callFake ( ( url ) => {
14431442 return true ;
14441443 } ) ;
You can’t perform that action at this time.
0 commit comments