[mapserver-users] regarding layer name,item name

2010-10-11 Thread sanjib
Hi all, I am beginner of mapserver. I have some shape file in .shp file. I just want to read these file and display it. But How I can get layer name,item name,etc from these shape file? I am using linux ubuntu distribution. Please help me to proceed. With Thanks and best regards Sanjib chatter

[mapserver-users] mapserver and netCDF data format.

2010-10-11 Thread abhijeet kodgire
Hello All, I am investigating mapserver to see if we can use it for our project. I had few doubts after reading the data formats supported by mapserver. Mapserver document says netCDF dataformat is supported with GDAL library. My question here was, Can we upload/publish the netCDF data with WCS

[mapserver-users] Re: [mapserver-dev] PostGIS "curvepolygon" support

2010-10-11 Thread Flavio Hendry
Hi again My first writing: As far as I see, this is not supported yet (polygons without curves are drawn, the ones with curves not). Any idea if it will be and when. Thanks. Paul Ramsey wrote: There are no plans for support right now, to my knowledge. Make someone an offer they can't refuse :

[mapserver-users] wms with String Parameter

2010-10-11 Thread Waberzeck, Thomas
Hi, I'd like to set up an wms Service which needs some specific Parameters. In the OpenGIS Web Map Service (WMS) Implementation Specification, are some Examples - but only for Dimensions which are described in the UCUM. My need is a String Parameter with 4 allowed Values. How do I declare thi

Re: [mapserver-users] Problem with wfs.php

2010-10-11 Thread Yves Jacolin
Hi, Don't use file_get_contents but cURL rather: http://www.php.net/manual/fr/function.curl-setopt-array.php Regards, Y. Le lundi 11 octobre 2010 09:39:39, Richard LEHAUT a écrit : > Hi, > I searched a example without success. I use php to query the server. > > Thanks for your help > > Richard

Re: [mapserver-users] Problem with wfs.php

2010-10-11 Thread Richard LEHAUT
Hi, I searched a example without success. I use php to query the server. Thanks for your help Richard LEHAUT / Tiolebucheron 2010/10/11 Yves Jacolin > Le mardi 05 octobre 2010 09:22:57, Rahkonen Jukka a écrit : > > Hi, > > > > Your request is about 7033 characters long. I would have a try wi

Re: [mapserver-users] Problem with wfs.php

2010-10-11 Thread Yves Jacolin
Le mardi 05 octobre 2010 09:22:57, Rahkonen Jukka a écrit : > Hi, > > Your request is about 7033 characters long. I would have a try with a much > more simple geometry (but still a polygon with hole) for seeing if the > real problem is in the length of the request string. > > -Jukka Rahkonen- >