Re: [mapserver-users] R

2009-06-10 Thread David Nugent
On Thu, 11 Jun 2009 15:23:27 +1000, I wrote: If you're already pulling from a view, you might want to consider three views: interstates highways local roads (or how ever you layer it) Yep, that is what I was originally doing, but I broke it by purposely combining all road layers to make j

Re: [mapserver-users] cartographic lines

2009-06-10 Thread David Nugent
On Thu, 11 Jun 2009 15:42:03 +1000, I wrote: On Thu, 11 Jun 2009 14:58:47 +1000, Thomas Bonfort wrote: a variation of this a couple of weeks back I kept getting the mapserver message: "Cartoline drawing is deprecated with AGG", so I figured that wasn't the correct way to do it. :-) Just

Re: [mapserver-users] cartographic lines

2009-06-10 Thread Thomas Bonfort
> What does mapserver consider a "cartoline symbol"? A single point elipse or > something similar? any symbol with TYPE CARTOLINE in it, simple no? :) regards, thomas > > Assuming it is a specific type of symbol in the symbolset, I could try > removing any that qualify and see what breaks... > >

Re: [mapserver-users] Rendering order of objects in a layer

2009-06-10 Thread David Nugent
On Thu, 11 Jun 2009 15:42:10 +1000, Thomas Bonfort wrote: I will try playing with ordering in the DATA property as Thomas suggests. I wasn't aware it would handle "order by" (but only too aware that while being "sql like" it isn't exactly sql :-)). it is *exactly sql* : that query str

Re: [mapserver-users] Rendering order of objects in a layer

2009-06-10 Thread Thomas Bonfort
> > I will try playing with ordering in the DATA property as Thomas suggests. I > wasn't aware it would handle "order by" (but only too aware that while being > "sql like" it isn't exactly sql :-)). it is *exactly sql* : that query string is being sent to your database, so you can do joins, groupb

Re: [mapserver-users] cartographic lines

2009-06-10 Thread David Nugent
On Thu, 11 Jun 2009 14:58:47 +1000, Thomas Bonfort wrote: a variation of this a couple of weeks back I kept getting the mapserver message: "Cartoline drawing is deprecated with AGG", so I figured that wasn't the correct way to do it. :-) Just to follow this up... yes, I do get the error mes

Re: [mapserver-users] Rendering order of objects in a layer

2009-06-10 Thread David Nugent
On Thu, 11 Jun 2009 02:08:54 +1000, Dan Little wrote: If you're already pulling from a view, you might want to consider three views: interstates highways local roads (or how ever you layer it) Yep, that is what I was originally doing, but I broke it by purposely combining all road laye

Re: [mapserver-users] cartographic lines

2009-06-10 Thread Thomas Bonfort
>> >> Thanks, I'll give it a shot and post the results. IIRC though when I tried >> a variation of this a couple of weeks back I kept getting the mapserver >> message: "Cartoline drawing is deprecated with AGG", so I figured that >> wasn't the correct way to do it. :-) > > Just to follow this up...

Re: [mapserver-users] cartographic lines

2009-06-10 Thread David Nugent
On Tue, 09 Jun 2009 16:21:32 +1000, David Nugent wrote: On Tue, 09 Jun 2009 14:06:09 +1000, Rahkonen Jukka wrote: Thomas Bonfort seems to do it this way: CLASS EXPRESSION "primary" STYLE WIDTH 14 OUTLINECOLOR "#B7AC9A" OUTLINEWIDTH 1

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Tamas Szekeres
2009/6/10 Brian Fischer > My tests where with shapefiles as well and I was using the MS4W 3.0 Beta > 2 download. I was not doing anything fancy with IIS just tried to upgrade > an existing application that is working fine with 5.2 to 5.4. I think if > you were to test with the MS4W 3.0 beta re

Re: [mapserver-users] Rendering order of objects in a layer

2009-06-10 Thread Thomas Bonfort
three different layers is not optimal, as the outlines won't join nicely together (of course, if you aren't using outlines, then no problem). You can do this in mapserver with a postgis query: DATA "the_geom from (select gid, the_geom, ... from roads order by importance asc )as foo using unique g

RE: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Brian Fischer
My tests where with shapefiles as well and I was using the MS4W 3.0 Beta 2 download. I was not doing anything fancy with IIS just tried to upgrade an existing application that is working fine with 5.2 to 5.4. I think if you were to test with the MS4W 3.0 beta release that hopefully would produ

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Paul james
I tested with a Shapefile, same bug with 5.4 and CGI Working fine with fastcgi... Paul On Wed, Jun 10, 2009 at 1:14 PM, Tamas Szekeres wrote: > It would anyway be helpful if you could describe the steps to reproduce the > issue. I'm afraid I won't be able to find out the problem without in

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Tamas Szekeres
It would anyway be helpful if you could describe the steps to reproduce the issue. I'm afraid I won't be able to find out the problem without inspecting that locally by using a debug version of the builds. There have been a lot of changes between 5.2 and 5.4 so it's quite difficult to identify the

Re: [mapserver-users] Rendering order of objects in a layer

2009-06-10 Thread Dan Little
If you're already pulling from a view, you might want to consider three views: interstates highways local roads (or how ever you layer it) Then create three separate layers for each one of the views. - Original Message > From: David Nugent > To: mapserver-users@lists.osgeo.org > Sent

RE: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Brian Fischer
I would agree with Paul. I am running 5.2 and previous version just fine as well. Brian Fischer, CFM GIS Project Manager Houston Engineering, Inc. Phone: W: 763.493.4522 / M: 763.229.2734 From: Paul james [mailto:paulj...@gmail.com] Sent: Wednesday, June 10, 2009 8:46 AM To: Tamas Szekeres Cc:

Re: [mapserver-users] Re: Upgrading 5.2 -> 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Paul james
I don´t think its related to security settings... I can run the CGI on 5.2 ... And as well with fastcgi on 5.4 ... Anyway I gave all permission to all user in mapserver directory and app directory... Nothing changes... Anyone test that with Postgis layer? I´m trying to get a shapefile to test ...

[mapserver-users] Rendering order of objects in a layer

2009-06-10 Thread David Nugent
Hello all, Is there any way in which the rendering order of objects in a layer can be determined by mapserver? For example, I want to ensure that major roads (highways, arterials) are rendered after local/minor/unimproved roads when all are rendered as a single layer; which tends to make

[mapserver-users] RE: Upgrading 5.2 -> 5.4 generating CGI error (5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Passmore, James H
I'm not sure if this helps anyone debug this issue, but I used MS4W 2.3.1 and then MapServer version 5.4.0-rc2 to obtain my binaries. I have these working on Microsoft Server 2003 / IIS 6 with shapefiles as my data to provide a WMS e.g. http://194.66.252.156:81/cgi-bin/BGS_Bedrock_and_Superficia