Re: [mapserver-users] labeling streets

2009-06-08 Thread Raivo Alla
Hi, I added red box to visualize line vertices (style geomtransform "start" symbol "box" color 255 0 0 size 6 end) and the result is displayed here: http://picasaweb.google.com/snaperski/Ort#5345215158256974066 Best wishes, Raivo On Tue, Jun 9, 2009 at 9:18 AM, Thomas Bonfort wrote: >

Re: [mapserver-users] cartographic lines

2009-06-08 Thread David Nugent
On Tue, 09 Jun 2009 14:06:09 +1000, Rahkonen Jukka wrote: Hi, Thomas Bonfort seems to do it this way: CLASS EXPRESSION "primary" STYLE WIDTH 14 OUTLINECOLOR "#B7AC9A" OUTLINEWIDTH 1 MINWIDTH 1.5 MAXWIDTH 12

Re: [mapserver-users] labeling streets

2009-06-08 Thread Thomas Bonfort
Raivo, are you sure that your streets only contain one feature? If you are using 5.4+, you can check by appending a geomtransform style to your street layer, to draw a symbol at the beginning of each feature: style geomtransform "start" symbol "circle" color 255 0 0 size 15 end regards,

Re: [mapserver-users] labeling streets

2009-06-08 Thread Raivo Alla
Thank You, so it should be, but somehow in my case it does not work properly. When i have no declaration of MINFEATURESIZE, then the picture looks fine: http://picasaweb.google.com/snaperski/Ort#5345194219497220482 But when I add MINFEATURESIZE AUTO, most labels just disappear, even if they have e

Re: [mapserver-users] cartographic lines

2009-06-08 Thread Rahkonen Jukka
Hi, Thomas Bonfort seems to do it this way: CLASS EXPRESSION "primary" STYLE WIDTH 14 OUTLINECOLOR "#B7AC9A" OUTLINEWIDTH 1 MINWIDTH 1.5 MAXWIDTH 12 END STYLE WIDTH 14 COLOR "#7

[mapserver-users] cartographic lines

2009-06-08 Thread David Nugent
Hello all, i've come across a cosmetic issue I'm trying to solve and looking for advice. Specifically this relates to drawing street/road lines, although I guess it relates to any type of cartographic line. I'm using mapserver 5.4.1 using AGG renderer with quantize enabled: OUTPUTFORMAT

RE: [mapserver-users] PHP mapscript and getResult()

2009-06-08 Thread Worth Lutz
Did this get added into PHP mapscript in the 5.4.1 release? If so, is it a layer object method? -Original Message- From: Yewondwossen Assefa [mailto:yass...@dmsolutions.ca] Sent: Monday, April 06, 2009 1:54 PM To: Worth Lutz Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-use

[mapserver-users] CGI issue

2009-06-08 Thread mledfor
Hello, I compiled mapserver 5.4.0 and the process went smoothly. It created the mapserv executable. I am using Solaris 10 on a Unix box and Glasssfish as a web server. I set up the cgi-bin in WEB-INF and I checked it with some perl scripts and they worked fine (Hello, etc.) and I copied the map

Re: [mapserver-users] Need help with ProxyPass configuration, please

2009-06-08 Thread Daniel Morissette
cbrydon wrote: I have also tried the following (among other configurations), but just can't seem to get thiings to work NameVirtualHost 111.111.111.111:80 # Apache Site DocumentRoot "/ms4w/Apache/htdocs" ServerName 111.111.111.111 # IIS Site ServerName 111.111.111.111:80 Docum

[mapserver-users] Ignoring top level settings

2009-06-08 Thread Alexandre.Laplante
Hello list, It seems as though my top level settings in my mapfile are being ignored. No matter what I put as projection, the output doesn't change (unless it's an invalid projection). Changing the values of EXTENT doesn't change anything either, as my map always starts zoomed out very far. I a

Re: [mapserver-users] Need help with ProxyPass configuration, please

2009-06-08 Thread cbrydon
AJ, Did you ever get an answer to you question? I have a similar problem I think. Below is a description of what I am trying to deal with. I'm just getting into Apache and have used IIS for a few small sites. My current situation is that I have Apache and IIS running on the same server with

Re: [mapserver-users] labeling streets

2009-06-08 Thread Christy Nieman
Hi, You could set MINFEATURESIZE to AUTO and then only the labels that fit on the lines should be drawn. Regards, Christy Raivo Alla wrote: Hello! I'm stuck in simple-looking problem, but the solution is just hiding somewhere. The question is: how I can label only those line features, whos

[mapserver-users] labeling streets

2009-06-08 Thread Raivo Alla
Hello! I'm stuck in simple-looking problem, but the solution is just hiding somewhere. The question is: how I can label only those line features, whos label does not run over the line like that: http://picasaweb.google.com/snaperski/Ort#5344831130138846050 As street lengths are very different,