Update: There was a zero missing from the "minX" variable. It should be -11000000 I changed this and it made no difference. I am still seeing the issue described above.
On Wed, Nov 25, 2020 at 9:22 AM Kris Johnson <[email protected]> wrote: > Hello, > > I have an issue where when I am seeding tiles for a layer with > Geowebcache, the tiles are seeded to the full extent of the layer despite > my use of the bounding box parameter. My goal, of course, is to constrain > where the tiles are generated to a specific extent. > > I have seen the bounding box parameter specified in two ways (I a using > JSON for both): > > 1) This page ( > https://docs.geoserver.org/latest/en/user/geowebcache/rest/seed.html) > suggests using following format: > > 'bounds':{'coords':{ 'double':['-124.0','22.0','66.0','72.0']}} > > 2) The web interface (ie. > https://server.org/geoserver/gwc/rest/seed/<layer_name>) seems to send the > bounding box parameter is a different format: > "minX": -1100000, > "minY": 5000000, > "maxX": -9500000, > "maxY": 6600000, > > Neither of these have worked for me. > > Could someone please advise me on how to specify the bounding box when > seeding tiles? > > Thank you. > > > > -- > Kris Johnson > Research Scientist > Natural Resources Research Institute > -------------------- > GIS Instructor > Department of Geography, Urban and Environmental Sustainability Studies > University of Minnesota - Duluth > 324 Cina Hall > Duluth, MN 55812 > 218-726-6226 > Zoom meeting link: > https://umn.zoom.us/j/7057588425 > -- Kris Johnson Research Scientist Natural Resources Research Institute -------------------- GIS Instructor Department of Geography, Urban and Environmental Sustainability Studies University of Minnesota - Duluth 324 Cina Hall Duluth, MN 55812 218-726-6226 Zoom meeting link: https://umn.zoom.us/j/7057588425
_______________________________________________ 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 If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
