I have GeoServer stood up and use it to server out a variety of different data sources and layers. I would also like to be able to cache tiles (TMS). Problem that I am running into is that I would like to cache TMS tiles in geoserver/geowebcache, however instead of a local data source I would like to use an external data source to create the cache. It looks like you can feed a WMS Layer into geowebcache to create a new cache layer and then you can seed that layer. Almost exactly what I want except for I want to feed in a TMS source not a WMS source.
IE docs say you can create like so:
Add Layer
Sample request:
Given a layer.xml file as the following: layer1 image/png EPSG:900913 http://localhost:8080/geoserver/wms topp:states curl -v -u geowebcache:secured -XPUT -H "Content-type: text/xml" -d @layer.xml "http://localhost:8080/geowebcache/rest/layers/layer1.xml" Would it be possible to feed in that points to a server serving out tiles?
أكثر...
IE docs say you can create like so:
Add Layer
Sample request:
Given a layer.xml file as the following: layer1 image/png EPSG:900913 http://localhost:8080/geoserver/wms topp:states curl -v -u geowebcache:secured -XPUT -H "Content-type: text/xml" -d @layer.xml "http://localhost:8080/geowebcache/rest/layers/layer1.xml" Would it be possible to feed in that points to a server serving out tiles?
أكثر...