abidinamdar / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
1 stars 0 forks source link

Location from png path #330

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi! 
Sorry for my English.

How I can find longitude and latitude from PNG-file path. (e.g. 
.GMapCatcher/sat_tiles/6/213/0/639.png)

I try to find algorithm in source, but total confuse =)

Thx!

Original issue reported on code.google.com by Epi...@gmail.com on 14 Jun 2012 at 6:09

GoogleCodeExporter commented 8 years ago
PNG-file = map tile
a map tile has infinite coordinates(longitude and latitude)

here are some functions to convert:
http://code.google.com/p/gmapcatcher/source/browse/trunk/gmapcatcher/mapUtils.py

Evidently you don't know much about GIS, Why do you want to know this?

Original comment by heldersepu on 14 Jun 2012 at 7:44