Re: [mapserver-users] mapfile text modification via URL

2010-08-25 Thread Paco Regodón
Hi Steve, It worked! Thanks. Paco On 24/08/10 15:39, Lime, Steve D (DNR) wrote: Hi Paco: Try quoting the text word in the block: VALIDATION 'text' '^[a-zA-Z\-]+$' END The string 'text' is a reserved word and seems to be being recognized that way by the parser. Steve _

Re: [mapserver-users] MapServer - how to draw a ttf-symbol along a line which follows the line

2010-08-25 Thread Astrid Emde
Steve, thanks for your help. With a negative GAP the visualisation is fine. Astrid Lime, Steve D (DNR) schrieb: Try a negative gap value (e.g. GAP -20)... -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of As

RE: [mapserver-users] Working with shapefiles in PHP

2010-08-25 Thread Peter Hopfgartner
XING : http://www.xing.com/go/invita/8917535 Peter wrote Subject: [mapserver-users] Working with shapefiles in PHP Date: 25.08.2010 02:51 Hi Peter >Regarding my previous query regarding tools to work with shapefiles in >PHP, ive written a progress report, that might be usefu

Re: [mapserver-users] RGBA transparent images?

2010-08-25 Thread Wim Vanbelle
Hi Steve, I have this in my file: OUTPUTFORMAT NAME "AGGPNG" DRIVER "AGG/PNG" EXTENSION "png" MIMETYPE "image/png;mode=24bit;" IMAGEMODE RGBA FORMATOPTION "INTERLACE=true" FORMA

Re: [mapserver-users] RGBA transparent images?

2010-08-25 Thread Wim Vanbelle
Erm, pick interlace=false instead. That was just a test and I forgot to put that back On 25 August 2010 13:22, Wim Vanbelle wrote: > Hi Steve, > > I have this in my file: > > OUTPUTFORMAT > NAME "AGGPNG" > > DRIVER "AGG/PNG" > EXTENSION "pn

[mapserver-users] Tile mode & multiple layers

2010-08-25 Thread Clément MONIER
Hi, I'm facing a (probable widely encountered) problem using MapServer with tile-mode option. It seems like multiple layers aren't allowed ?? http://localhost/cgi-bin/mapserv.exe?mode=tile&tilemode=gmap&tile=X+Y+S&map=mymapfile.map&LAYERS=layer1 => ok http://localhost/cgi-bin/mapserv.exe?mode=

Re: [mapserver-users] Tile mode & multiple layers

2010-08-25 Thread Wim Vanbelle
Hi Clément, Your request is wrong ;). Try using a space instead. Take a look here : http://mapserver.org/output/tile_mode.html Good luck. On 25 August 2010 13:47, Clément MONIER wrote: > > > Hi, > > > > I’m facing a (probable widely encountered) problem using MapServer with > tile-mode optio

Re: [mapserver-users] how to disappear Warning: session_start() in the page?

2010-08-25 Thread elisabeth theresia
Hello All Mr. Already works... Thanks for you advices, yesterday i did some changes in coding and no more error message. ~~Horray !!~~ I don't use index_cobacham.phtml anymore. just change in the coding for template. in the template for map i put: x //css //code HTML...~bla...bla

[mapserver-users] Re: [mapserver user]how to set LegendTemplate display color same like class in the mapfile?

2010-08-25 Thread elisabeth theresia
pic of :my_strangelegend.jpeg <>___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

RE: [mapserver-users] Tile mode & multiple layers

2010-08-25 Thread Clément MONIER
Thanks a lot ! I have another bothering issue : PNG outputs of my MS CGI requests now don’t look nicely rendered any more (i.e no smoothly antialiased AGG display) http://localhost/cgi-bin/mapserv.exe?mode=tile&tilemode=gmap&tile=X+Y+S&map=mymapfile.map&LAYERS=layer1 layer2

Re: [mapserver-users] Tile mode & multiple layers

2010-08-25 Thread Wim Vanbelle
Hi Clément, Under your MAP you can specify an OUTPUTFORMAT tag. See http://mapserver.org/mapfile/outputformat.html for details. There's also some additional information about the format options at the bottom. Use AGG for best quality results. On 25 August 2010 14:37, Clément MONIER wrote: >

RE: [mapserver-users] Tile mode & multiple layers

2010-08-25 Thread Clément MONIER
I’ve already correctly specified my output format inside the mapfile. Anyway, these 2 requests doesn’t give the same rendering : (tile mode) http://localhost/cgi-bin/mapserv.exe?mode=tile&tilemode=gmap&tile=X+Y+S&map=mymapfile.map&LAYERS=layer1 (wms) http://localhost/cgi-bin/mapserv.exe?map=mymapf

RE: [mapserver-users] Feature select performance

2010-08-25 Thread Lime, Steve D (DNR)
Like with everything it depends... Selection of features via a bounding box shouldn't be much, or really any, slower than drawing since it's basically the same mechanism for both. Attribute queries can be quite slow with shapefiles since MapServer doesn't do any attribute indexing. That's where

Re: [mapserver-users] Feature select performance

2010-08-25 Thread Chris Jackson
Steve I was pursuing the performance issue on the pmapper mailing list too. It transpires it is related to browser performance (from a JS aspect) for the web apps query/redraw processes -> IE7 - awful (>8mins), IE8 and FF pretty good - around 20secs for returning/highlighting 5000 features (and b

[mapserver-users] How to appear Graph?

2010-08-25 Thread elisabeth theresia
Hi all... :D I am making Webgis (PHP, MapServer,Postgis, Chameleon Framework) then, i already can display Map that load from Mapserv+Postgis, but how to display Graph or chart? Thanks -Theresia ___ mapserver-users mailing list mapserver-use

[mapserver-users] Re: How to appear Graph?

2010-08-25 Thread Sumit Sharma
You may like to visit following URL for charting... http://mapserver.org/output/dynamic_charting.html Hope that helps -Sumit -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/How-to-appear-Graph-tp5463915p5464433.html Sent from the Mapserver - User mailing list archive at N

[mapserver-users] error while closing sde layer

2010-08-25 Thread Sumit Sharma
Hi, I am using mapserver 5.6.3 csharp mapscript. When I close any sde layer, usually it works fine. But in case of exception/error handling routines if layer is already closed or layer was not opened and then i try to close it, mapserver gives me memory error! Same lines of code work fine with oth