[fusion-trac] #626: KML/KMZ download from redline is useless when map CS is WGS84.PseudoMercator

Fusion trac_fusion at osgeo.org
Tue Sep 23 17:41:56 PDT 2014


#626: KML/KMZ download from redline is useless when map CS is
WGS84.PseudoMercator
-----------------------+----------------------------------------------------
   Reporter:  zhanga   |       Owner:  madair   
       Type:  defect   |      Status:  new      
   Priority:  P3       |   Milestone:  2.3      
  Component:  Widgets  |     Version:  2.2 - RC1
   Severity:  Minor    |    Keywords:           
External_id:           |       State:  New      
    Browser:  All      |          Os:  All      
-----------------------+----------------------------------------------------

Comment(by zhanga):

 Hi Jackie, thank you very much for the fix. The patch works well in my
 test. One more thing: the DownloadMarkupAsKml is using the deprecated open
 method of MgMap:
 {{{
         $map = new MgMap();
         $map->Open($resourceService, $this->args['MAPNAME']);
 }}}
 Could you please update it to
 {{{
         $map = new MgMap($this->site);
         $map->Open($this->args['MAPNAME']);
 }}}
 Thank you!

-- 
Ticket URL: <http://trac.osgeo.org/fusion/ticket/626#comment:4>
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