Skip to content

Commit 183460d

Browse files
committed
移除标绘的压缩后源码
1 parent 57cd3e2 commit 183460d

File tree

9 files changed

+3
-50
lines changed

9 files changed

+3
-50
lines changed

dist/images/plot/avoid.png

-2.75 KB
Binary file not shown.

dist/images/plot/control.png

-2.75 KB
Binary file not shown.

dist/images/plot/locked.png

-2.95 KB
Binary file not shown.

dist/images/plot/rotate.png

-1.42 KB
Binary file not shown.

dist/images/plot/scale.png

-2.79 KB
Binary file not shown.

dist/leaflet/iclient9-plot-leaflet.css

Lines changed: 0 additions & 38 deletions
This file was deleted.

dist/leaflet/iclient9-plot-leaflet.min.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

dist/leaflet/include-leaflet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
inputCSS("../../dist/leaflet/iclient9-leaflet.min.css");
8888
}
8989
if (inArray(includes, 'iclient9-plot-leaflet')) {
90-
inputCSS("../../dist/leaflet/iclient9-plot-leaflet.css");
91-
inputScript("../../dist/leaflet/iclient9-plot-leaflet.min.js");
90+
inputCSS("http://iclient.supermap.io/web/libs/plotting/leaflet/iclient9-plot-leaflet.css");
91+
inputScript("http://iclient.supermap.io/web/libs/plotting/leaflet/iclient9-plot-leaflet.min.js");
9292
}
9393
if (inArray(includes, 'leaflet.heat')) {
9494
inputScript("http://cdn.bootcss.com/leaflet.heat/0.2.0/leaflet-heat.js");

examples/css/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
.navbar-menu:hover .menu-sub-warp,
102102
.navbar-menu.active .menu-sub-warp {
103-
max-height: 600px;
103+
max-height: 640px;
104104
transform-origin: 50% 0;
105105
-webkit-transform-origin: 50% 0;
106106
-moz-transform-origin: 50% 0;

0 commit comments

Comments
 (0)