Hello everybody,

while I try to setup a GeoServer instance I run into problems to upload and
configure ImagePyramid's. I already have a pre-generated folder structure
with tiff and properties files for 8 different scales.

I read the docs for REST API and have seen, that its possible to configure
coverages for 3 different kind of types: geotiff, worldimage and
imagemosaic (
http://docs.geoserver.org/stable/en/user/rest/api/coveragestores.html#id1)

I'm wondering if it is possible to configure imagepyramid (the plugin is
available and can be configured using the geoserver UI) and other extension
using the REST service in a generic way.

Maybe it is available already and I couldn't find it yet. If so, could
anybody provide an example, how to:
* upload a pre-configured zipped imagepyramid
* configure a layer based on this dataset

I configured the store via the GeoServer UI and had a look at the resulting
REST configuration information, which looked fine for the first request and
is broken since. Successful response:

Example for blue marble:

<coverageStore>
<name>BlueMarble</name>
<description>NASA Blue Marble</description>
<type>ImagePyramid</type>
<enabled>true</enabled>
<workspace>
<name>nasa</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom"; rel="alternate" href="
http://localhost:8080/geoserver/rest/workspaces/nasa.xml";
type="application/xml"/>
</workspace>
<__default>false</__default>
<url>file:data/nasa/BlueMarble/BlueMarble.properties</url>
<coverages>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom"; rel="alternate" href="
http://localhost:8080/geoserver/rest/workspaces/nasa/coveragestores/BlueMarble/coverages.xml";
type="application/xml"/>
</coverages>
</coverageStore>

Thanks a lot for any hint or example how to upload and configure
stores/coverages types provided by extensions.

Cheers
- Frank
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to