如何在geoserver中生成mbtiles?使用openlayers显示地理服务器层
例如像这样调用wms层
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
}
);
如何调用wps图层来创建mbtiles?
请参阅此链接以了解我的问题
http://docs.geoserver.org/stable/en/user/community/mbtiles/output.html