Changes between Initial Version and Version 1 of SoCGDAL2Tiles


Ignore:
Timestamp:
Mar 27, 2008, 12:07:56 PM (16 years ago)
Author:
klokan
Comment:

Still just a raw version...

Legend:

Unmodified
Added
Removed
Modified
  • SoCGDAL2Tiles

    v1 v1  
     1= SoC 2008 - GDAL2Tiles Improvements =
     2
     3GDAL2Tiles creates a lighten and easy to use alternative to combination of WMS + TileCache (or [http://geowebcache.org/ GeoWebCache] based on last year SoC jTileCache.
     4
     5It allows simple conversion of existing raster maps into directory structure of tiles, which after uploading on a webserver act as a map source for online viewers. A client viewer (typically a web application) is using the same protocol as when querying dynamically generated tiles from TileCache server (protocol TMS).
     6
     7This Summer of Code project will improve existing GDAL2Tiles utility done in the last year.
     8
     9Main part of work is in implementation of global profiles in TMS, improvement of the quality of the render of tiles, and rewriting of HTML templates for standard viewers (based on OpenLayers, Google Maps, MS Virtual Earth, ...).
     10All the changes will be commited to the code of GDAL2Tiles, as well as existing pending  patches #2052 - (JPEG and TIFF tiles support) and #2053 (world files for tiles).
     11This way the GDAL2Tiles utility will be ready (feature complete) for rewrite into a R/W Driver, which is done in separate SoC Project [http://trac.osgeo.org/gdal/wiki/SoCTMSDriver GDAL TMS Driver]
     12
     13
     14== Support for tiles compatible with Google Maps/MSN Virtual Earth/Yahoo Maps/... ==
     15
     16Right now the GDAL2Tiles utility doesn't support global-profiles from standard TMS. It means static tiles are not overlayable with Google Maps. This is going to change. Support for both global-mercator (based on Google Projection EPSG:900913) and global-geodetic (based on EPSG:4326) will be implemented. Those two
     17
     18GDAL2Tiles will generate tiles from supplied raster file (GeoTIFF, MrSID, ECW, ... ) with proper georeference headers. Result structure (e.g. directory with tiles, MapResource.xml containing all necessary geo-metadata and optionally an simple HTML viewerers (based on OpenLayers, Google Maps, ...), as well as KML for Google Earth SuperOverlay) can be simply published on any webserver.
     19
     20Produced tiles can be used as overlay map on top of Google Map tiles or other available map sources. The simple client will allow [http://www.justmagic.com/nz4265.html presentation with overlay like this one].
     21
     22== OpenLayers 100% TMS support ==
     23
     24Improvement of TMS viewer in OpenLayers.org. Patch with improvement for TMS driver would be submitted into the project OpenLayers. - Implementing parser for  MapResource.xml, better support for tiles in local
     25
     26== New suggestions for TMS Standard ==
     27
     28[http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification Definition of the TMS Standard] will be extended for pictures, restructured, extended with several suggestions, after discussion with community. Hopefully we will specify a new back compatible version with small changes (like replacement of OSGEO:41001 with EPSG:900913, extension of  MapResource.xml, etc.). Such standard will be discussed and compared with OGS WMS-C.
     29
     30== Possible features ==
     31
     32Cooperation on HTTP Read driver for TMS tiles in GDAL, which will allow warping of remotely published TMS tiles, and hopefully also allow MapServer act as a WMS proxy for tiles published as static files.
     33Utility Tiles2Tiles which will convert (mostly by simple rename) tiles beetween TMS and other formats, like MSR MapCruncher, WorldWind, GeoQuadTree, Zoomify, etx.
     34
     35== Student info ==
     36
     37All the info are the same like last year ;-).