1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| SGLang.lang = $.extend(SGLang.lang,{
| ToolTitle: "SmartEarth - 泰瑞数创科技(北京)有限公司",
| ToolName: "地形剖面",
| help: "帮助",
| //Text0: "Cancel",
| //Text1: "Delete Last Point",
| //Text2: "Aerial",
| //Text3: "Horizontal",
| //Text4: "Vertical",
| //Text5: "OnGround",
| Text6: "创建测量对象",
| Text7: "捕捉",
| //Text19: "Calculating query points",
| //Text16: "Left click on the terrain to draw a polygon/Polyline. Right click to finish operation.",
| Text17: "单位",
| Text18: "删除测量结果.",
| Text19: "删除最后一个节点.",
| Text20: "捕捉边线,对象以及节点.",
| // Text21: "Calculate aerial distance, i.e., the actual distance between points in the 3D Window.",
| // Text22: "Calculate horizontal distance between points in the 3D Window.",
| Text23: "显示地形高程剖面.",
| Text24: "显示空间距离",
| Text25: "显示水平距离",
| Text26: "显示垂直距离",
|
| });
|
|