Skip to content

Commit 1b8e077

Browse files
authored
Update TiledVectorLayerSpec.js
1 parent d4a29f0 commit 1b8e077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/leaflet/overlay/TiledVectorLayerSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ describe('leaflet_TiledVectorLayer', () => {
226226
expect(layerStyle.__default__[1][4].property).toBe("point-file");
227227
map.removeLayer(tileVectorLayer);
228228
done();
229-
}, 0);
229+
}, 2000);
230230
});
231231

232232
//测试其父类
@@ -379,4 +379,4 @@ describe('leaflet_TiledVectorLayer', () => {
379379
"#Main_Road_L@China[zoom<=4.3268187433028044E-7][zoom>=5.40852342912851E-8]{text-placement-type:simple;text-placements:\"E,NE,SE,W,NW,SW\";line-color:rgba(221,155,44,1);line-width:0.37795275590551186;polygon-fill:rgba(208,255,240,1);marker-width:9.070866141732283;marker-height:9.070866141732283;marker-fill:rgba(13,80,143,1);marker-type:ellipse;polygon-opacity:1.0;polygon-pattern-opacity:1.0;}" +
380380
"#Main_Road_L@China\\#1\\#1[zoom<=6.9229099892844565E-6][zoom>=4.3268187433028044E-7]{text-placement-type:simple;text-placements:\"E,NE,SE,W,NW,SW\";::subLine_0{line-join:round;line-cap:butt;line-color:rgba(178,137,80,1);line-width:2.6456692913385824;}::subLine_1{line-join:round;line-cap:round;line-color:rgba(255,206,16,1);line-width:1.5118110236220474;}polygon-fill:rgba(208,255,240,1);marker-width:9.070866141732283;marker-height:9.070866141732283;marker-fill:rgba(13,80,143,1);marker-type:ellipse;polygon-opacity:1.0;polygon-pattern-opacity:1.0;}";
381381
}
382-
});
382+
});

0 commit comments

Comments
 (0)