seed_xml.txt 963 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <seedRequest>
  3. <name>topp:states</name>
  4. <bounds>
  5. <coords>
  6. <double>-2495667.977678598</double> <!-- minx -->
  7. <double>-2223677.196231552</double> <!-- miny -->
  8. <double>3291070.6104286816</double> <!-- maxx -->
  9. <double>959189.3312465074</double> <!-- maxy -->
  10. </coords>
  11. </bounds>
  12. <!-- These are listed on http://localhost:8080/geowebcache/demo -->
  13. <gridSetId>EPSG:2163 Grid Set</gridSetId>
  14. <zoomStart>1</zoomStart>
  15. <!-- This will be reduced to 3, since the layer is only defined for 0-3 -->
  16. <zoomStop>12</zoomStop>
  17. <format>image/png</format>
  18. <!-- type can be
  19. * seed (add missing tiles)
  20. * reseed (replace tiles)
  21. * truncate (remove tiles)
  22. -->
  23. <type>truncate</type>
  24. <!-- Number of seeding threads to run in parallel. If type is truncate only one thread will execute. -->
  25. <threadCount>1</threadCount>
  26. </seedRequest>