GitHubRGI / geopackage-python

Achived - See GitLab repository for current development
https://gitlab.com/GitLabRGI/erdc/geopackage-python
GNU General Public License v3.0
65 stars 42 forks source link

gdal2tiles incorrect tilemapresource coordinates #21

Open Rrivera5127 opened 8 years ago

Rrivera5127 commented 8 years ago

gdal2tiles_parallel.py line 1543-1544 has incorrect values for the bounding box: `

`

shoudld be: `

 <Origin x="%(west).14f" y="%(south).14f"/>

`

stevendlander commented 8 years ago

Thanks, I will check it out. This isn't an area I changed from the regular gdal2tiles script included with Gdal, so it is possible the same bug exists there as well.

Rrivera5127 commented 8 years ago

I checked GDAL 1.11.1_3 gdal2Tiles.py and it looks to be the correct bounding box