Skip to content
This repository was archived by the owner on Jun 9, 2018. It is now read-only.

gdal2tiles incorrect tilemapresource coordinates #21

Open
Rrivera5127 opened this issue Dec 16, 2015 · 2 comments
Open

gdal2tiles incorrect tilemapresource coordinates #21

Rrivera5127 opened this issue Dec 16, 2015 · 2 comments
Labels

Comments

@Rrivera5127
Copy link

gdal2tiles_parallel.py line 1543-1544 has incorrect values for the bounding box:
<BoundingBox minx="%(south).14f" miny="%(west).14f" maxx="%(north).14f" maxy="%(east).14f"/> <Origin x="%(south).14f" y="%(west).14f"/>

shoudld be:
<BoundingBox minx="%(west).14f" miny="%(south).14f" maxx="%(east).14f" maxy="%(north).14f"/> <Origin x="%(west).14f" y="%(south).14f"/>

@stevendlander
Copy link
Contributor

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
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants