|
@@ -61780,7 +61780,8 @@ and limitations under the License.
|
|
this.clearRefreshTimers(),
|
|
this.clearRefreshTimers(),
|
|
this.fetchCurrentUser().then((function() {
|
|
this.fetchCurrentUser().then((function() {
|
|
//$('sidebar-menu-item li').has('span[data-original-title="控制点"]').hide()
|
|
//$('sidebar-menu-item li').has('span[data-original-title="控制点"]').hide()
|
|
- window.eventBus.emit('my-event');
|
|
|
|
|
|
+ //window.eventBus.emit('my-event');
|
|
|
|
+ IV.SidebarMenuService.closeMenu()
|
|
return t.sendAuthenticationChanged()
|
|
return t.sendAuthenticationChanged()
|
|
}
|
|
}
|
|
))
|
|
))
|
|
@@ -131755,6 +131756,7 @@ and limitations under the License.
|
|
}
|
|
}
|
|
,
|
|
,
|
|
t.prototype.getZoomLevel = function() {
|
|
t.prototype.getZoomLevel = function() {
|
|
|
|
+
|
|
return this.addingLocation && this.isLocationFieldValid("longitude") && this.isLocationFieldValid("latitude") ? t.DEFAULT_ZOOM_LEVEL : 0
|
|
return this.addingLocation && this.isLocationFieldValid("longitude") && this.isLocationFieldValid("latitude") ? t.DEFAULT_ZOOM_LEVEL : 0
|
|
}
|
|
}
|
|
,
|
|
,
|
|
@@ -206681,6 +206683,7 @@ and limitations under the License.
|
|
var t = this.ViewService.mapView.getDefaultViewport()
|
|
var t = this.ViewService.mapView.getDefaultViewport()
|
|
, e = this.ViewService.mapView.getCamera()
|
|
, e = this.ViewService.mapView.getCamera()
|
|
, n = t.getWidth() / (e.right - e.left);
|
|
, n = t.getWidth() / (e.right - e.left);
|
|
|
|
+ alert(Number(n.toFixed(4)))
|
|
return Number(n.toFixed(4))
|
|
return Number(n.toFixed(4))
|
|
},
|
|
},
|
|
enumerable: !0,
|
|
enumerable: !0,
|
|
@@ -207499,6 +207502,11 @@ and limitations under the License.
|
|
}
|
|
}
|
|
return t.prototype.initSideMenuItem = function() {
|
|
return t.prototype.initSideMenuItem = function() {
|
|
var j = this
|
|
var j = this
|
|
|
|
+ console.log('!!!!!')
|
|
|
|
+
|
|
|
|
+ IV.SidebarMenuService = j.SidebarMenuService
|
|
|
|
+
|
|
|
|
+ console.log(IV)
|
|
window.eventBus = new EventBus();
|
|
window.eventBus = new EventBus();
|
|
window.eventBus.on('my-event', function () {
|
|
window.eventBus.on('my-event', function () {
|
|
|
|
|