Opened 9 years ago

Last modified 5 years ago

#5849 closed enhancement

TMS Minidriver - support TileCache directory structure — at Initial Version

Reported by: mko Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords:
Cc:

Description

The TMS Minidriver may by used with local files by pointing the ServerUrl to the local file system in the local service description XML file:

<ServerUrl>file:///data/${z}/${x}/${y}.png</ServerUrl>

Unfortunately, there are other dirctory layouts besides ${z}/${x}/${y}. Please support as replacement variables:

  • for the TileCache directory layout ${x0}, ${x1}, ${x2} and ${y0}, ${y1}, ${y2} in order to generate paths/URLs like zz/xxx/xxx/xxx/yyy/yyy/yyy.format
  • inverted values such as {inv_x} (= maxx-x-1) etc.
  • a {$z} without leading zero

Change History (0)

Note: See TracTickets for help on using tickets.