Cloudmade is a company which offers a variety of services relating to OpenStreetMap data, such as rendered maps and geographical APIs.
Questions tagged [cloudmade]
85 questions
2
votes
4 answers
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 Map view to set the zoom and centre the map on the…

Barry
- 43
- 1
- 5
2
votes
0 answers
Bind hover on mouseover leaflet polyline
Is there a possibility to bind a mouseover event to a (multi)polyline which shows detailed information to that part of the line? I found some examples for polygons but they do not work on polylines.
This is how my multiPolyline is created. The ajax…

Thomas1703
- 1,152
- 5
- 16
- 33
2
votes
1 answer
Combining Google Maps Geocoder and Leaflet Map Receiving Error: Invalid LatLng object
I'm using Google Maps Geocoder to grab the latitude and longitude of an address. I'm then taking that address and using Leaflet and panning the map to the latitude + longitude coordinates. However, I'm receiving an error from Firebug saying Error:…

thank_you
- 11,001
- 19
- 101
- 185
1
vote
2 answers
Leaftlet: Force panning
In the Leaflet JS library, it says:
Pans the map to a given center. Makes an animated pan if new center is
not more than one screen away from the current one.
Probably a longshot, but does anyone know if there's a way to force panning more than…

mahemoff
- 44,526
- 36
- 160
- 222
1
vote
0 answers
How to display fixed frame of Cloudmade map?
I need to display certain regeon in Cloudmade map. Currently I am getting the map and can view all the places of world by dragging the map. I want to display a certain place(frame) with fixed zoom so that only that part of map is displayed,…

rakeshNS
- 4,227
- 4
- 28
- 42
1
vote
1 answer
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 results for other places, not states.
I use the…

Boris
- 492
- 4
- 9
1
vote
1 answer
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. The center coordinates are fetched perfectly but…

tylerl
- 1,160
- 1
- 19
- 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
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 realize now that there's Google's Styled Maps…

Rio
- 14,182
- 21
- 67
- 107
1
vote
1 answer
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…

EagleOfToledo
- 564
- 7
- 15
1
vote
1 answer
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 can I display the Route?
Appreciate any help.

Don Claudio
- 11
- 2
1
vote
1 answer
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…

Rob
- 2,766
- 5
- 32
- 39
1
vote
2 answers
link CloudMade to a project
How can I link cloudmade api to my iPhone project? Any tutorials?

Aleksey Blokhin
- 27
- 2
- 4
1
vote
1 answer
LeafletJS & Cloudmade: Retina Tile Support
I'm using Leaflet JS and Cloudmade in my mobile HTML5 application. Unfortunately I can't get the retina support to work.
I use this url to access the cloud made api:
var url =…

Sebastian
- 1,873
- 4
- 25
- 57
1
vote
0 answers
How do you remove street labels on CloudMade?
I would like to create a custom style on CloudMade that hides all road names/labels, but keeps the roads visible on the map. I am using this map for leaflet.js, so if I can remove the names/labels there, that works as well.
Is there a way to do…

Michael Johnston
- 2,364
- 2
- 27
- 48