[Geoserver-users] REST API creating of a composite layer "Layer Group"

2016-01-13 Thread Alex O'Ree
So I've just imported a large number of geotiff files that are grouped logically on the file system by resolution (1:2M, 1:1M, 1:250K, etc) Since the volume is high, I want to use the REST api to create a layer group, One for each resolution set. I've found this

Re: [Geoserver-users] REST API creating of a composite layer "Layer Group"

2016-01-13 Thread Peter Kovac
Hi Alex, from what I have learned how people usually work with REST API is that they do what they want on a small scale using the web GUI and then do a GET request using the XML format. The XML returned usually is in the exact format a PUT request needs. So, make one small layer group, GET it

Re: [Geoserver-users] REST API creating of a composite layer "Layer Group"

2016-01-13 Thread Alex O'Ree
Thanks Peter. Unfortunately, my UI created layer group doesn't show up anywhere in the rest interface. Very odd On Wed, Jan 13, 2016 at 11:30 AM, Peter Kovac wrote: > Hi Alex, > > from what I have learned how people usually work with REST API is that they > do