Changes between Version 3 and Version 4 of SoCGDAL2Tiles


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SoCGDAL2Tiles

    v3 v4  
    1515Right 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.
    1616
    17 GDAL2Tiles 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 a webserver.
     17GDAL2Tiles 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 a webserver.
    1818
    1919Produced 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 similar to this one].
    2020
    21 == Openlayers 100% TMS support ==
     21== Openlayers 100% TMS support, Google Maps ==
    2222
    23 Improvement 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 on the local disk.
     23Improvement of TMS viewer in Openlayers.org. Patch with improvement for TMS driver would be submitted into the main tree of openlayers.org project (especially implementation of parser for mapresource.xml, better support for tiles on the local disk, ...).
     24
     25Viewer based on Google Maps has to be improved as well, so I will implement a nice TMS client based on Google Maps API. (problematic are especially the tiles without global-mercator profile).
    2426
    2527== New suggestions for TMS Standard ==