Re: [mapserver-users] Visualizing the MapServer 6.0 release..

2011-05-16 Thread Ben Madin
Truly excellent - very neat. cheers Ben On 18/05/2011, at 12:00 AM, mapserver-users-requ...@lists.osgeo.org wrote: > From: Jeff McKenna > Date: 17 May 2011 2:45:45 AM AWST > To: MapServer > Subject: [mapserver-users] Visualizing the MapServer 6.0 release.. > > > Watch the changes to MapSer

Re: [mapserver-users] Visualizing the MapServer 6.0 release..

2011-05-16 Thread Mr. Puneet Kishor
On May 16, 2011, at 1:45 PM, Jeff McKenna wrote: > Watch the changes to MapServer from the year 2000 all the way up to the 6.0 > release! http://vimeo.com/gatewaygeomatics/mapserver6-0 Dunno what it means, but looks awesome. > > (created with Gource & ffmpeg through the SVN logs) > > -jef

[mapserver-users] Visualizing the MapServer 6.0 release..

2011-05-16 Thread Jeff McKenna
Watch the changes to MapServer from the year 2000 all the way up to the 6.0 release! http://vimeo.com/gatewaygeomatics/mapserver6-0 (created with Gource & ffmpeg through the SVN logs) -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ _

[mapserver-users] Re: Rendering Challenges - GEOMTRANSFORM

2011-05-16 Thread Brent Fraser
On 5/13/2011 6:30 AM, Lime, Steve D (DNR) wrote: Cool. I committed that patch in trunk in what will be 6.2 if folks are interested. I'll add a few other functions too (see ticket #3871). Regarding other uses, sure it's possible. We'd need to add the GEOMTRANSFORM processing to labels and exec

RE: [mapserver-users] Question on rfc 86

2011-05-16 Thread Lime, Steve D (DNR)
I think you can and should use MIN/MAXSCALE when deciding to include features from source layers into the union'd layer but the others mentioned should be ignored IMHO. There's no easy way (I would think) to carry them through to the union'd layer. Those values should only be honored when set in

Re: [mapserver-users] Please help

2011-05-16 Thread Carlos Ruiz
Jude, This is how I have it configured in my server:     WEB         IMAGEURL "/temp/"         IMAGEPATH "/var/www/html/temp/"     END As you can see, I'm using the abolute path. Cheers from México IC Carlos Ruiz From: Worth Lutz To: 'jude mwenda' ; map

Re: [mapserver-users] Question on rfc 86

2011-05-16 Thread Jana Golinowski
Good point. I've just been waiting for someone more proficient than me, who confirms that this approach makes sense ;-) Best regards, Tamas 2011/5/16 Daniel Morissette > On 11-05-14 03:21 PM, Tamas Szekeres wrote: However the desired scale range

Re: [mapserver-users] Question on rfc 86

2011-05-16 Thread Daniel Morissette
On 11-05-16 08:56 AM, Tamas Szekeres wrote: Hi Daniel, Good point. I've just been waiting for someone more proficient than me, who confirms that this approach makes sense ;-) Well, that's my thinking, but we could also see what others on the -dev list think before making the final call. --

[mapserver-users] compilation error

2011-05-16 Thread ahmet temiz
hello I tried to comple ms-6.0 in ubuntu 10.1 What might be the reason of this error. ./libmapserver.a(mapimageio.o): In function `savePalettePNG': /usr/local/mapserver-6.0.0/mapimageio.c:274: undefined reference to `png_set_longjmp_fn' ./libmapserver.a(mapimageio.o): In function `saveAsPNG': /us

Re: [mapserver-users] Question on rfc 86

2011-05-16 Thread Tamas Szekeres
Hi Daniel, Good point. I've just been waiting for someone more proficient than me, who confirms that this approach makes sense ;-) Best regards, Tamas 2011/5/16 Daniel Morissette > On 11-05-14 03:21 PM, Tamas Szekeres wrote: > >> However the desired scale range (MINSCALEDENOM, MAXSCALEDENOM)

Re: [mapserver-users] Question on rfc 86

2011-05-16 Thread Daniel Morissette
On 11-05-14 03:21 PM, Tamas Szekeres wrote: However the desired scale range (MINSCALEDENOM, MAXSCALEDENOM) could indeed be taken into account when accessing the source layers, by using a minor change. If that's not the case already then I think MINSCALEDENOM, MAXSCALEDENOM from the source lay

RE: [mapserver-users] Please help

2011-05-16 Thread Worth Lutz
Try changing: WEB TEMPLATE "template.html" IMAGEPATH "/var/www/judemaps/output/" IMAGEURL "/output/" END To: WEB TEMPLATE "template.html" IMAGEPATH "/var/www/judemaps/output/" IMAGEURL "/judemaps/output/" END _ From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-