Skip to content

Commit e6b78d4

Browse files
committed
提交动态标绘相关功能
1 parent 3fb1c48 commit e6b78d4

File tree

92 files changed

+5974
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+5974
-0
lines changed

dist/iclient9-plot-leaflet.min.js

Lines changed: 9 additions & 0 deletions
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
if (inArray(includes, 'iclient9-leaflet-css')) {
8787
inputCSS("../../dist/leaflet/iclient9-leaflet.min.css");
8888
}
89+
if (!inArray(excludes, 'iclient9-plot-leaflet')) {
90+
inputScript("../../dist/iclient9-plot-leaflet.min.js");
91+
}
92+
if (!inArray(excludes, 'PlottingPanel')) {
93+
inputScript("../js/plottingPanel/PlottingPanel.Include.js");
94+
}
8995
if (inArray(includes, 'leaflet.heat')) {
9096
inputScript("http://cdn.bootcss.com/leaflet.heat/0.2.0/leaflet-heat.js");
9197
}

examples/img/BasicCell/1001.png

501 Bytes

examples/img/BasicCell/1003.png

987 Bytes

examples/img/BasicCell/1004.png

1.08 KB

examples/img/BasicCell/1013.png

519 Bytes

examples/img/BasicCell/1014.png

831 Bytes

examples/img/BasicCell/1016.png

374 Bytes

examples/img/BasicCell/1017.png

511 Bytes

examples/img/BasicCell/1019.png

1.1 KB

0 commit comments

Comments
 (0)