Skip to content

Commit aa24a94

Browse files
committed
【ut】Add UT
1 parent 6f6eced commit aa24a94

File tree

3 files changed

+148
-111
lines changed

3 files changed

+148
-111
lines changed

src/openlayers/mapping/WebMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ export class WebMap extends Observable {
600600
tileGrid: TileSuperMapRest.optionsFromMapJSON(url, result).tileGrid,
601601
tileLoadFunction: me.getCustomTileLoadFunction()
602602
};
603-
if (url && this.isAddProxy(url)) {
603+
if (url && me.isAddProxy(url)) {
604604
options.tileProxy = me.server + 'apps/viewer/getUrlResource.png?url=';
605605
}
606606
source = new TileSuperMapRest(options);

0 commit comments

Comments
 (0)