RE: [mapserver-users] SOS response XML validity

2009-02-17 Thread Massimo Ferraguto
Very good, thanks for the reply, so we'll have to wait for the fix Best regards, Massimo Ferraguto -Original Message- From: Kralidis,Tom [Ontario] [mailto:tom.krali...@ec.gc.ca] Sent: Mon 16 February 2009 17:01 To: Massimo Ferraguto; mapserver-users@lists.osgeo.org Subject: RE:

[mapserver-users] incorrect minscale using php mapscript

2009-02-17 Thread Sven Schroeter
Hi all, I'm using php mapscript (MS 5.2.1 on Windows) in my client and have problems with the minscale from the WEB-Section of my mapfile. For example if I set MINSCALE 1 on an imgsize with 1618 x 907 pixels the minscale for creating an image is 17848 on an imgsize with 822 x 503

Re: [mapserver-users] Status on ticket 2582?

2009-02-17 Thread paalkr
Hi! Thanks Daniel for taking responsibility for this issue, which has been around for far to long :-) I agree that ticket 1952 discusses a more flexible functionality, but I don't think we need to make this more complicated than it is already. I can't see a situation where you would like to hide

[mapserver-users] Pyhton mapscript import error

2009-02-17 Thread gautamvs
I am getting error while importing mapscript in python snip import mapscript Traceback (most recent call last): File stdin, line 1, in ? File mapscript.py, line 7, in ? import _mapscript ImportError: /usr/local/lib/python2.4/site-packages/_mapscript.so: undefined symbol: _ZN3agg6gse5x7E

RE: [mapserver-users] Scalebar (and C# mapscript) issue

2009-02-17 Thread Hulbert, Brian
Murty, It works fine for me using MapServer 5.0.2 with an equirectangular projection using a WGS84 geoid reference whether I'm zoomed to a world view or to a street-level view. Be sure you are setting the scalebar units member accordingly in C#. For example, scalebar.units =

RE: [mapserver-users] Scalebar (and C# mapscript) issue

2009-02-17 Thread Murty Maganti
Hi Brian I had verified my code and there is no issue setting the units correctly in C#. In fact, I see the same issue setting the units to feet in map file directly. It seems there is some rounding issue when the scale values are too large. Please see the ticket

Re: [mapserver-users] Question re: city points layers and markers

2009-02-17 Thread Stephen Woodbridge
Gregory Collins wrote: Hello all, Sorry if this question has an answer in the existing documentation but I've been struggling for days and can't find a solution. I'm trying to render a city points layer on a regional-level map. I want point markers to be placed for all of the cities which are

Re: [mapserver-users] Question re: city points layers and markers

2009-02-17 Thread Gregory Collins
Stephen Woodbridge wood...@swoodbridge.com writes: Gregory Collins wrote: Hello all, Sorry if this question has an answer in the existing documentation but I've been struggling for days and can't find a solution. I'm trying to render a city points layer on a regional-level map. I want

[mapserver-users] trying new label positioning - no change

2009-02-17 Thread William Kyngesburye
I'm trying the new label positioning improvements for polygons in trunk from http://trac.osgeo.org/mapserver/ticket/606 but AUTO seems to be ignoring the initial CC in the new ordering - with no collisions with other labels, all polygons are labelled at the UL corner of the polygon

[mapserver-users] help on SQL Server 2008 + C# map script

2009-02-17 Thread Murty Maganti
Hi After firing queryByShape() on SQL Server 2008 layer, getting junk characters for those field which are null (or have no value) in the database. Shows fine for those fields with some value. When I run any sample query on the table in query analyzer, I see the output as {null}. If

Re: [mapserver-users] Status on ticket 2582?

2009-02-17 Thread Martin Kofahl
Hm, I'm not certain sure if MS_DELETE is really a good value for the STATUS key. It's more an attribute ... 'STATUS ON, MS_DELETE'. Using MS_DELETE coequal with OFF would break the DEFAULT value which is quite useful when avoiding grouped layers -- I don't like nesting in the Capabilities

Re: [mapserver-users] help on SQL Server 2008 + C# map script

2009-02-17 Thread Tamas Szekeres
I guess it's due to a problem in the mssql driver which doesn't properly handle the null value condition. Please file a ticket about this issue and I'll look into the details shortly. Best regards, Tamas 2009/2/17 Murty Maganti mmaga...@oriongis.com Hi After firing queryByShape() on

[mapserver-users] Problem with loading map file using C# map script

2009-02-17 Thread Murty Maganti
Hi I have a issue loading a map file through map script and need help. I have two map info (tab) files with same name but in two different folders. I have two map files each containing each layer. I am loading these map files using C# map script (each map file is loaded in to a separate

Re: [mapserver-users] Problem with loading map file using C# map script

2009-02-17 Thread Tamas Szekeres
Hmmm. I haven't found such an issue before. If you could post an example that would be helpful to reproduce this. Best regards, Tamas 2009/2/18 Murty Maganti mmaga...@oriongis.com Hi I have a issue loading a map file through map script and need help. I have two map info (tab) files

Re: [mapserver-users] Pyhton mapscript import error

2009-02-17 Thread Guillaume Sueur
Hi, python mapscript + agg is a real pain I grabbed a howto file some months ago, on PerryGeo blog (http://www.perrygeo.net/wordpress/) find it here as attachment it works fine. I've just tested it again few minutes ago. Regards Guillaume gautamvs a écrit : I am getting error while

[mapserver-users] Re: Mapserver layer selects - resolved

2009-02-17 Thread Stephen Davies
I have finally resolved this issue by upgrading to 8.3.6 and then dropping and recreating the relevant GIST geometry index. Could this be a manifestation of the GIST bug fixed in 8.3.6? Cheers, Stephen On Saturday 14 February 2009 13:55:08 Stephen Davies wrote: Further to my earlier question.

Re: [mapserver-users] trying new label positioning - no change

2009-02-17 Thread Steve Lime
William: In my testing a polygon layer is definitely starting at position CC. Any chance you're using an annotation layer here? I have found an issue if that's the case. The decision to using one set of positions vs another is made based on the layer type NOT the geometry type. So annotation

Re: [mapserver-users] trying new label positioning - no change

2009-02-17 Thread William Kyngesburye
On Feb 17, 2009, at 11:02 PM, Steve Lime wrote: William: In my testing a polygon layer is definitely starting at position CC. Any chance you're using an annotation layer here? I have found an issue if that's the case. The decision to using one set of positions vs another is made based on

Re: [mapserver-users] trying new label positioning - no change

2009-02-17 Thread Steve Lime
Comments inline... William Kyngesburye wokl...@kyngchaos.com 02/17/09 11:34 PM On Feb 17, 2009, at 11:02 PM, Steve Lime wrote: William: In my testing a polygon layer is definitely starting at position CC. Any chance you're using an annotation layer here? I have found an issue if

Re: [mapserver-users] trying new label positioning - no change

2009-02-17 Thread William Kyngesburye
On Feb 18, 2009, at 12:15 AM, Steve Lime wrote: I did notice when poking around in the source that the labelling routines didn't know about the geometry of individual features. In my own early (v4.4) attempts at reordering the positions for polys (before the recent changes) I added a

[mapserver-users] Loading Geotiff to PostGIS

2009-02-17 Thread feigle
Hi all, I got one hill to climb when deloping application using mapserver. I The porblem is, how to store raster data in PostGIS/Postgres SQL. There are multiple ideas I am working on right now I have many satellite raster data in geotiff format (one image data is about 1 GB), I am trying