Re: [mapserver-users] Mapscript Java Interface for 64 Bit Java Version?

2012-06-13 Thread Umberto Nicoletti
Jacob, 64-bit is supported only there are no binaries for Windows (at least that I know of). You could try build it yourself by following these instructions: http://mapserver.org/installation/win32.html hth, Umberto On Mon, Jun 11, 2012 at 1:44 PM, Jacob Mendt

Re: [mapserver-users] Mapscript Java Interface for 64 Bit Java Version?

2012-06-13 Thread Tamas Szekeres
Jacob, As far as I remember the gisinternals build server compiles java mapscript for x64. http://www.gisinternals.com/sdk/ Best regards, Tamas 2012/6/11 Jacob Mendt jacob.me...@mailbox.tu-dresden.de Hello List. I appreciate the work which is done around the mapserver. Right now I

Re: [mapserver-users] Mapscript Java Interface for 64 Bit Java Version?

2012-06-13 Thread Umberto Nicoletti
Tamas, thanks for the link. Recently I was working on: https://github.com/mapserver/mapserver/issues/4231 and had some trouble with Windows builds because I simply don't have a build env for Windows and had to ask jmckenna to pull and build for me. So I ended up with a gcc only fix. Any chance

Re: [mapserver-users] Mapscript Java Interface for 64 Bit Java Version?

2012-06-13 Thread Tamas Szekeres
Hi Umberto, If you have msvc installed, you can use the corresponding sdk package (from this site) to do a command line build. For details see the readme file. Best regards, Tamas 2012/6/13 Umberto Nicoletti umberto.nicole...@gmail.com Tamas, thanks for the link. Recently I was working

Re: [mapserver-users] shortest_path query

2012-06-13 Thread Eichner, Andreas - SID-NLKM
You need to create a LineString geometry using a spatial aggregate like ST_MakeLine() first. Consider reading the pgRouting documentation, f.e. http://www.pgrouting.org/docs/howto/mapserver.html -Ursprüngliche Nachricht- Von: mapserver-users-boun...@lists.osgeo.org

Re: [mapserver-users] Mapserver as WMS client, legend pass-through . . .

2012-06-13 Thread Daniel Morissette
On 12-06-13 10:22 AM, Basques, Bob (CI-StPaul) wrote: Barend, The Legend Chip is my name for a legend image (as generated by Mapserver), geomoose builds a Legend on a per layer basis from a call to MapServer. So since the WMS image call goes through MapServer, we use MapServer for Legend as