Re: [mapserver-users] raster query strategy

2010-08-18 Thread Jan Hartmann
On 08/18/10 00:46, Richard Greenwood wrote: On Tue, Aug 17, 2010 at 2:57 PM, Frank Warmerdamwarmer...@pobox.com wrote: Jan Hartmann wrote: Is this a bug? Shouldn't MapServer use the gdaladdo overviews at the appropriate scales? Rich / Jan, No, generally I treat raster query as an exact

RE: [mapserver-users] RE: Disable drawing points that are not labelled

2010-08-18 Thread Lime, Steve D (DNR)
Use annotation layers. In that case the marker and label are considered as one thing and if both can't be displayed then neither is... Steve From: mapserver-users-boun...@lists.osgeo.org [mapserver-users-boun...@lists.osgeo.org] On Behalf Of YC Nyon

[mapserver-users] How do I configure Mapfile to use image pyramids

2010-08-18 Thread Mike Quentel
How do I configure the Mapfile to point to image pyramids? Does Mapserver automagically recognise pyramids? Do I simply generate my pyramids of GeoTIFF images using gdal_translate, then point to a tile index in the Mapfile? Sorry if this is the Nth time someone has asked this question, but

RE: [mapserver-users] How do I configure Mapfile to use image pyramids

2010-08-18 Thread Mike Quentel
I meant gdaladdo for the pyramids (of GeoTIFF). Mike Quentel From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Mike Quentel Sent: 18 August 2010 11:45 To: MapServer Users Subject: [mapserver-users] How do I configure Mapfile to

Re: [mapserver-users] Need help tracking down mapserv seg fault

2010-08-18 Thread Daniel Morissette
Can you reproduce the seg fault if you try the following in a shell window? cd /opt/fgs/ . setenv.sh /opt/fgs/www/mapserv QUERY_STRING=map=. Replace the contents of the QUERY_STRING param with the values that you pass in you URL in the Web browser, and make sure you keep the double

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

2010-08-18 Thread elisabeth theresia
Hello Mr. Sumariva, i already did wht u said, but there's new error: error: Call to undefined function: on_get_contens() in I:\ms4w\apps\appweb\htdocs\index_cobacham.phtml on line 2 here i put the cobachanphtml.phtml: ?php $html=on_get_contens(); ob_end_clean(); include(./chameleon.php);

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

2010-08-18 Thread Peter
Theres a typo. get_contens() should be ob_get_contents(). Peter elisabeth theresia wrote: Hello Mr. Sumariva, i already did wht u said, but there's new error: *error*: Call to undefined function: on_get_contens() in *I:\ms4w\apps\appweb\htdocs\index_cobacham.phtml* on line *2 here i put the

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

2010-08-18 Thread Carlos Ruiz
Elisabeth, It's quite as simple as the session handling. You can split your code into many files or keep it in one single file, the only thing you have to know is that PHP's session_start() function call must be the first thing wrote, no HTML or PHP code before that. Cheers from México

RE: [mapserver-users] Insert Schema

2010-08-18 Thread Lime, Steve D (DNR)
Hi Andre: There has been some work done on supporting application schemas. It's a bit dated but have you looked at: http://maps.dnr.state.mn.us/mapserver_docs/wfs_tutorial/index.html Steve -Original Message- From: mapserver-users-boun...@lists.osgeo.org

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

2010-08-18 Thread elisabeth theresia
sorry Mr. Petermy previous message iamnot purposely enter button Send. i just want to say, Thanks correct me in the coding, but i still got that message again after corrected the coding typo. Warning: session_start() [function.session-start]: Cannot send session cache limiter -

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

2010-08-18 Thread elisabeth theresia
From: elisabeth theresia dbee_ka...@yahoo.com To: mapserv forumlist mapserver-users@lists.osgeo.org Sent: Thu, August 19, 2010 9:04:43 AM Subject: Re: [mapserver-users] how to disappear Warning: session_start() in the page? Thanks Mr. Carlos, But, the session_start() already embedded by