Skip to content

Commit 3a2ac71

Browse files
committed
修改编辑点icon位置
1 parent 8444597 commit 3a2ac71

File tree

8 files changed

+40
-1
lines changed

8 files changed

+40
-1
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
/*!
2+
*
3+
* iclient9-leaflet.(http://iclient.supermap.io)
4+
* Copyright© 2000 - 2018 SuperMap Software Co.Ltd
5+
* license: Apache-2.0
6+
* version: v9.1.0-alpha
7+
*
8+
*/
9+
10+
.leaflet-supermap-plot-control-icon-path {
11+
background-image: url(../images/plot/control.png);
12+
background-repeat: no-repeat;
13+
background-size: 100% 100%;
14+
}
15+
16+
.leaflet-supermap-plot-scale-icon-path {
17+
background-image: url(../images/plot/scale.png);
18+
background-repeat: no-repeat;
19+
background-size: 100% 100%;
20+
}
21+
22+
.leaflet-supermap-plot-rotate-icon-path {
23+
background-image: url(../images/plot/rotate.png);
24+
background-repeat: no-repeat;
25+
background-size: 100% 100%;
26+
}
27+
28+
.leaflet-supermap-plot-locked-icon-path {
29+
background-image: url(../images/plot/locked.png);
30+
background-repeat: no-repeat;
31+
background-size: 100% 100%;
32+
}
33+
34+
.leaflet-supermap-plot-avoid-icon-path {
35+
background-image: url(../images/plot/avoid.png);
36+
background-repeat: no-repeat;
37+
background-size: 100% 100%;
38+
}

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/leaflet/include-leaflet.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
inputCSS("../../dist/leaflet/iclient9-leaflet.min.css");
8888
}
8989
if (inArray(includes, 'iclient9-plot-leaflet')) {
90+
inputCSS("../../dist/leaflet/iclient9-plot-leaflet.css");
9091
inputScript("../../dist/leaflet/iclient9-plot-leaflet.min.js");
9192
}
9293
if (inArray(includes, 'leaflet.heat')) {

0 commit comments

Comments
 (0)