Re: [mapserver-users] Installing MapServer 6.2 on IIS7.5

2013-02-13 Thread Michael Hinke
Thank you Jeff. Will do. M. On Wed, Feb 13, 2013 at 5:13 AM, Jeff McKenna jmcke...@gatewaygeomatics.com wrote: Thanks for using the wiki Umberto! Neil/Michael: as you travel down the path please add to Donald's wonderful notes in the wiki:

[mapserver-users] msAddLabel(): General error message. msAddLabel error: missing style definition

2013-02-13 Thread Hishan Melanga
I am a complete newbie to map server. Currently I am trying to generate a map by looking at this article. https://github.com/mapserver/mapserver/wiki/RenderingOsmDataWindows#wiki-map-gen in there in the 10th step I have to use shp2img -m osm-google.map -o output.png -map_debug 3 command. After

[mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
Hi all, I'm having problems updating to 6.2.0. I can get perl mapscript to compile and install ok, but when I try to run anything: # perl dump.pl perl: symbol lookup error: /usr/local/lib64/perl5/auto/mapscript/mapscript.so: undefined symbol: msSetup Any hints what might be wrong?

Re: [mapserver-users] msAddLabel(): General error message. msAddLabel error: missing style definition

2013-02-13 Thread Jeff McKenna
On 13-02-13 2:40 PM, Hishan Melanga wrote: I am a complete newbie to map server. Currently I am trying to generate a map by looking at this article. https://github.com/mapserver/mapserver/wiki/RenderingOsmDataWindows#wiki-map-gen in there in the 10th step I have to use shp2img -m

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
On 2/13/2013 1:19 PM, Umberto Nicoletti wrote: Did you run make install in the MapServer top level directory? Umberto On Feb 13, 2013 7:52 PM, Andy Colson a...@squeakycode.net mailto:a...@squeakycode.net wrote: Hi all, I'm having problems updating to 6.2.0. I can get perl mapscript

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
I was not doing a toplevel make install, so it didnt copy libmapserver-6.2.0.so. But, even after fixing my script, and installing: usr/local/lib64/perl5/auto/mapscript/mapscript.so usr/lib/libmapserver.la usr/lib/libmapserver-6.2.0.so I get the same error. Also: ldd

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
Ah. I figured it out. I have to make and make install from top level first, so that libmapserver.so is found, BEFORE I go into mapscript/perl and make/make install. That'll make building a package a little more difficult. Maybe if I play with the path's I wont have to actually install it

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Umberto Nicoletti
Perhaps then you've hit this issue: https://github.com/mapserver/mapserver/issues/4528 Let me know and I'll make sure to push it forward asap. br, Umberto On Wed, Feb 13, 2013 at 9:03 PM, Andy Colson a...@squeakycode.net wrote: I was not doing a toplevel make install, so it didnt copy

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
Yep, exactly what I hit. And if there is a patch for it, I'll just wait on my packaging. Awesome! Thanks -Andy On 2/13/2013 2:25 PM, Umberto Nicoletti wrote: Perhaps then you've hit this issue: https://github.com/mapserver/mapserver/issues/4528 Let me know and I'll make sure to push it

Re: [mapserver-users] QGIS vs Mapserver someone use wrong scale ?

2013-02-13 Thread Carlos Ruiz
Andrea, I'm having the same problem with scales working with a WMS layer and QGIS. I've defined my layer like this:     LAYER         NAME 2011         TYPE RASTER         STATUS DEFAULT                 ...                         MINSCALEDENOM 25         MAXSCALEDENOM 500 END I