I wan to get 256px tiles of a geoserver wms service. I specified a bounded box like this:
-87.746754646322, 41.894876003264 -87.710705757162, 41.869813442229But tiles are pyramid format. Wms service is 9 level and request parameter does not contain zoom level parameter.
http://localhost:8080/geoserver/GIS...7162,41.869813442229&WIDTH=259&HEIGHT=256This request returns all ways that bbox contains.
Bu I want to get all tiles with programatically like pyramid in bbox like this:
tile1.pngtile1.png tile2.pngtile1.png tile2.png tile3.pngtile1.png tile2.png tile3.png tile4.png
أكثر...
-87.746754646322, 41.894876003264 -87.710705757162, 41.869813442229But tiles are pyramid format. Wms service is 9 level and request parameter does not contain zoom level parameter.
http://localhost:8080/geoserver/GIS...7162,41.869813442229&WIDTH=259&HEIGHT=256This request returns all ways that bbox contains.
Bu I want to get all tiles with programatically like pyramid in bbox like this:
tile1.pngtile1.png tile2.pngtile1.png tile2.png tile3.pngtile1.png tile2.png tile3.png tile4.png
أكثر...