I have published my Postgis table as wms service with Geoserver. And I want to create my custom tile via wms. For example my map SRID is 4326 and uses OpenLayers. When I add my wms layer on map, wms service sends tiles on my map.
Sample tile URL: http://demo.boundlessgeo.com/geoser...849,-20037508.342789244,-20037508.342789244,0
I wonder:
أكثر...
Sample tile URL: http://demo.boundlessgeo.com/geoser...849,-20037508.342789244,-20037508.342789244,0
I wonder:
- WMS service sends tiles by BBOX parameter that calculated for each tile. How does it calculated? Can I calculate it by all zoom level tiles with for loop? So I will save on disc.
أكثر...