views:

534

answers:

1

Hello, i'm trying to start a project that will present a map and drop some pins for the museums in my town. I played with map kit and route-me from Cloudmade so i'm not a stranger to them. I want to try something like OffMaps does, to use maps offline but i want to provide the tiles from the start.

I downloaded the tiles from OpenStreetMap with the Global Map Download Tool. It has an option to convert the data downloaded to an SqlLite database for the iphone that has the current structure:

  • zoom(int)
  • x(int)
  • y(int)
  • flags (int)
  • length (int)
  • data (blob)

my current problem is that i don't how to make the connection between the cloudmade library and my sqllite database with tiles. Anyone can give me some pointers what should i look for in this case?

thank you in advance, Sorin

Edit: i started reading the route-me group. It has some good pointers for anyone that wants to do something similar.you need to subscribe to read and download stuff from there.

A: 

Hi Sorin,

If you have figured this out do let me know... I am also stuck with this same problem...

email: [email protected]

Thanks, Vishal

Vishal Agarwal