How to generate mbtiles in geoserver? using openlayers for displaying geoserver layer
for example calling wms layer like this
new OpenLayers.Layer.WMS("Kanpur", "http://localhost:8080/geoserver/wms", { LAYERS: 'sample_data_old:sample', STYLES: '', format: 'image/jpeg', tiled: false, transparent: true, tilesOrigin : map.maxExtent.left + ',' + map.maxExtent.bottom, visibility:false }, { isBaseLayer: true } );how can i call wps layer for creating mbtiles?
please refer this link for my question
http://docs.geoserver.org/stable/en/user/community/mbtiles/output.html
أكثر...
for example calling wms layer like this
new OpenLayers.Layer.WMS("Kanpur", "http://localhost:8080/geoserver/wms", { LAYERS: 'sample_data_old:sample', STYLES: '', format: 'image/jpeg', tiled: false, transparent: true, tilesOrigin : map.maxExtent.left + ',' + map.maxExtent.bottom, visibility:false }, { isBaseLayer: true } );how can i call wps layer for creating mbtiles?
please refer this link for my question
http://docs.geoserver.org/stable/en/user/community/mbtiles/output.html
أكثر...