Hello everybody,

I'm running Geoserver 2.11.2 on Java 1.8.0_144 32 bits on Amazon Linux
together with Tomcat 9. The plugins I have installed are imagemosaic,
imagepyramid, GeowebCache (internal) and Geofence.

I have a question about updating the granules for an imagePyramid in a
Postgresql database. I can successfully publish an imagePyramid and publish
the granules for each zoom level in a Postgresql database. However I also
want to be able to add tiffs to each zoom level as a time series.

For imagemosaics this works by PUTing each file to:
'workspaces/workspacename/coveragestores/storename/external.imagemosaic'.
Using the filename as the payload:
'file:/geoserver_datadir/imagery/filename.tif'. However when I apply the
same method to an imagePyramid I get a 405 in return. I tried both
external.imagemosaic as external.imagepyramid.

Is there any known method to update imagePyramids the same way as can be
done with imagemosaics? I could always drop the tables and re-build the
pyramid granule tables after adding the new files, but this seems like
a cumbersome
solution.

Kind regards,
Darell
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to