0

I have set my time interval using CuRL tool for automatic Geowebcache.. How to set bounding box in curl command?

asked Jun 19, 2014 at 10:51

1 Answer 1

1

It is documented in GeoWebCache manual http://www.geowebcache.org/docs/current/rest/seed.html

Here is an example about REST seed request in json format. I hope it helps. Note the non-standard gridset.

curl -v -k -u admin:geoserver -XPOST -H "Content-type: application/json" -d "{'seedRequest':{'name':'GWC_layer','bounds':{'coords':{ 'double':['3200000.0','7000000.0','3300000.0','7100000.0']}},'srs':{'number':2393},'zoomStart':8,'zoomStop':11,'format':'image\/png','type':'seed','threadCount':4}}}" "http://localhost:8080/geoserver/gwc/rest/seed/GWC_layer.json" 
answered Jun 19, 2014 at 11:25

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.