We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b9fdb commit 0b16ef8Copy full SHA for 0b16ef8
test/classic/overlay/MapVLayerSpec.js
@@ -100,7 +100,6 @@ describe('classic_MapVLayer', function () {
100
//判断是否返回期望的maplayer
101
expect(mapvLayer.renderer).not.toBeNull();
102
expect(mapvLayer.renderer.context).toBe("2d");
103
- expect(mapvLayer.renderer.canvasLayer.id).toBe("SuperMap.Layer_24" );
104
expect(mapvLayer.renderer.canvasLayer.name).toBe("mapv");
105
expect(mapvLayer.renderer.canvasLayer.maxResolution).toEqual(1.40625);
106
expect(mapvLayer.renderer.canvasLayer.minResolution).toEqual(0.00004291534423828125);
0 commit comments