This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

OSM / JAVA : latitude & longitude for each point of the tile

0

Hi everyone

It's my first time using osm, which is a great project. I am using osm tiles in a java program. I get each tile using url like : http://a.tile.openstreetmap.org/zoom/x/y.png

I choose latitude & longitude and get x & y, thanks to the wiki : https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames But i only know the latitude & longitude in the middle of my tile. How could i know latitude & longitude for each point of the tile ?

Thanks Gabriel

asked 31 Jan '13, 22:02

mapBalou's gravatar image

mapBalou
11112
accept rate: 0%

Source code available on GitHub .