Skip to content
Snippets Groups Projects
Commit 8045a2c9 authored by Richard's avatar Richard
Browse files

altered some things

parent 92977e77
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@ Ext.define('app.controller.Main', {
},
callRemoveImages: function() {
//console.log('hide removeimages');
//this.getOverlay().hide();
console.log('hide removeimages');
this.getOverlay().hide();
},
prevImage: function(){
......@@ -65,10 +65,10 @@ Ext.define('app.controller.Main', {
},
closeoverlay: function() {
// console.log('call removeimages');
// console.log(this.getOverlay());
// this.getMapView().removeImages();
// this.getOverlay().hide();
console.log('call removeimages');
console.log(this.getOverlay());
this.getMapView().removeImages();
this.getOverlay().hide();
},
setMap: function(extmap, map){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment