Skip to content

Commit f98132d

Browse files
committed
修复leaflet 绘制图标不显示问题。
1 parent 8edcb7b commit f98132d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@
9999
inputScript("http://iclient.supermap.io/libs/leaflet/plugins/leaflet-icon-pulse/L.Icon.Pulse.js");
100100
}
101101
if (inArray(includes, 'leaflet.draw')) {
102-
inputCSS("http://cdn.bootcss.com/leaflet.draw/1.0.2/leaflet.draw.css");
102+
inputCSS("http://iclient.supermap.io/web/libs/leaflet/plugins/leaflet.draw/1.0.2/leaflet.draw.css");
103103
inputScript("http://cdn.bootcss.com/leaflet.draw/1.0.2/leaflet.draw.js");
104104
}
105105
if (inArray(includes, 'leaflet.pm')) {
106-
inputCSS("http://iclient.supermap.io/web/libs/leaflet/plugins/leaflet.pm/0.25.0/leaflet.pm.min.css");
106+
inputCSS("http://iclient.supermap.io/web/libs/leaflet/plugins/leaflet.pm/0.25.0/leaflet.pm.css");
107107
inputScript("http://iclient.supermap.io/web/libs/leaflet/plugins/leaflet.pm/0.25.0/leaflet.pm.min.js");
108108
}
109109
if (inArray(includes, 'leaflet.miniMap')) {

0 commit comments

Comments
 (0)