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

2010-08-25 Thread Peter Hopfgartner
XING : http://www.xing.com/go/invita/8917535 Peter web...@pl.net 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

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 FORMATOPTION

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 wimvanbe...@gmail.com wrote: Hi Steve, I have this in my file: OUTPUTFORMAT NAME AGGPNG DRIVER AGG/PNG

[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=tiletilemode=gmaptile=X+Y+Smap=mymapfile.mapLAYERS=layer1 = ok

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 clement.mon...@v-trafic.com wrote: Hi, I’m facing a (probable widely encountered) problem using MapServer

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: html headx/head body form //css //code

[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 attachment: my_strangeLegend.JPG___ 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=tiletilemode=gmaptile=X+Y+Smap=mymapfile.mapLAYERS=layer1

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

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=tiletilemode=gmaptile=X+Y+Smap=mymapfile.mapLAYERS=layer1 (wms)

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

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

[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