Skip to content

Commit 7f61a4e

Browse files
committed
新增动态标绘相关示例:标牌、特效、聚合
1 parent afd79fe commit 7f61a4e

25 files changed

+3334
-5
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@
147147
inputCSS(disturl + '/leaflet/iclient-leaflet.min.css');
148148
}
149149
if (inArray(includes, 'iclient-plot-leaflet')) {
150-
inputCSS(libsurl + '/plotting/leaflet/11.1.0/iclient-plot-leaflet.css');
150+
inputCSS(libsurl + '/plotting/leaflet/11.2.0/iclient-plot-leaflet.css');
151151
if (supportES6()) {
152-
inputScript(libsurl + '/plotting/leaflet/11.1.1/iclient-plot-leaflet-es6.min.js');
152+
inputScript(libsurl + '/plotting/leaflet/11.2.0/iclient-plot-leaflet-es6.min.js');
153153
} else {
154-
inputScript(libsurl + '/plotting/leaflet/11.1.1/iclient-plot-leaflet.min.js');
154+
inputScript(libsurl + '/plotting/leaflet/11.2.0/iclient-plot-leaflet.min.js');
155155
}
156156
}
157157
if (inArray(includes, 'ant-design-vue')) {

examples/data/html/sign1.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
4+
<body>
5+
<div style="position: absolute; left: 45%;top: 45%;">
6+
<div id="sign" style="width:fit-content;">
7+
<div id="title"
8+
style="border: 1px solid green;font-size: 22px;text-align: center;color: rgb(0, 255, 34);letter-spacing: 5px;background-color: rgba(255, 0, 0, 0.349);
9+
background-size: 100% 100%;background-repeat: no-repeat;padding: 5px;line-height: 0.8;">
10+
标题</div>
11+
<div id="content"
12+
style="border: 1px solid red;color: rgb(255, 255, 255);padding: 3px 10px;background-color: rgba(255, 0, 0, 0.349);line-height: 0.6;">
13+
14+
</div>
15+
<div
16+
style="border: 1px solid rgb(255, 0, 0);border-right: 0px; background-color: red;height: 0px;width: 96%;margin-left: 2%;margin-top: 0px;">
17+
</div>
18+
</div>
19+
</div>
20+
</body>
21+
22+
</html>

examples/data/html/sign2.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
4+
<body>
5+
<div style="position: absolute; left: 45%;top: 45%;">
6+
<div id="sign" style="width:fit-content;">
7+
<div id="title"
8+
style="font-size: 22px;text-align: center;color: rgb(255, 255, 255);letter-spacing: 5px;background-color: #0336494C;
9+
background-size: 100% 100%;background-repeat: no-repeat;padding: 5px;line-height: 0.8;">
10+
标题</div>
11+
<div id="content"
12+
style="border: 1px solid rgba(56, 213, 253, 1);border-radius:10px;border-top:0px;border-bottom:0px;color: rgb(255, 255, 255);padding: 3px 10px;background-color: #0336494C;line-height: 0.6;">
13+
14+
</div>
15+
<div
16+
style="border: 0.5px solid rgba(56, 213, 253, 1);border-right: 0px; background-color: red;height: 0px;margin-top: 0px;margin-left:8px;margin-right:8px;">
17+
</div>
18+
</div>
19+
</div>
20+
</body>
21+
22+
</html>

examples/data/html/sign3.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
4+
<body>
5+
<div style="position: absolute; left: 45%;top: 45%;">
6+
<div id="sign" style="width:fit-content;">
7+
<div id="title"
8+
style="border: 0.7px solid #00A0E9FF; border-bottom: 0px;font-size:22px;text-align: center;color: #FFFF00FE;letter-spacing: 2px;background-color: #00FFFF47;
9+
background-size: 100% 100%;background-repeat: no-repeat;padding: 5px;line-height: 0.9;padding-bottom:8px">
10+
标牌文字</div>
11+
<div
12+
style="border: 0.9px solid #00A0FFFE;border-right: 0px; background-color: red;height: 0px;margin-top: 0px;">
13+
</div>
14+
<div id="content"
15+
style="border: 0.7px solid #00A0E9FF;border-top:0px;border-bottom:0px;color: #F79646FF;padding: 3px 10px;background-color: #00FFFF47;line-height: 0.6;">
16+
17+
</div>
18+
<div
19+
style="border: 1px solid #00FF00FF;border-right: 0px; background-color: red;height: 0px;margin-top: 0px;">
20+
</div>
21+
<!-- <img src="./鲸鱼_白底.png" style="width: 100%;height: 50px;"> -->
22+
<!-- 竖线 ,相当于标牌炳-->
23+
</div>
24+
</div>
25+
</body>
26+
27+
</html>

examples/data/html/sign4.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
4+
<body>
5+
<div style="position: absolute; left: 45%;top: 45%;">
6+
<div id="sign" style="width:fit-content;">
7+
<div id="title"
8+
style="font-size: 22px;text-align: center;color: rgb(255, 255, 255);letter-spacing: 5px;
9+
background-image: url(./标牌1.png);background-size: 100% 100%;background-repeat: no-repeat;padding: 5px;line-height: 0.8;">
10+
标题</div>
11+
<div id="content"
12+
style="border: 1px solid rgba(56, 213, 253, 1);border-radius:10px;border-top:0px;border-bottom:0px;color: rgb(255, 255, 255);padding: 3px 10px;background-color: #0336494C;line-height: 0.6;">
13+
14+
</div>
15+
<div
16+
style="border: 0.5px solid rgba(56, 213, 253, 1);border-right: 0px; background-color: red;height: 0px;margin-top: 0px;margin-left:8px;margin-right:8px;">
17+
</div>
18+
</div>
19+
</div>
20+
</body>
21+
22+
</html>

examples/data/html/sign5.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
4+
<body>
5+
<div style="position: absolute; left: 45%;top: 45%;">
6+
<div id="sign" style="width:fit-content;">
7+
<!-- 文本内容 -->
8+
<div
9+
style="border-radius:10px;color: rgb(255, 255, 255);padding: 3px 20px;background-color: #0336494C;line-height: 0.6;background-image: url(./方形3.png);background-size: 100% 100%;background-repeat: no-repeat;">
10+
<!-- 标牌标题、背景等 -->
11+
<p id="title" style="margin:4px;color: rgb(255, 255, 255); font-size:20px;text-align:center;" >标题</p>
12+
<div id = "content">
13+
</div>
14+
</div>
15+
<!-- 横线,相当于标牌托 -->
16+
17+
<!-- <img src="./鲸鱼_白底.png" style="width: 100%;height: 50px;"> -->
18+
</div>
19+
</div>
20+
</body>
21+
22+
</html>

examples/data/html/sign6.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
4+
<body>
5+
<div style="position: absolute; left: 45%;top: 45%;">
6+
<div id="sign" style="width:fit-content;">
7+
<!-- 文本内容 -->
8+
<div
9+
style="border-radius:10px;color: rgb(255, 255, 255);padding: 3px 28px;background-color: #0336494C;line-height: 0.6;background-image: url(./方形4.png);background-size: 100% 100%;background-repeat: no-repeat;">
10+
<!-- 标牌标题、背景等 -->
11+
<p id="title" style="margin:4px;color: rgb(255, 255, 255); font-size:20px;text-align:center;" >标题</p>
12+
<div id = "content">
13+
</div>
14+
</div>
15+
<!-- 横线,相当于标牌托 -->
16+
17+
<!-- <img src="./鲸鱼_白底.png" style="width: 100%;height: 50px;"> -->
18+
<!-- 竖线 ,相当于标牌炳-->
19+
</div>
20+
</div>
21+
</body>
22+
23+
</html>

examples/data/html/sign7.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
4+
<body>
5+
<div style="position: absolute; left: 45%;top: 45%;">
6+
<div id="sign" style="width:fit-content;">
7+
<div id="title"
8+
style="font-size: 22px;text-align: center;color: rgb(255, 255, 255);letter-spacing: 5px;
9+
background-image: url(./方形5.png);background-size: 100% 100%;background-repeat: no-repeat;padding: 12px;line-height: 0.6;">
10+
标题</div>
11+
<div id = "content"
12+
style="border: 0.7px solid rgba(79, 233, 238, 1);color: rgb(255,255,255);padding: 3px 10px;background-color: rgba(0, 232, 232, 0.38);line-height: 0.6;">
13+
14+
</div>
15+
<div
16+
style="border: 0.7px solid rgba(79, 233, 238, 1); height: 0px;margin-top: 0px;">
17+
</div>
18+
</div>
19+
</div>
20+
</body>
21+
22+
</html>

examples/data/html/方形3.png

617 KB
Loading

examples/data/html/方形4.png

69.9 KB
Loading

examples/data/html/方形5.png

244 KB
Loading

examples/data/html/标牌1.png

1.35 KB
Loading

0 commit comments

Comments
 (0)