Skip to content

Commit 2861879

Browse files
committed
2 parents 1ea756c + 56829c9 commit 2861879

File tree

15 files changed

+339
-121
lines changed

15 files changed

+339
-121
lines changed

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;

examples/classic/plot_plotSymbol.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717

1818
#map {
1919
position: absolute;
20-
left: 200px;
20+
left: 250px;
2121
right: 0px;
22-
width: 100%;
2322
height: 100%;
2423
border: 1px solid #3473b7;
2524
}
@@ -47,7 +46,7 @@
4746
position: absolute;
4847
float: left;
4948
background: #ffffff;
50-
width: 200px;
49+
width: 250px;
5150
height: 100%;
5251
border: 1px solid #3473b7;
5352
z-index: 100;

examples/classic/plot_saveload.html

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

1818
#map {
1919
position: absolute;
20-
left: 200px;
20+
left: 250px;
2121
right: 0px;
2222
width: 100%;
2323
height: 100%;
@@ -28,7 +28,7 @@
2828
position: absolute;
2929
float: left;
3030
background: #ffffff;
31-
width: 200px;
31+
width: 250px;
3232
height: 100%;
3333
border: 1px solid #3473b7;
3434
z-index: 100;

examples/locales/en-US/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ window.examplesResources = {
751751
"text_kilometre": " km",
752752
"text_customAttr": 'Custom attributes',
753753
"text_commandPost": "Command post",
754-
"text_shanxiXiAn": "Xi'an, Shanxi",
754+
"text_shanxiXian": "Xi'an, Shanxi",
755755
"text_weather": "Weather: clear",
756756
"text_direction": "Direction: 78°",
757757
"text_speed": "Seep: 123 km/h",

examples/locales/zh-CN/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ window.examplesResources = {
698698
"text_kilometre": "公里",
699699
"text_customAttr": '用户自定义属性',
700700
"text_commandPost": "指挥所",
701-
"text_ShanxiXiAn": "陕西省西安市",
701+
"text_shanxiXian": "陕西省西安市",
702702
"text_weather": "天气:晴",
703703
"text_direction": "方向:78°",
704704
"text_speed": "速度:123海里/小时",

0 commit comments

Comments
 (0)