Commit 55d70e8c8a1ee790e0cd4a51becac7effc2b25af
1 parent
ca7a16ce
Signed-off-by: yrf123456 <463058651@qq.com>
Showing
2 changed files
with
5 additions
and
5 deletions
src/main/resources/static/pages/base/station/js/station-positions-function.js
| ... | ... | @@ -160,10 +160,10 @@ var PositionsPublicFunctions = function () { |
| 160 | 160 | $('#bJwpointsInput').val(stationObj.stationJwpoints); |
| 161 | 161 | // WGS坐标点图形集合 |
| 162 | 162 | $('#bPolygonGridInput').val(stationObj.stationGPloyonGrid); |
| 163 | - /*// 城建坐标x | |
| 163 | + // 城建坐标x | |
| 164 | 164 | $('#xInput').val(stationObj.stationGlonx); |
| 165 | 165 | // 城建坐标y |
| 166 | - $('#yInput').val(stationObj.stationGlony);*/ | |
| 166 | + $('#yInput').val(stationObj.stationGlony); | |
| 167 | 167 | // 获取图形类型元素,并添加值 |
| 168 | 168 | $('#shapesTypeSelect').val(stationObj.stationShapesType); |
| 169 | 169 | // 获取半径元素,并添加值 | ... | ... |
src/main/resources/static/pages/base/station/list_edit.html
| ... | ... | @@ -50,10 +50,10 @@ |
| 50 | 50 | <input type="hidden" name="gPolygonGrid" id="gPolygonGridInput" /> |
| 51 | 51 | <!-- 原始坐标类型 --> |
| 52 | 52 | <input type="hidden" name="dbType" id="dbTypeInput" value="b"/> |
| 53 | - <!-- 城建坐标x | |
| 53 | + <!-- 城建坐标x --> | |
| 54 | 54 | <input type="hidden" name="x" id="xInput" /> |
| 55 | - 城建坐标y | |
| 56 | - <input type="hidden" name="y" id="yInput" />--> | |
| 55 | + <!-- 城建坐标y --> | |
| 56 | + <input type="hidden" name="y" id="yInput" /> | |
| 57 | 57 | <!-- 几何图形类型 --> |
| 58 | 58 | <input type="hidden" name="shapesType" id="shapesTypeSelect"> |
| 59 | 59 | <!-- 圆形半径 --> | ... | ... |