[fusion-trac] #580: Points of Interest widget

Fusion trac_fusion at osgeo.org
Thu Jun 27 22:02:03 PDT 2013


#580: Points of Interest widget
---------------------------+------------------------------------------------
   Reporter:  jng          |       Owner:  jng   
       Type:  enhancement  |      Status:  new   
   Priority:  P2           |   Milestone:  Future
  Component:  Widgets      |     Version:  2.0   
   Severity:  Major        |    Keywords:        
External_id:               |       State:  New   
    Browser:  All          |          Os:  All   
---------------------------+------------------------------------------------
 Add a new widget which presents a list of pre-defined zoom locations as
 defined by the author.

 Zoom locations can be defined in the Extension element of this widget like
 so:

 {{{

 <PointOfInterest>
     <Label>My point of interest 1</Label>
     <Zoom>
         <X>-87.2345</X>
         <Y>43.2387</Y>
         <Scale>500</Scale>
     </Zoom>
 </PointOfInterest>
 <PointOfInterest>
     <Label>My point of interest 2</Label>
     <Zoom>
         <X>-87.2645</X>
         <Y>43.2324</Y>
         <Scale>1500</Scale>
     </Zoom>
 </PointOfInterest>

 }}}

 When displayed within a dockable toolbar, it will be a menu (ala.
 BasemapSwitcher) with the following items

  * My point of interest 1
  * My point of interest 2

 Clicking on any of the items will take you to the specified location at
 the specified scale.

-- 
Ticket URL: <http://trac.osgeo.org/fusion/ticket/580>
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