Re: [mapserver-users] Testing KML support

2010-05-20 Thread Yewondwossen Assefa
Hi Peter, I have updated the RFC after some cleanup in the code (http://svn.osgeo.org/mapserver/branches/branch-5-6/docs/en/development/rfc/ms-rfc-58.txt). Note also that there is a componenent Output-KML in MapServer trac (http://trac.osgeo.org/mapserver/), for reporting issues. best

RE: Re: [mapserver-users] Testing KML support

2010-05-10 Thread Peter Hopfgartner
it over a simple test map file KML is produced, seems to produce reasonable results. Regards Peter Yewondwossen Assefa yass...@dmsolutions.ca wrote Subject: Re: [mapserver-users] Testing KML support Date: 07.05.2010 23:02 Hi Peter, There is supposed to be --with-kml. I have

Re: [mapserver-users] Testing KML support

2010-05-10 Thread Daniel Morissette
Peter Hopfgartner wrote: I've fixed this (adding simply a cast, I'm not sure that this is the correct approach): --- mapkmlrenderer.cpp (revision 10149) +++ mapkmlrenderer.cpp (working copy) @@ -372,7 +372,7 @@ tmpUrl = strdup( img-imageurl); tmpUrl =

Re: [mapserver-users] Testing KML support

2010-05-07 Thread Yewondwossen Assefa
Hi Peter, There is supposed to be --with-kml. I have added the OUTPUT=KML if built with the flag. Note that the driver is still in development/cleanup state. I will update the RFC (http://mapserver.org/development/rfc/ms-rfc-58.html) once this phase is over. regards, On 07/05/2010 12:23