The tiling tag has no wiki summary.
0
votes
0answers
17 views
Is it possible to keep tiling and overviews when reprojecting in GDAL?
I have the following script to reproject GeoTIFFs to EPSG:3857 and retile and then create overviews.
#!/bin/bash
#reproject all ...
2
votes
2answers
73 views
How to antialiase tiles when seeding a layer from an GeoTiff in GeoServer
I have an GeoServer running that uses GeoWebCache.
As a data source I use a 1.5 GB big map for a layer.
The outcome of the tiling and scaling are very rough looking tiles.
Is there a way to ...
11
votes
2answers
573 views
GeoServer: Best way to publish 2500 TIFF or 71 ECW files?
I have ortophotos of an area that I need to serve as a background map for my vectors. I got it as 2500 files (71,5MB each) in raw TIFF format with corresponding TFW word file - 180GB of data. ...
0
votes
1answer
181 views
gdal2tiles and tile numbers [closed]
I run gdal2tiles.py on a vrt (EPSG:4326) file and gives good results when overlay over OSM. Openlayers projection is EPSG:900913. The output is a set of directory/files (z/x/y). I used ms4w.
However, ...
1
vote
1answer
157 views
GDAL Tiling, Missing Tiles
i have used gdal2tiles.py for tiling about 100 tiff tiles which i have generated virtual dataset with gdalbuildvrt for my 1:250.000 scaled maps...
everything goes well from 15 to 11, but when it ...