Commit 91c38c16829693a61dfc72990f044e9d0478727d
1 parent
19a651f6
1.
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/static/real_control_v2/mapmonitor/js/real.js
| ... | ... | @@ -49,8 +49,8 @@ var mapmonitor_load_ep = EventProxy.create('load_iMap', 'load_baidu', 'load_gaod |
| 49 | 49 | var gb_map_consts = { |
| 50 | 50 | mapContainer: '#real_map_container', |
| 51 | 51 | center_point: { |
| 52 | - lng: 103.52514, | |
| 53 | - lat: 30.589808 | |
| 52 | + lng: 113.64312, | |
| 53 | + lat: 28.16375 | |
| 54 | 54 | } |
| 55 | 55 | }; |
| 56 | 56 | ... | ... |