Re: [Geoserver-users] Looking for Geoserver REST PHP examples

2012-01-12 Thread NareshNagamalle
NareshNagamalle gmail.com> writes: Hello Ryan, The Error occured unzipping file:error in opening zip file is getting because I was loading rar file. HM it's small thing but it took time to realize.If I loaded zip file it is working fine.Once again thanks for sharing the code. From, n

Re: [Geoserver-users] Looking for Geoserver REST PHP examples

2011-12-30 Thread NareshNagamalle
Hello Ryan, Thanks for sharing the code. I have tried the same by using the code you given to upload zip file (containg shape,shx,projection,dbf file) to geoserver.The zip file is storing in data store but Geoserverphp.log showing the message as Error occured unzipping file:error in opening z

Re: [Geoserver-users] Looking for Geoserver REST PHP examples

2011-06-09 Thread Ryan Williams
Here's an example I posted about 6 months ago. Worked well for me. - Ryan Original Message Subject:REST Upload Shapefile using PHP cURL Date: Wed, 08 Dec 2010 10:39:07 -0600 From: Ryan Williams To: geoserver-users@lists.sourceforge.net Hello all, I've been

Re: [Geoserver-users] Looking for Geoserver REST PHP examples

2011-06-09 Thread David Winslow
There actually are some PHP examples in the manual. They use PHP's cURL integration, so there is a pretty straightforward translation between the cURL command line operation and the PHP function calls. http://docs.geoserver.org/stable/en/user/restconfig/rest-config-examples/rest-config-examples-ph