Skip to content

Commit b1eb6f0

Browse files
committed
修复jsdoc
1 parent 2331224 commit b1eb6f0

File tree

6 files changed

+4
-13690
lines changed

6 files changed

+4
-13690
lines changed

examples/openlayers/labelThemeLayer.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
});
153153
map.addLayer(layer);
154154
initThemeLayer();
155-
initLegendView();
156155
});
157156

158157
function initThemeLayer() {
@@ -247,11 +246,6 @@
247246
themeSource.addFeatures(labelFeatures);
248247
}
249248

250-
//图例
251-
function initLegendView() {
252-
document.getElementById("mapLegend").style.display = "block";
253-
}
254-
255249
//图层信息框
256250
function updateInfoView(feature) {
257251

0 commit comments

Comments
 (0)