Skip to content

Commit 76d7902

Browse files
committed
修改文件路径
1 parent 98efba3 commit 76d7902

22 files changed

+21
-21
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
inputCSS("../../dist/leaflet/iclient9-leaflet.min.css");
8888
}
8989
if (!inArray(excludes, 'iclient9-plot-leaflet')) {
90-
inputScript("../../dist/iclient9-plot-leaflet.min.js");
90+
inputScript("../../dist/leaflet/iclient9-plot-leaflet.min.js");
9191
}
9292
if (inArray(includes, 'leaflet.heat')) {
9393
inputScript("http://cdn.bootcss.com/leaflet.heat/0.2.0/leaflet-heat.js");

examples/leaflet/plot_addfile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h5 class='panel-title text-center'>态势图叠加</h5></div>
2222
</div>
2323
</div>
2424
<div id="map" style="margin:0 auto;width: 100%;height: 100%"></div>
25-
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/include-leaflet.js"></script>
25+
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/leaflet/include-leaflet.js"></script>
2626
<script type="text/javascript">
2727
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
2828
var url = host + "/iserver/services/map-china400/rest/maps/China_4326";

examples/leaflet/plot_defaultStyle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h5 class='panel-title text-center'>缺省属性</h5></div>
5656
</div>
5757
<div id="map" style="margin:0 auto;width: 100%;height: 100%"></div>
5858
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-leaflet-css,iclient9-plot-leaflet"
59-
src="../../dist/include-leaflet.js"></script>
59+
src="../../dist/leaflet/include-leaflet.js"></script>
6060
<script type="text/javascript">
6161
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
6262
var url = host + "/iserver/services/map-world/rest/maps/World";

examples/leaflet/plot_drawGeoGraphicObject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h5 class='panel-title text-center'>点线面绘制</h5></div>
1818
</div>
1919
</div>
2020
<div id="map" style="margin:0 auto;width: 100%;height: 100%"></div>
21-
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/include-leaflet.js"></script>
21+
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/leaflet/include-leaflet.js"></script>
2222
<script type="text/javascript">
2323
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
2424
var url = host + "/iserver/services/map-world/rest/maps/World";

examples/leaflet/plot_drawGraphics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h5 class='panel-title text-center' style=" font-size: 16px;color: #ffffff;">复
6666
</div>
6767
</div>
6868
<div id="map"></div>
69-
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/include-leaflet.js"></script>
69+
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/leaflet/include-leaflet.js"></script>
7070
<script type="text/javascript" include="StylePanel" src="../js/plottingPanel/PlottingPanel.Include.js"></script>
7171
<script type="text/javascript">
7272
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";

examples/leaflet/plot_drawRoute.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h5 class='panel-title text-center' style=" color: #ffffff;font-size: 16px;">航
2525
</div>
2626
</div>
2727
<div id="map" style="margin:0 auto;width: 100%;height: 100%"></div>
28-
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/include-leaflet.js"></script>
28+
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/leaflet/include-leaflet.js"></script>
2929
<script type="text/javascript">
3030
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
3131
var url = host + "/iserver/services/map-world/rest/maps/World";

examples/leaflet/plot_dynamicPlot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<a href="javascript:void(0)" id="paste" style="border-bottom:1px solid #ccc;display:block;line-height:20px;color:#000; font-size:16px;">粘贴此处</a></a>
168168
</div>
169169
<script type="text/javascript" include="bootstrap,responsive,sticklr,plottingPanel" src="../js/include-web.js"></script>
170-
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/include-leaflet.js"></script>
170+
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/leaflet/include-leaflet.js"></script>
171171
<script type="text/javascript" include="PlotPanel,StylePanel" src="../js/plottingPanel/PlottingPanel.Include.js"></script>
172172

173173
<script type="text/javascript">

examples/leaflet/plot_editPlottingLayer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h5 class='panel-title text-center'>图层编辑</h5></div>
3838
</div>
3939
</div>
4040
<div id="map" style="margin:0 auto;width: 100%;height: 100%"></div>
41-
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/include-leaflet.js"></script>
41+
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/leaflet/include-leaflet.js"></script>
4242
<script type="text/javascript">
4343
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
4444
var url = host + "/iserver/services/map-world/rest/maps/World";

examples/leaflet/plot_filetransfer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h5 class='panel-title text-center' style=" font-size: 16px;color: #ffffff;">态
3333
<div id="filetree" class="winContent" style=" padding: 5px;overflow-y: auto;height: 400px;"></div>
3434
</div>
3535
<div id="map" style="margin:0 auto;width: 100%;height: 100%"></div>
36-
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/include-leaflet.js"></script>
36+
<script type="text/javascript" include="leaflet,iclient9-leaflet,iclient9-plot-leaflet" src="../../dist/leaflet/include-leaflet.js"></script>
3737
<script type="text/javascript" include="SMLInfosPanel" src="../js/plottingPanel/PlottingPanel.Include.js"></script>
3838
<script type="text/javascript">
3939
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy