Commit 5b52f3f05760b203d8dd19b3324fff6a8851a4c3
1 parent
89c1fc5a
1.
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/resources/static/pages/base/stationroute/js/routes-operation.js
| ... | ... | @@ -2028,6 +2028,7 @@ var RoutesOperation = (function () { |
| 2028 | 2028 | addStationRoute.id = station.id; |
| 2029 | 2029 | addStationRoute.stationCode = station.stationCode; |
| 2030 | 2030 | addStationRoute.stationName = station.stationName; |
| 2031 | + addStationRoute.centerPointWkt = position.lng + ' ' + position.lat; | |
| 2031 | 2032 | layer.msg('已选定站点!'); |
| 2032 | 2033 | } else { |
| 2033 | 2034 | delete addStationRoute.id; | ... | ... |