Apologies for accidentally replying off-list.
My suggestion was that you can do the mosaic on the client-side in
OpenLayers-- if you only have about a handful of layers, it works
fairly well and is easy to setup.
It would be worthwhile to eventually add TMS support into GeoWebCache in order to have a bit more feature parity with TileCache.
GeoWebCache? That one is new to me. Is that what Geoserver
uses internally?
No, it more closely resembles a Java version of Tilecache, with
slightly different features. See:
http://geowebcache.org/
To add to that and respond to your original question, moving to
TileCache / GeoWebCache doesn't really help your situation if you are
already dealing with pre-generated tiles such as the gdal2tiles
output.
-- Chris Whitney
On Thu, Jun 19, 2008 at 2:11 PM, Wendell Turner <wendell@anonymised.com> wrote:
On Thu, Jun 19, 2008 at 01:34:33PM -0700, Chris Whitney wrote:
What do you see as the advantage for using the gdal2tiles output as an
input for Geoserver?
The images produced by gdal2tiles are much sharper/clearer.
The tiles produced by GeoServer are slightly fuzzy when
zoomed in to the same level.
If you are using OpenLayers,
Yes, and that part is working very well.
why not add the TMS
layer in OpenLayers, and then add the Geoserver layers to OpenLayers
as well?
The template html file that gdal2tiles.py output was
pixel-based. I tried to switch to lat/lng, but couldn't
figure out the maxResolution, pixelSize, and other
parameters to make it work correctly.
It would be worthwhile to eventually add TMS support into GeoWebCache
GeoWebCache? That one is new to me. Is that what Geoserver
uses internally?
in order to have a bit more feature parity with TileCache. But if all
you need to do is serve up a static GeoTiff with zoom levels, I don't
see why you wouldn't use the gdal2tiles output directly.
Mostly because I don't know what I'm doing. In my stumbling
around, my knowledge of geo-spatial tools amounts to this:
OpenLayers - nice
gdal2tiles.py - nice crisp tiles, but couldn't change from
pixel-based to latlon-based, also can't mosaic multiple
maps
mapserver - never could get it to work with proj4, so only
got the simple examples to run
geoserver - images not as nice as gdal2tile, but is lat-lon
based, and will probably be needed to stitch/mosaic
multiple maps together
MosaicIndexBuilder - needed to make geoserver mosaic
multiple maps, but have not been able to compile/run it
yet
If there are better/more appropriate tools that would work
please let me know.
Thank you for your response.
Wendell