Tagged Questions

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

learn more… | top users | synonyms

7
votes
3answers
2k views

Min/max zoom level in OpenLayers

I'm using OpenLayers to display a map in a web page. I am using tiles from CloudMade, but the same issues occur with the Mapnik tiles from OpenStreetMap. I'm trying to restrict the map so that the ...
4
votes
2answers
303 views

How can I access, then animate an existing leaflet map polyline using Javascript?

Can anyone suggest how I can access then animate the red polyline here using javascript: http://gymloop.lukem.co.uk (login: User2/pass2, then select 'Challenges') I want to animate the polyline from ...
2
votes
1answer
565 views

Using OpenStreetMap .osm XML data in iOS

I have an iOS app using Google Maps to display a city with POIs. Now I want to offer an offline map too, which a user does not require a data connection to display. I checked the OpenStreetMap ...
2
votes
2answers
1k views

How to use Offline Cloudmade Maps in an iPhone App

I’ve looked through the posts on the Cloudmade site here and I get some of it, but not all. I've posted the question below, but haven't had the help I need, so I thought I'd ask the question here. I ...
2
votes
2answers
1k views

Calculating driving distance in iPhone

I need to find the driving distance between 2 locations. I do not need to display the directions in a map, just need to calculate the distance, which I need to use in my application. Does MapKit ...
1
vote
0answers
44 views

How to get the bounds of a group of markers in Cloudmade Leaflet map

I have created a mobile map with Cloudmade Leaflet and have it so a number of markers are generated to coincide with LatLong values in a database. However, I can't figure out how to set the initial ...
1
vote
1answer
109 views

JS/Regex - Remove surrounding parenthesis; Center marker (CloudMade Maps)

I'm new to programming so the examples that I've seen thus far have been too hard to adopt for my code. I've got a map with a text box above it that shows the current center coordinates of the map. ...
1
vote
1answer
532 views

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 ...
1
vote
1answer
217 views

How to draw a route between two locations on CloudMade

I'm trying to use CloudMade's route service. I want to display a Route between two locations in my standalone application, but there isn't any tutorial in CloudMade's website that handle this. How ...
1
vote
1answer
130 views

Displaying fancy routes in cloudmade based service

I look for a way to display a route in a fancy way using the Cloudmade service. Currently, I can see computed routes like on this tutorial ...
1
vote
1answer
321 views

Basic route information with Cloudmade

I am trying to use CloudMade's route-me service in my application. All I need from the service is driving distance between two locations, I don't want to display it in a map. There doesn't seem to be ...
0
votes
0answers
4 views

CloudMade HTTP Navigation API usage

I’m trying to use the HTTP Navigation API in a webpage but i get some problems. I try to launch this request : YAHOO.util.Connect.asyncRequest(‘GET’, ...
0
votes
1answer
18 views

Leaflet.js: Open all popup bubbles on page load

I'm trying to work out from the Leaflet.js docs how it would be possible to open more than one popup upon showing the page. For instance, if one had three markers (each representing a building), each ...
0
votes
0answers
13 views

Route-Me framework and error messages

I am using the CloudMade framework which is based on Route-Me to show my maps. The MKMapViewDelegate for examples offers a method called mapViewDidFailLoadingMap:withError where I can set what happens ...
0
votes
0answers
17 views

Cloudmade map api

I am looking for a solution for cloudmade that will let me click a point on the map and set a radius for a circle. I was wanting to get the cleanest interface to do this. I looked on the cloudmade ...
0
votes
0answers
45 views

What is the best mapping solution for repetitive use?

I want to take a route I've gotten via a routing service like Google-maps or CloudMade and add several way-points to it. then check how they affect the time and distance of the route. the problem is ...
0
votes
2answers
100 views

jQuery Mobile and Cloudmade Leaflet links not working

I have created a web app with jQuery Mobile and included a map using Cloudmade Leaflet. The map has markers generated from coordinates in a database. With each marker is a description of the item and ...
0
votes
0answers
48 views

Closing Popups on Cloudmade Leaflet Maps

I'm just doing my first Cloudmade Leaflet Map and have got it working except the Popups won't close when clicked. Anyone have any ideas?
0
votes
0answers
34 views

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 ...
0
votes
1answer
117 views

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 ...
0
votes
1answer
41 views

Geometry coordinates of USA state via CloudMade

I need to get geometry coordinates of the USA states. I use CloudMade API and it works well for the most states, but for several others I can't find coordinates - CouldMade API returns multiple ...
0
votes
0answers
99 views

jQuery UI dialog + cloudmade map --> map events listeners are not working

I'm trying to use jQuery UI dialog to show a Cloudmade map in the popup dialog box but for some reason when I include the map inside the dialog box the map's event listeners get killed. The map ...
0
votes
0answers
52 views

What's wrong with my CloudMade map?

I've uploaded my code here (it relies on a few different files and images so I RAR'd it instead of posting directly): http://www.sendspace.com/file/takik3 I'm just trying to make the marker and the ...
0
votes
0answers
36 views

Problem getting started with cloudmade on iPhone application which use JSON

when i use cloudmade on my iPhone application, i got problems when running, many developers says that the cloudmade API has several problems dealing with JSON, actually i use JSON for commuicating my ...
0
votes
1answer
120 views

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 ...
0
votes
1answer
66 views

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 ...
0
votes
0answers
62 views

Script to Download CloudMade Map

I want to build an offline iphone map application. For this purpose I want to use CloudMade maps. Can any one please give a certain script that can download CloudMade maps based on - minimum zoom ...
0
votes
1answer
195 views

Remove Overlay with RMPath on the Iphone

I am drawing a RMPath using the CloudMade SDK on a mapview. I am setting the Path with [mapView.contents.overlay addSublayer:path]; Now i need the possibility to remove these overlays ...
0
votes
1answer
100 views

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!
0
votes
1answer
438 views

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 ...
0
votes
2answers
178 views

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 ...
0
votes
1answer
126 views

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 ...
0
votes
1answer
162 views

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 ...
0
votes
2answers
222 views

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 ... ...
0
votes
1answer
433 views

Replacing Google Maps with Cloudmade map?

I'm trying to implement something like Paul Kulchenko's datamark: http://notebook.kulchenko.com/maps/datamark and I was wondering if there was a way to replace the Google Map with a Cloudmade one. I ...
0
votes
2answers
478 views

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 ...
0
votes
1answer
69 views

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?
0
votes
1answer
112 views

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
0
votes
2answers
863 views

What SDKs can be used for creating offline maps application for iPad/iPhone?

we are developing an offline city map application for iPad, using Cloudmade SDKs. I'm curious, is there are any other SDKs which could be used for offline applications ?
0
votes
1answer
1k views

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..
0
votes
1answer
151 views

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. ...
0
votes
1answer
244 views

CloudMade Marker Overlays - Can The Z-Index Be Controlled?

Does the CloudMade API have the ability to control the z-order or z-index of the marker overlays (e.g.icons)? I have used this before in Google Maps to make certain icons with more importance draw ...
0
votes
1answer
98 views

How can I add a simple link to a variable using openlayers / cloudmade?

Here's the code I've got; <script type="text/javascript" src="http://tile.cloudmade.com/wml/latest/web-maps-lite.js"></script> <script type="text/javascript"> var cloudmade ...
0
votes
1answer
110 views

link CloudMade to a project

How can I link cloudmade api to my iPhone project? Any tutorials?
0
votes
2answers
518 views

CloudMade + Android

Good afternoon, i write in order to ask a question about the use of the API KEY. I'm developing an application for Android, so i use the service provided for www.nutiteq.com for using the api maps. ...
0
votes
2answers
565 views

Strange bug with OpenLayers + CloudMade

I am trying something fairly simple, you can see a demo here: http://www.jsfiddle.net/VVe8x/19/ This bug only appears in Firefox, so to see it press either one of the links once (it will take you to ...
0
votes
1answer
768 views

Receiving SIGABRT error when launching TTPhotoviewController in iPhone

Well im creating an iPhone application which contains some features like Cycle routes and a Photoviewer. For these Cycle routes im useing the Cloudmade api, and for the PhotoViewer im useing ...
0
votes
1answer
228 views

cloudmade - using the sample code, Marker jumps

I've setup a project with cloudmade. If if tap on a marker and want to drag it, the marker jumps some pixel. Any suggestions? Would be great to get some help :) Thanks!