Questions tagged [cloudmade]

Cloudmade is a company which offers a variety of services relating to OpenStreetMap data, such as rendered maps and geographical APIs.

85 questions
0
votes
1 answer

Cloudmade Status

I've been looking at using Cloudmade, but it feels rather unloved. There has been a single blog entry since June, the forums are suspiciously quiet and its iOS examples page carries information about preparing for iOS4. Is Cloudmade a…
Undistraction
  • 42,754
  • 56
  • 195
  • 331
0
votes
2 answers

How to calculate distance and time between two CLLocation throughout the whole ride with CloudMade maps?

In my iPhone application I allow the user to choose a destination on the map, then when he starts driving toward the destination I want to give him information like: how long until he reaches the destination and what its current distance from the…
Eyal
  • 10,777
  • 18
  • 78
  • 130
0
votes
1 answer

Problem to trace the route between two points

i try to trace the route between two points in my iPhone application using cloudmade, the application crashes and i got this report : 2011-06-23 17:07:56.153 TopStation[1307:9b03] +[NSArray arrayWithContentsOfURL:headers:]: unrecognized selector…
Malloc
  • 15,434
  • 34
  • 105
  • 192
0
votes
1 answer

problem with Routing HTTP API Examples

i have followed this example to try to trace the itinerary between two points : http://developers.cloudmade.com/projects/routing-http-api/examples However in the example there is no notification of where to put the http query :…
Malloc
  • 15,434
  • 34
  • 105
  • 192
0
votes
1 answer

Cloudmade API Turn by Turn - can custom voiced be used?

Anyone with experience using the Cloudmade api for iphone apps? I'm being asked if it's feasible to incorporate custom voices for the turn by turn navigation it offers. Any advice appreciated!
Don H
  • 891
  • 2
  • 15
  • 24
0
votes
1 answer

collect2: ld returned 1 exit status

Ld "build/Debug-iphonesimulator/Cloudmade Map.app/Cloudmade Map" normal i386 cd /Users/MPDEV/Documents/cloudmade2 setenv MACOSX_DEPLOYMENT_TARGET 10.6 setenv PATH…
Tim
  • 127
  • 2
  • 2
  • 8
0
votes
2 answers

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…
Alex
  • 2,513
  • 5
  • 27
  • 42
0
votes
1 answer

Route-Me Embedding - MapView classes missing

I've been trying to get Offline Maps to work for a while now, but am pretty stuck now. I've followed the instructions on the Route-Me Embedding Guide to the letter but: have no MapView.app - just libMapView.a and a missing RM Unit Tests.App - but…
Chris
  • 1,449
  • 1
  • 18
  • 39
0
votes
1 answer

cloudmade - draggable marker + collecting the marker coordinates to be stored or used in the application

I would like to use CloudMade mapping in one of my projects. I need to be able to create a draggable marker so users can mark a certain geographic space on the map. I would also like to be able to save the coordinates of the marker in a database. Is…
avatar
  • 12,087
  • 17
  • 66
  • 82
0
votes
2 answers

Cloudmade distance between two points

I need to get the distance between two points without showing the map on a iPhone app. I'm trying to use CLoudMade ... but I can't figure it out from the documentation provided. CAn anyone help me ... and make a little step-by-step tutorial or give…
Toncean Cosmin
  • 535
  • 4
  • 19
0
votes
1 answer

duplicate symbol _OBJC_METACLASS_$_SBJSON when using CloudMade and Facebook iOs SDKs

I'm trying to compile a project that uses both CloudMade and Facebook. The Facebook SDK also includes the SBJson library so I get a link error: duplicate symbol _OBJC_METACLASS_$_SBJSON in ../CloudMadeApi/libs/CloudMade/libCloudMadeApi.a(SBJSON.o)…
0
votes
2 answers

Changing map language - is it possible?

Is it possible to get cloudmade map tiles in English for area which are not in English by default?
Vlad...
  • 15
  • 3
0
votes
1 answer

Problem with downloading tiles from cloudmade

I need download tiles for specified area. I have a bbox with lat/long coordinates, but how convert them to x/y which are required by URL
Vlad...
  • 15
  • 3
0
votes
1 answer

How to download OpenStreetMap tiles from CloudMade?

how to download cloudmade map tiles? i have to download tiles with different zoom levels? how save these tiles to database for later loading? any sample code available? any help is appreciated..
Allen
  • 222
  • 5
  • 15
0
votes
1 answer

Route-Me \ CloudMade dragging problem

I'm using CloudMade on iPhone and I've got this really critical issue to solve. The problem is when the user moves the map up\down there is nothing to stop him when he gets to the end of the map. This way he can move the map forever and just see a…
Rizon
  • 1,516
  • 4
  • 25
  • 45