Hi,<br><br>I&#39;ve just installed feature server on my web server, but don&#39;t know how to upload data.&nbsp; I tried the example on the main web page:<br><br><a href="http://featureserver.org/">http://featureserver.org/</a><br>
<br><code>curl -d @myfile.kml <a href="http://example.com/featureserver.cgi/layer/create.json">http://example.com/featureserver.cgi/layer/create.json</a><br><br>but it won&#39;t work.&nbsp; I get the following back at the command line...<br>
<br>C:\Program Files\curl-7.17.1&gt;curl -d @test.kml <a href="http://gisconsultancy.com/feature">http://gisconsultancy.com/feature</a><br>server/featureserver.cgi/layers/create.json<br>&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML 2.0//EN&quot;&gt;<br>
&lt;html&gt;&lt;head&gt;<br>&lt;title&gt;406 Not Acceptable&lt;/title&gt;<br>&lt;/head&gt;&lt;body&gt;<br>&lt;h1&gt;Not Acceptable&lt;/h1&gt;<br>&lt;p&gt;An appropriate representation of the requested resource /featureserver/featur<br>
eserver.cgi/layers/create.json could not be found on this server.&lt;/p&gt;<br>&lt;hr&gt;<br>&lt;address&gt;Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7a mod_auth_passthrough/2<br>.1 mod_bwlimited/1.4 Server at <a href="http://gisconsultancy.com">gisconsultancy.com</a> Port 80&lt;/address&gt;<br>
&lt;/body&gt;&lt;/html&gt;<br><br>I can&#39;t see any resource on the server that represents </code><code>layers/create.json, I&#39;m not sure if I am supposed to. Any ideas much appreciated.<br><br>Rob<br></code>