Changes between Version 1 and Version 2 of Ticket #6636, comment 2
- Timestamp:
- Aug 29, 2016, 2:19:40 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6636, comment 2
v1 v2 9 9 As you can see the in the ''byte6600AGOL.gpkg'' for ''zoom_level'' 19 value of tile column lies as: 90384 <= tile_column <=90815. The values chosen are specific to gdal implementation as per my understanding. This could cause some consistency issues with drivers from other vendors. 10 10 11 ESRI starts <tile_column, tile_row> as 0,0 for every zoom level. This creates some portability issues. Also, seems the Specification lacks which algorithm we should prefer for numbering rows and columns.11 ESRI starts <tile_column, tile_row> as 0,0 for every zoom level. Other vendors can choose their own range as well. Also, seems the Specification lacks which algorithm we should prefer for numbering rows and columns. 12 12 13 13 Meanwhile, I would try to generate some ESRI GeoPackages