Re: [mapserver-users] Help with NQuery error (CGI)

2009-10-30 Thread Paul james
Hey Steve... Yes I had... QUERYMAP COLOR 255 0 0 SIZE -1 -1 STATUS ON STYLE hilite END With Status OFF I got that : Content-type: text/html Using MSSQL2008 Paul On Thu, Oct 29, 2009 at 6:13 PM, Steve Lime steve.l...@dnr.state.mn.uswrote: Do you have a querymap object configured with

RE: [mapserver-users] OSM data rendering using Mapserver

2009-10-30 Thread Fawcett, David
Probably. MAXSCALEDENOM was introduced around version 5.0. Are you using an old version of MapServer? What version are you using? What does your map file look like? David. -Original Message- From: mapserver-users-boun...@lists.osgeo.org

Re: [mapserver-users] Help with NQuery error (CGI)

2009-10-30 Thread Steve Lime
Odd. Unfortunately I can't debug anything related to MSSQL2008, perhaps the driver isn't supporting functions necessary to complete a query? Steve On 10/30/2009 at 6:33 AM, in message 33fad6880910300433i342c619am99935a6078966...@mail.gmail.com, Paul james paulj...@gmail.com wrote: Hey Steve...

Re: [mapserver-users] Help with NQuery error (CGI)

2009-10-30 Thread Paul james
I think so... Is it related with that ticket? http://trac.osgeo.org/mapserver/ticket/3058 Paul On Fri, Oct 30, 2009 at 1:53 PM, Steve Lime steve.l...@dnr.state.mn.uswrote: Odd. Unfortunately I can't debug anything related to MSSQL2008, perhaps the driver isn't supporting functions necessary

Re: [mapserver-users] Help with NQuery error (CGI)

2009-10-30 Thread Steve Lime
Probably. Does a point query work? I reassigned the ticket to the keeper of the SQLServer driver in hopes that it gets attention. Curiously, have you tried 5.6 at all with SQLServer? Steve On 10/30/2009 at 12:22 PM, in message 33fad6880910301022s40c76f88ha011362964e21...@mail.gmail.com, Paul

Re: [mapserver-users] What is the error?

2009-10-30 Thread Steve Lime
Sounds to me like you're version of MapServer does not contain GEOS support. It's required for getArea() and toWKT(). Steve On 10/29/2009 at 11:50 PM, in message 4588.81195...@web33908.mail.mud.yahoo.com, joel ml mpg70221...@yahoo.com.ar wrote: the code is java, version de mapserver

[mapserver-users] PostGIS syntax error

2009-10-30 Thread Ted Spradley
Hi All, Happy Halloween Scenario: I doing a 'mode=query' of a layer that takes the result of the query in the layer template and sends a subsequent 'mode=nquery' request to a different layer in the mapfile. The 'nqueried' layer template then does a

Re: [mapserver-users] PostGIS syntax error

2009-10-30 Thread Paul Ramsey
The format of DATA is 'geocolumn from geosource', so your DATA should be DATA wkb_geometry from (SELECT DISTINCT not DATA wkb_geometry,county,state from (SELECT DISTINCT don't worry, the SQL driver will add calls for those other columns when they are needed. You just need to make

Re: [mapserver-users] PostGIS syntax error

2009-10-30 Thread Ted Spradley
Many thanks Paul! - Original Message - From: Paul Ramsey [via OSGeo.org] To: Ted Spradley Sent: Friday, October 30, 2009 3:44 PM Subject: Re: [mapserver-users] PostGIS syntax error The format of DATA is 'geocolumn from geosource', so your DATA should be DATA

[mapserver-users] problem of building mapserver in windows!

2009-10-30 Thread joel ml
. cl /nologo /Ox /MD /W3  /EHsc /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE -IC:\Projects\mapserver-5.4.2\..\gd-2.0.35