Opened 14 years ago

Closed 5 years ago

#3595 closed enhancement (wontfix)

rfe: add reversed y-tile ID flag for gdal2tiles.py TMS output

Reported by: hamish Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: svn-trunk
Severity: normal Keywords:
Cc: gbataille

Description

Hi,

it seems that OpenStreetMap's tiles1 follow Google Maps in making 0,0 the top-left tile not the bottom-left tile as in the TMS spec2. gdal2tiles.py refers this3 but doesn't let you do anything about it.

For compatibility with OSM's software, it would be nice if gdal2tiles.py had a flag to generate tile IDs upside-down. I've filed a similar bug at the OSM end of things.4

or would this totally break OpenLayers et al. and better to just nudge others to follow the spec?

thanks, Hamish

Change History (6)

comment:1 by hamish, 14 years ago

Resolution: wontfix
Status: newclosed

apparently already fixed in OSM's Merkaartor software's trunk.

talking the liberty of closing as wontfix; feel free to reopen if anyone thinks it might be interesting.

comment:2 by hamish, 10 years ago

not specifically the same wish, but fwiw see also r26204

comment:3 by kking009, 7 years ago

Resolution: wontfix
Status: closedreopened

Reopened because:

  1. The feature would enable compliance to the WMTS standard: It becomes possible to build a light footprint WMTS server by simply deploying a GetCapybility.xml file and a bunch of png Tiles to a Web-Server.
  2. Simple to implement. Required changes see here.
  3. Bring back all informal gdal2tiles branches to gdal. See this example of an informal gdal branch.
  4. The internet shows lots of people wait for this feature.

comment:4 by Even Rouault, 7 years ago

Cc: gbataille added

comment:5 by sfkeller, 7 years ago

I'm supporting this enhancement request.

Just to be picky, I think @kking009 refers to WMTSCapabilities.xml (not GetCapybility?.xml) as used and (partially) documented here https://www.basemap.at/wmts/1.0.0/WMTSCapabilities.xml .

comment:6 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: reopenedclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.