‘route-me’ is an iPhone map engine and I want to add my own map source to it. I’ve got all the map images on my server but I dont know how to add the map source? Any one could help?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There seems to be two ways to do this:
First, from the documentation:
If you have your own maps, you can use Mapnik as a framework and OpenStreetMap as your host. You can then point to your map with the
RMOpenStreetMapsSourceclass to specify the URL.Alternatively,
You can use an app for route-this called SimpleMap along with an extension called Map2sqlite. This allows you to use a class caled
RMDBTileSourceand point to a sqlite DB file of your maps as the source. I found this tidbit on a google groups article covering this topic.