Re: [mapserver-users] Color palette for road-like layers

2009-01-07 Thread thomas bonfort
there are also some planned features to simplify that syntax. (this is how the mapfile to generate the map on the mapserver fron page is written). mapserver code: http://svn.osgeo.org/mapserver/sandbox/graphics (sticking with revision 8254 unless you want to feel daring) mapfile excerpt:

Re: [mapserver-users] FORMATOPTION PALETTE_FORCE=TRUE problem

2009-01-07 Thread thomas bonfort
On Tue, Jan 6, 2009 at 20:25, paalkr pal.kristen...@statkart.no wrote: Hi Thomas, thanks for the quick answer! Applying ,255 at the end of every record in the palette.txt file worked, but when I made the WMS GetMap request I got an image in return where all the areas that should have been

Re: [mapserver-users] MapServer 5.2.1 and AGG/PNG - too thick lines in the grid

2009-01-07 Thread thomas bonfort
that's what antialiasing is supposed to do, as your 1 pixel wide grid doesn't fall exactly on a pixel. I don't think there is a workaround. regards, thomas On Mon, Jan 5, 2009 at 13:28, Maximsu maxims...@inbox.ru wrote: I have very thick lines in the grid layer when i use agg/png driver. See

Re: [mapserver-users] Map File for Open Street Map symbology

2009-01-07 Thread thomas bonfort
http://code.google.com/p/mapserver-utils/source/browse/trunk/ you'll need the code from the mapserver graphics sandbox (rev 8254 is preferred as it doesn't have the cairo code in it yet) regards, thomas On Thu, Jan 1, 2009 at 20:28, Gregor at HostGIS gre...@hostgis.com wrote:

[mapserver-users] Getting error while executing sample application in FGS in fedora 7

2009-01-07 Thread muzaffar hussain
hi all. First of all i have installed the FGS mapserver in /opt/fgs in 9000 port . after that i checked in browser by loading this URL:* http://localhost:9000/cgi-bin/mapserv* then it displays the message as * No query information to decode. QUERY_STRING is set, but empty. *Then i have

Re: [mapserver-users] MapServer 5.2.1 and AGG/PNG - too thick lines in the grid

2009-01-07 Thread Reinoud Bokhorst
I experienced the same problem a while ago and reverted to using a separate mapfile for the graticule using the GD driver. In your 'main' mapfile you could then create a graticule layer with CONNECTIONTYPE WMS that connects to a URL using the graticule mapfile (f.ex. something like this:

[mapserver-users] Fwd: Getting error while running helloworld sample application in FGS in fedora 7

2009-01-07 Thread MOHAMMED SADIQUE SHADAB
hi all. First of all i have installed the FGS mapserver in /opt/fgs in 9000 port . after that i checked in browser by loading this URL:* http://localhost:9000/cgi-bin/mapserv* then it displays the message as * No query information to decode. QUERY_STRING is set, but empty. *Then i have

Re: [mapserver-users] Getting error while executing sample application in FGS in fedora 7

2009-01-07 Thread Daniel Morissette
muzaffar hussain wrote: If i press the Click Me button it shows errors as _* loadWeb(): Unknown identifier. Parsing error near (/opt/fgs/www/htdocs/tmp/):(line 1) Remove the hidden form parameter for map_web_imagepath in your hello.html, it is redundant since the value is already set

Re: [mapserver-users] Unable to open file /opt/fgs/www/htdocs/tmp/Hello_World12312833136370.png for writing

2009-01-07 Thread Dan Little
Make sure your apache user can write to that directory, also make sure they can cd into that directory. -Duck From: MOHAMMED SADIQUE SHADAB sadiquesha...@gmail.com To: mapserver-users@lists.osgeo.org Sent: Wednesday, January 7, 2009 5:13:28 AM Subject:

Re: [mapserver-users] Fwd: Getting error while running helloworld sample application in FGS in fedora 7

2009-01-07 Thread Dan Little
It's saying that because you haven't actually set any CGI parameters. Try something more like this... http:/localhost:9000/cgi-bin/mapserv?map=hello.mapmode=browse From: MOHAMMED SADIQUE SHADAB sadiquesha...@gmail.com To: mapserver-users@lists.osgeo.org

Re: [mapserver-users] MapServer 5.2.1 and AGG/PNG - too thick lines in the grid

2009-01-07 Thread Maxim Savchenko
But sometimes (in the over scales) it has 1px of width what i want. This problem is because the all keywords ANTIALIASING in the map file is ignoring by agg/png driver and no way to disable antialiasing for layer if it is not need. It is not good, i think. thomas bonfort wrote: that's what

RE: [mapserver-users] Rotated TrueType Point Symbols - Issue

2009-01-07 Thread Fawcett, David
Thomas (or I guess the rest of the developers), Do you know when the next incremental MapServer release might be cut? 5.2.2? Thanks, David. -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of thomas bonfort

[mapserver-users] website upgrade for older documentation

2009-01-07 Thread zach cruise
great website upgrade at http://www.mapserver.org/. how can i search for older documentation like with postgresql.org? http://www.postgresql.org/docs/8.1/interactive/sql-select.html http://www.postgresql.org/docs/8.1/static/sql-select.html

Re: [mapserver-users] error compilation for mapserver 5.2.1

2009-01-07 Thread Tamas Szekeres
Hi Ionut, I'm guessing the library files and the includes you're compiling against might not relate to the same version. Could you provide a diff how you alter nmake.opt when compiling mapserver? Do you use the Visual Studio Command prompt or set up the environment manually (like using

Re: [mapserver-users] MapServer 5.2.1 and AGG/PNG - too thick linesin the grid

2009-01-07 Thread Steve Lime
If you're adventurous you could try the dev trunk from svn. It supports fractional line widths so it's easier to get very fine line work from AGG. Steve On 1/7/2009 at 12:05 PM, in message 1231351502708-2123874.p...@n2.nabble.com, Maxim Savchenko maxims...@inbox.ru wrote: It's too heavy

Re: [mapserver-users] queryByRect throws an error

2009-01-07 Thread Tamas Szekeres
Hi Murty, Yes, you're correct. By setting the template parameter of these internal layers like __embed__legend or __embed__scalebar causes the behaviour you've reported before. However I'm not sure it should be denoted as a bug since you could easily skip setting these parameters in your code.

[mapserver-users] Re: RESAMPLE types available as PROCESSING directives

2009-01-07 Thread Roger André
Wait... maybe they are not gdal-based. Never mind. That's a fair bit of code to implement. -- On Wed, Jan 7, 2009 at 4:18 PM, Roger André ran...@gmail.com wrote: Ok, I've kind of answered my own question. mapresample.c only has the following 3 resampling options below, but is it possible to