Questions tagged [route-me]

A powerful mapping API which supports online mapping as well as offline mapping capability.

81 questions
2
votes
1 answer

Xcode 4.3 ad hoc crashes iPad - runs in simulator, runs on iPad if loaded from Xcode

I am working in Xcode 4.3.1, and developing for iOS 5.1. My app runs fine in the simulator; it runs fine on my iPad if I install it from Xcode. But when I install it from an ad hoc archive, it crashes when I try to open a particular view controller.…
Beth
  • 23
  • 5
1
vote
1 answer

How to create transparent layer with route-me

Im struggling with something which I can't get my head arround I have a tile source with transparent tiles that I want to add on top of a base map (open streetmap) but it's not working as it should // setup a base map baseMapView = [[RMMapView…
CocoaChris
  • 508
  • 3
  • 7
1
vote
1 answer

Adding pins to offline map using route-me RMMapView

I am using the route-me files found at https://github.com/route-me/route-me to build a offline map application for iPhones. I have the map working offline and also successfully implemented "current location" button that will show the users location…
Jay
  • 245
  • 4
  • 14
1
vote
0 answers

MBTile Example Project - could not find column named tile_data

I have a problem regarding the implementation of a exported mbtiles file with route-me. I used the example on github and was able to compile and view the example map (control-room). Now I tried to use an TileMill exported mbtiles file with the…
introvio
  • 11
  • 2
1
vote
0 answers

Route Me: Caching Tiles limit?

I am using the route me frame work for my map application. I badly want to cache more tiles than its caching by default. So i changed the routeme.plist like this:
Malte Onken
  • 769
  • 1
  • 9
  • 20
1
vote
1 answer

Route Me: Location & Screen Position

I am drawing a bunch of Markers on my Map View. The information about the position of all objects (latitude and longitude) is stored in an Array. To optimize performance i don't want to draw ALL Markers. I only want to alloc Markers in the area i am…
Malte Onken
  • 769
  • 1
  • 9
  • 20
1
vote
1 answer

show map with current user location with RouteMe code

I want to display in my project a map with the current user location. I want to use RouteMe code and not google map. I searched examples for this but i didn't find. Does anyone know how can i do it??? Thanks.
zipi
  • 117
  • 2
  • 8
1
vote
2 answers

Finding if a given position (lat, lon) is within the BoundingBox of two coordinates (route-me)

I am working on an iPhone app using the Route-Me project. I am using a method called 'latitudeLongitudeBoundingBoxForScreen' which returns a set of two cooördinates. Defining the Northeast and Southwest corners in lat/lon of your screen. This seems…
Wim Vanhenden
  • 841
  • 2
  • 12
  • 18
1
vote
1 answer

xCode Route-Me Compilation for Offline Maps

I have two related problems trying to use Route-Me and I really need some help. It works fine in xCode 3 in the Debug and Adhoc Distribution Configurations. Problem 1 - App Crashes when the Map is used under the Release Configuration I've checked…
Chris
  • 1,449
  • 1
  • 18
  • 39
1
vote
3 answers

App Crashes at Apple but not in test

My app has been (correctly) rejected by Apple as it crashes when you try to use the offline maps. The crash is in the route-me code libraries so the crash log isn't that helpful. In test it is fine, and does not crash, so I can't recreate the test…
Chris
  • 1,449
  • 1
  • 18
  • 39
1
vote
1 answer

How to resize OpenStreetMap tiles

I implement offline map application by route-me and OpenStreetMap. I used tile from zoom level 11-16. But when I convert to .sqlite it very large file size. that is my first problem. and second is on map zoom level 16 is very small (text and road…
mr.octobor
  • 191
  • 2
  • 4
  • 18
1
vote
1 answer

What URL for download OpenStreetMap tiles

I download tiles from zoom level 11 - 16. But my map is small then other OSM map application. .... I downloaded tiles from this URL: http://tile.openstreetmap.org/13/4096/3659.png It's work normally. but I noticed many tiles are different from…
mr.octobor
  • 191
  • 2
  • 4
  • 18
1
vote
1 answer

XCode header files scanning issue

I'm working with Xcode4 and Route-me project. I'm creating my project and including dependencies on RouteMe like the "Embedding guide" explains (https://github.com/route-me/route-me/wiki/Embedding-Guide). The problem is XCode4 isn't able to…
acanimal
  • 4,800
  • 3
  • 32
  • 41
1
vote
1 answer

route-me won't compile in xCode 4

I'm trying to get route-me offline maps to compile in xCode 4. They were fine in xCode 3. I believe my issue is with architecture settings. Looking at the following post, it looks like I should change proj4 to be armv6 only and leave the main…
Chris
  • 1,449
  • 1
  • 18
  • 39
1
vote
1 answer

custom tiles for route-me from my own bitmap?

How do I create custom tiles for route-me from my own bitmap? I know that map2sqlite is required, but where can I find a step by step tutorial? Thanks, Colin
user592230
  • 13
  • 3