|
@@ -571,17 +571,17 @@ var LookupGeoLocation = function(main_view, main_scene, map_view) {
|
|
|
|
|
|
function default_proj4() {
|
|
|
proj4_setting = [{
|
|
|
- geo_name: '本地坐标',
|
|
|
- geo_proj4: 'local'
|
|
|
- }, {
|
|
|
- geo_name: '大地2000坐标',
|
|
|
- geo_proj4: 'world'
|
|
|
- }
|
|
|
- // , {
|
|
|
- // geo_name: 'EPSG 4549:CGCS2000 / 3-degree Gauss-Kruger CM 120E',
|
|
|
- // geo_proj4: '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs'
|
|
|
- // }
|
|
|
- ];
|
|
|
+ geo_name: '本地坐标',
|
|
|
+ geo_proj4: 'local'
|
|
|
+ }, {
|
|
|
+ geo_name: '大地2000坐标',
|
|
|
+ geo_proj4: 'world'
|
|
|
+ }
|
|
|
+ // , {
|
|
|
+ // geo_name: 'EPSG 4549:CGCS2000 / 3-degree Gauss-Kruger CM 120E',
|
|
|
+ // geo_proj4: '+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs'
|
|
|
+ // }
|
|
|
+ ];
|
|
|
}
|
|
|
IV.custom.init_coord = function() {
|
|
|
|
|
@@ -897,7 +897,7 @@ var addMinMap = function(main_view, main_scene, map_view) {
|
|
|
var menuItems = IV.getMenuItems();
|
|
|
|
|
|
var newItem = {
|
|
|
- title: "GPS设置",
|
|
|
+ title: "控制点",
|
|
|
icon: {
|
|
|
className: "fa fa-thumb-tack"
|
|
|
},
|
|
@@ -1018,7 +1018,7 @@ var Setting = function() {
|
|
|
var highlightSiteModelLayer = new HighlightSiteModelLayer(main_view, main_scene, map_view, map_scene);
|
|
|
map_view.addToScene(highlightSiteModelLayer);
|
|
|
}
|
|
|
- if(userService.isAdmin()){
|
|
|
+ if (userService.isAdmin()) {
|
|
|
var myMap = new addMinMap(main_view, main_scene, map_view, map_scene);
|
|
|
main_view.addToScene(myMap);
|
|
|
}
|