Skip to content

Commit a44ea8a

Browse files
committed
Merge branch 'master' of https://github.com/SuperMap/iClient9
2 parents f1c65b3 + 6e5f944 commit a44ea8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/leaflet/mapping/ImageMapLayerSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ describe('leaflet_ImageMapLayer', function () {
5555
expect(imageLayerObject.options.prjCoordSys.epsgCode).toBe(4326);
5656
var coords = L.point(120.14, 30.24);
5757
var tileUrl = imageLayerObject.getTileUrl(coords);
58-
expect(tileUrl).toBe(GlobeParameter.mapServiceURL + "%E4%B8%96%E7%95%8C%E5%9C%B0%E5%9B%BE_Day/image.png?width=256&height=256&redirect=true&transparent=false&cacheEnabled=true&prjCoordSys=%7B%22epsgCode%22:4326%7D&overlapDisplayed=true&viewBounds=%7B%22leftBottom%22%20:%20%7B%22x%22:2387268743.959911,%22y%22:-20037508.34278071%7D,%22rightTop%22%20:%20%7B%22x%22:2407306252.3027,%22y%22:-20037508.34278071%7D%7D");
58+
expect(tileUrl).toBe(GlobeParameter.mapServiceURL + "世界地图_Day/image.png?width=256&height=256&redirect=true&transparent=false&cacheEnabled=true&prjCoordSys=%7B%22epsgCode%22:4326%7D&overlapDisplayed=true&viewBounds=%7B%22leftBottom%22%20:%20%7B%22x%22:2387268743.959911,%22y%22:-20037508.34278071%7D,%22rightTop%22%20:%20%7B%22x%22:2407306252.3027,%22y%22:-20037508.34278071%7D%7D");
5959
});
6060
});

0 commit comments

Comments
 (0)