Skip to content

Commit ca7e0ad

Browse files
2 parents 94579ca + 8f3ab61 commit ca7e0ad

19 files changed

+7207
-11533
lines changed

dist/openlayers/iclient9-openlayers-es6.js

Lines changed: 217 additions & 1610 deletions
Large diffs are not rendered by default.

dist/openlayers/iclient9-openlayers.css

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/openlayers/iclient9-openlayers.js

Lines changed: 6820 additions & 8360 deletions
Large diffs are not rendered by default.

dist/openlayers/iclient9-openlayers.min.css

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/openlayers/iclient9-openlayers.min.js

Lines changed: 47 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/classic/plot_drawGraphics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_drawGraphics"></h
191191
</div>
192192
</div>
193193
</div>
194-
<div id="menu">
194+
<div id="menu" style="width: 250px;">
195195
<div class="easyui-panel" style="position:absolute;top:0px;bottom:0px;left:0px;right:0px;padding:5px; width: 100%;">
196196
<div class="easyui-tabs" style="width: 100%;height: 100%">
197197
<div id="stylePanel" data-i18n="[title]resources.text_attributePanel"></div>

examples/classic/plot_dynamicPlot.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,36 @@
1212
overflow: hidden;
1313
background: #fff;
1414
width: 100%;
15-
height: 100%
15+
height: 100%;
16+
position: absolute;
17+
top: 0;
1618
}
1719

1820
#map {
1921
position: absolute;
20-
left: 200px;
22+
left: 250px;
2123
right: 0px;
22-
width: 100%;
2324
height: 100%;
2425
border: 1px solid #3473b7;
2526
}
2627

2728
#menuPlotting {
2829
position: absolute;
2930
top: 20%;
30-
z-index: 999999;
31+
z-index: 99999999999;
3132
border-radius: 4px;
3233
padding-top: 2px;
34+
left: 265px;
35+
color: #000000;
36+
background-color: #fff;
3337
}
3438

3539
#menu {
36-
position: absolute;
3740
float: left;
3841
background: #ffffff;
39-
width: 200px;
42+
width: 250px;
4043
height: 100%;
4144
border: 1px solid #3473b7;
42-
z-index: 100;
4345
}
4446
</style>
4547
</head>

examples/classic/plot_filetransfer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
position: absolute;
4444
float: left;
4545
background: #ffffff;
46-
width: 200px;
46+
width: 250px;
4747
height: 100%;
4848
border: 1px solid #3473b7;
4949
z-index: 100;
@@ -86,10 +86,10 @@ <h5 class='panel-title text-center' data-i18n="resources.title_filetransfer"></h
8686
</div>
8787
</div>
8888
<div id="filetree" data-i18n="[title]resources.text_fileList"></div>
89+
8990
<div id="map"></div>
90-
<script type="text/javascript" include="bootstrap, fileupLoad" src="../js/include-web.js"></script>
91-
<script type="text/javascript" exclude="iclient-classic" include="iclient8c-plot,PlottingPanel"
92-
src="../../dist/classic/include-classic.js"></script>
91+
<script type="text/javascript" include="bootstrap,fileupLoad" src="../js/include-web.js"></script>
92+
<script type="text/javascript" exclude="iclient-classic" include="iclient8c-plot,PlottingPanel" src="../../dist/classic/include-classic.js"></script>
9393
<script>
9494
var map, layer, drawFeature, treePanel, plottingLayer, plottingEdit, sitManager, plotting;
9595
var host = window.isLocal ? window.server : "http://iclsvr.supermap.io";

examples/classic/plot_modifySymbolStyle.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515
overflow: hidden;
1616
background: #fff;
1717
width: 100%;
18-
height: 100%
18+
height: 100%;
19+
position: absolute;
20+
top: 0;
1921
}
2022

2123
#map {
2224
position: absolute;
23-
left: 200px;
25+
left: 250px;
2426
right: 0px;
25-
width: 100%;
2627
height: 100%;
2728
border: 1px solid #3473b7;
2829
}
2930

3031
#menu {
31-
position: absolute;
32+
float: left;
3233
background: #ffffff;
33-
width: 200px;
34+
width: 250px;
3435
height: 100%;
3536
border: 1px solid #3473b7;
36-
z-index: 100;
3737
}
3838
</style>
3939
</head>

examples/classic/plot_plotGOAnimation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#map {
2020
position: absolute;
21-
left: 200px;
21+
left: 250px;
2222
right: 0px;
2323
width: 100%;
2424
height: 100%;
@@ -42,7 +42,7 @@
4242
#menu {
4343
position: absolute;
4444
background: #ffffff;
45-
width: 200px;
45+
width: 250px;
4646
height: 100%;
4747
border: 1px solid #3473b7;
4848
z-index: 100;

0 commit comments

Comments
 (0)