cloudmade

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! ...

Basic route information with Cloudmade

Hi, 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 any tutorial in CloudMade's website that handles this. I mailed to the support address they have provided. Nothing back from them so ...

Receiving SIGABRT error when launching TTPhotoviewController in iPhone

Hi there, 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 Three20's TTPhotoviewcontroller. These Cycle routes map works perfect but i think it has todo something with the errors im getting. I ...

Calculating driving distance in iPhone

Hi, 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 allow this? Is there an alternative that can be used? I am able to get forward geo-coding using CloudMade, but there doesn't seem to be ...

Strange bug with OpenLayers + CloudMade

Hi, 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 either NY or Israel) then press the other link. The bug is that it will not show me the tiles in that location, instead it will show m...

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. But the problem is the following: when i use the code proposed by nutiteq: mapComponent = new BasicMapComponent("115f89503138416a242f4...

link CloudMade to a project

Hi all. How can I link cloudmade api to my iPhone project? Any tutorials? ...

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 http://developers.cloudmade.com/projects/web-maps-lite/examples/routing, but I look for a fancier way to do it -- without A and B tags, and with colors, etc. Is this possible ? Thanks for your hel...

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"&gt;&lt;/script&gt; <script type="text/javascript"> var cloudmade = new CM.Tiles.CloudMade.Web({key: '1b67988f99f947e3bd06fbcf924aeda1', styleId:19933}); var map = new CM.Map('mapa', cloudmade); map.setCen...

[Blackberry/J2ME] How to draw a route between two locations on CloudMade

Hi, 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 can I display the Route? Appreciate any help. ...

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 over the top of other icons with lesser importance (especially in some zoom levels where they may bunch together). The Google Maps GMarker ...

Route-Me \ CloudMade dragging problem

Hi, 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 gray view. How can I prevent the user from dragging the map when he got to its end?...

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.. ...

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

Hi, 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 ? ...