Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
FloodSimulation-Browser
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
FloodSimulation-Browser
Commits
8045a2c9
Commit
8045a2c9
authored
May 07, 2012
by
Richard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
altered some things
parent
92977e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
www/app/controller/Main.js
www/app/controller/Main.js
+6
-6
No files found.
www/app/controller/Main.js
View file @
8045a2c9
...
...
@@ -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
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment