<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, May 22, 2013 at 5:52 PM, Vince Berubey <span dir="ltr"><<a href="mailto:screams_3@hotmail.com" target="_blank">screams_3@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">Hi,<div>I would be grateful if someone could help me with this.</div><div><br></div><div>I use generate_tyles.py to create tiles. But, in the script you need to write the bounding box values of the region from where you want to generate the tiles. Since, I was using an example I found online, they were providing these values. But, for example, if I want to get the bounding box values of Paris, how do I get them?</div>
<div><br></div><div><div>    bbox = (-180.0,-90.0, 180.0,90.0) <---</div><div><span style="font-size:12pt">    render_tiles(bbox, mapfile, tile_dir, 0, 5, "Paris")<br></span></div></div></div></div></blockquote>
<div><br></div><div>for kicks, try this for a start<br><br></div><div>bbox = (2.2192,48.7686, 2.4747,48.9491) <br><br></div><div>You could use the export tab on <a href="http://openstreetmap.org">openstreetmap.org</a> (and the manually select a different area, option) to find another bounding box that you like. <br>
</div></div><br></div></div>