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
21
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
  • 36,331
  • 28
  • 120
  • 198
16
votes
3 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,012
  • 5
  • 15
  • 30
15
votes
5 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,496
  • 3
  • 16
  • 28
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
  • 5,762
  • 5
  • 39
  • 75
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
  • 8,963
  • 17
  • 73
  • 129
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
  • 636
  • 4
  • 11
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,178
  • 1
  • 16
  • 33
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
  • 685
  • 5
  • 19
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
  • 376
  • 3
  • 11
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,389
  • 1
  • 10
  • 17
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
  • 26
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…
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
1
2 3 4 5 6