如何在geoserver中使用WPS过程生成MBtiles?

时间:2015-08-11 11:51:38

标签: openlayers geoserver

如何在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

0 个答案:

没有答案