<div dir="ltr"><div>Hi,</div><div>I want to figure out how big a geometry (line, polygon) is in osm map for a given zoomlevel. i.e. length of the line, area of the polygon.</div><div>The data is stored in  lan/lon coordinates (EPSG:4326). I know I can do something like st_area(st_transform(geometry, 900913)) to get the</div><div>numbers in a other projections. But I am not sure if there is some magical projection number for each osm zoomlevel.</div><div>I will appreciate any pointers for this.</div><div><br></div><div>1) I am not sure if there is a relation between area in 900913 projection and x,y coordinates for osm.</div><div><br></div><div>2) If someone has written some pl/sql or any other language utilities to do that,  I can use them as well. I am not necessarily looking for an</div><div>easy solution...</div><div><br></div><div>3) Here are actual functions that describe how to map the lat  lon to x, y coordinates for a osm zoomlevel. If I remove the int rounding from the following osm link, I would get the x,y coordiantes for a given lat/lon for a given zoomlevel.</div><a href="http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Python" target="_blank">http://wiki.openstreetmap.org/<wbr>wiki/Slippy_map_tilenames#<wbr>Python</a><br><div><br></div><div>Best regards,</div><div>Hemant Bist.</div><div><br></div><div><br></div></div>