[fusion-trac] #127: MapTips widget for MapServer

Fusion trac_fusion at osgeo.org
Tue Dec 2 17:17:38 EST 2008


#127: MapTips widget for MapServer
-------------------------+--------------------------------------------------
 Reporter:  pagameba     |         Owner:  pdeschamps
     Type:  enhancement  |        Status:  new       
 Priority:  P1           |     Milestone:  2.0       
Component:  Widgets      |       Version:  1.0.7     
 Severity:  Major        |    Resolution:            
 Keywords:               |   External_id:            
    State:  Analysing    |       Browser:  All       
       Os:  All          |  
-------------------------+--------------------------------------------------
Comment (by mpfister):

 Here's what I used to hide the maptips during redraw.

 {{{this.getMap().registerForEvent(Fusion.Event.MAP_BUSY_CHANGED,
 this.busyChanged.bind(this));}}}

 and


 {{{
  busyChanged: function() {
         if (this.getMap().isBusy()){
         this.bIsVisible = false;
         this.hideMaptip();
         }
     },
 }}}

 As stated above, this keeps the maptips from showing while the map is
 redrawing.

-- 
Ticket URL: <http://trac.osgeo.org/fusion/ticket/127#comment:5>
Fusion <http://trac.osgeo.org/fusion>
Fusion is a web-mapping application development framework for MapServer and MapGuide OS.


More information about the fusion-trac mailing list