Search code examples
rubycloudmade

Download all tiles in Bounding Box using Cloudmade Ruby API


Can anybody supply an example of downloading all tiles between say zoom 10-18, inside a bounding box,

I'm trying to do this using the Ruby API but i can't seem to make sense of any of it, i can see how to download a single tile, how to make a boundingbox, but not how to use a bounding box to download all tiles inside it to use offline maps in my iPhone app. Thanks!


Solution

  • I converted this perl script to Ruby and it works great!