更新 'worldmap.html'
This commit is contained in:
parent
4d0cd24138
commit
1d60a5b5ec
@ -5,7 +5,7 @@
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<table border="0" width="96%">
|
||||
<tr><td width="100px"><i class="fa fa-globe"></i> Start<td>Latitude</td><td>Longitude</td><td width="60px">Zoom</td></tr>
|
||||
<tr><td width="100px"><i class="fa fa-globe"></i> 中心点<td>Latitude</td><td>Longitude</td><td width="60px">Zoom</td></tr>
|
||||
<tr><td> </td>
|
||||
<td><input type="text" id="node-input-lat" style="width:90px;"></td>
|
||||
<td><input type="text" id="node-input-lon" style="width:90px;"></td>
|
||||
@ -14,11 +14,11 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-maplist"><i class="fa fa-list"></i> Map list</label>
|
||||
<label for="node-input-maplist"><i class="fa fa-list"></i> 地图列表</label>
|
||||
<input type="text" id="node-input-maplist" placeholder="List of Maps">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-layer"><i class="fa fa-map"></i> Base map</label>
|
||||
<label for="node-input-layer"><i class="fa fa-map"></i> 背景地图</label>
|
||||
<input type="text" id="node-input-layer" placeholder="Initial Map">
|
||||
</div>
|
||||
<div class="form-row" id="customMap">
|
||||
@ -33,7 +33,7 @@
|
||||
Map server uses WMS
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-overlist"><i class="fa fa-map-o"></i> Overlays</label>
|
||||
<label for="node-input-overlist"><i class="fa fa-map-o"></i> 覆盖层</label>
|
||||
<input type="text" id="node-input-overlist" placeholder="Initial Overlays">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
@ -45,24 +45,24 @@
|
||||
Remove markers after <input type="text" id="node-input-maxage" placeholder="600" style="width:67px;"> seconds
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-usermenu"><i class="fa fa-user"></i> User menu</label>
|
||||
<label for="node-input-usermenu"><i class="fa fa-user"></i> 用户菜单</label>
|
||||
<select id="node-input-usermenu" style="width:70px;">
|
||||
<option value="show">Show</option>
|
||||
<option value="hide">Hide</option>
|
||||
<option value="show">显示</option>
|
||||
<option value="hide">隐藏</option>
|
||||
</select>
|
||||
<i class="fa fa-bars" style="margin-left:53px;"></i> Layer menu
|
||||
<select id="node-input-layers" style="width:70px;">
|
||||
<option value="show">Show</option>
|
||||
<option value="hide">Hide</option>
|
||||
<option value="show">显示</option>
|
||||
<option value="hide">隐藏</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-panlock"><i class="fa fa-lock"></i> Lock map</label>
|
||||
<label for="node-input-panlock"><i class="fa fa-lock"></i> 锁定地图</label>
|
||||
<select id="node-input-panlock" style="width:70px;">
|
||||
<option value="false">False</option>
|
||||
<option value="true">True</option>
|
||||
</select>
|
||||
<i class="fa fa-lock" style="margin-left:54px;"></i> Lock zoom
|
||||
<i class="fa fa-lock" style="margin-left:54px;"></i> 锁定比例
|
||||
<select id="node-input-zoomlock" style="width:70px;">
|
||||
<option value="false">False</option>
|
||||
<option value="true">True</option>
|
||||
@ -74,7 +74,7 @@
|
||||
<option value="true">Enable</option>
|
||||
<option value="false">Disable</option>
|
||||
</select>
|
||||
<i class="fa fa-hand-o-right" style="margin-left:43px;"></i> Right click
|
||||
<i class="fa fa-hand-o-right" style="margin-left:43px;"></i> 右键
|
||||
<select id="node-input-hiderightclick" style="width:80px;">
|
||||
<option value="false">Enable</option>
|
||||
<option value="true">Disable</option>
|
||||
|
Loading…
Reference in New Issue
Block a user