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
22
votes
9 answers
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 user cannot zoom all the way out to world view -- I…

David Pfeffer
- 38,869
- 30
- 127
- 202
22
votes
4 answers
Multiple markers on the exact same position on a Leaflet map
We use leafletJS to show maps with round about 100 markers. Some of these markers are located on exact the same position. Marker2 is above Marker1 so Marker1 isn't visible. Is there a way to rotate Markers in a way that you can see there are more…

Thomas1703
- 1,152
- 5
- 16
- 33
16
votes
6 answers
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 one would have their popup opened…

fooquency
- 1,575
- 3
- 16
- 29
13
votes
3 answers
Custom map style in MapKit
I am looking for a way to implement a custom map style in iOS 7, just like you can do with Google Maps. I have found some posts saying that this is not possible with MapKit, but they are all posted a while back. To clarify, by style I am talking…

Daniel Larsson
- 6,278
- 5
- 44
- 82
7
votes
2 answers
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 the first marker to the end of the red line (think…

codecowboy
- 9,835
- 18
- 79
- 134
7
votes
3 answers
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 project, and a .osm export of this city is 5MB - perfect…

Aemsn
- 338
- 4
- 8
7
votes
2 answers
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 ?

32i
- 626
- 4
- 12
5
votes
2 answers
Leaflet map url is forbidden
I'm trying to create a jquery mobile phonegap app and I want to use leaflet maps embedded in it. I'm doing a pretty basic proof-of-concept at the moment, but I'm not having much luck. Every time I try to load the map, the .png of the map doesn't…

RaceOnApp
- 51
- 1
- 2
4
votes
2 answers
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 can see that I need to:
download the tiles for…

Chris
- 1,449
- 1
- 18
- 39
4
votes
1 answer
Leaflet JS: Hiding API key of map tile provider
I know this may come off as a very noob question.
I'm using Leaflet JS for mapping purposes in my application. For the mapping tile providers, I setup both MapQuest and Cloudmade.
Both of them have a format similar to…

Bornfree
- 868
- 7
- 21
4
votes
1 answer
leafletjs setMaxBounds wont let zoom out to see whole world
I am using leaflet js to show a world map using cloudmade tiles. When I setMaxBounds to the map the bounds work great except to north. That is, however, not my biggest concern. My concern is, as I use maxBounds I can not zoom out to see whole world…

Anil Maharjan
- 441
- 4
- 14
3
votes
1 answer
OpenstreetMap + Leaflet and CloudMade
I use in my project OpenstreetMap and Leaflet.
Add a layer:
L.tileLayer("http://{s}.tile.cloudmade.com/{my_key}/997/256/{z}/{x}/{y}.png",
attribution: "Map data © OpenStreetMap contributors,

none
- 1,699
- 2
- 13
- 18
3
votes
3 answers
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 allow this? Is there an alternative that can be used?…

Prasanna
- 688
- 1
- 9
- 27
2
votes
1 answer
openlayers: cloudmade layer has slightly different projection than bing or osm
i have an openlayers map with different layers like bing or openstreetmap and also an cloudmade layer. bing and openstreetmap show the exact same location.
if i switch the layer to cloudmade the position jumps about 200m.
any idea, how to change…

user1285411
- 21
- 3
2
votes
2 answers
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 a link that is displayed in a popup when the…

Barry
- 43
- 1
- 5