Changes between Version 10 and Version 11 of SoCTMSDriver


Ignore:
Timestamp:
Mar 28, 2008, 11:19:08 AM (16 years ago)
Author:
keo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoCTMSDriver

    v10 v11  
    1515=== Tiles ===
    1616
    17 The TMS specification doesn't prescribe the format of tiles but PNG and JPEG are
    18 the only useable formats in web setting. Both have existing drivers in GDAL.
    19 The TMS driver will use only PNG tiles at first. Extending the support to
    20 JPEG tiles as well is possible next step after implementing both reading and writing
    21 functionality for PNG.
     17Formats that are most used in web setting are PNG and JPEG. However, the driver
     18need not be tied to them. It could use any format with existing GDAL driver as.
     19When writing tiles, the appropriate driver could be chosen according to a user
     20supplied option. When reading, the driver will probably just call GDALOpen on
     21the filename of the file, so in this respect it is format agnostic. Problem
     22remaining to be solved is how to map all the formats onto mime-type and extension
     23that are part of TMS specification.
    2224
    2325== Work plan ==