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

House number parameter in cloudmade doesn't work

I've problem with the house Parameter of the cloudmade geocoding API. i.e. I'am looking for house number 10 in the German City…
Thomas1703
  • 1,152
  • 5
  • 16
  • 33
0
votes
1 answer

How to avoid overlap of markers

I've a lot markers inside of a cloudemade map. Sometimes there is a number ob markers at the same location. I use the cluster functionallity but how can I avoid that there are more then one marker on the same coordinats? In such a case, I simply…
Thomas1703
  • 1,152
  • 5
  • 16
  • 33
0
votes
2 answers

find route distance & time taken to travel between two points using leaflet

I am able to find route between two points using cloud mode & leaflet using this. https://gis.stackexchange.com/questions/49608/cloudmade-routing-with-leaflet-route-is-not-displayed/ But I also want to find distance & time taken to travel from first…
vaibhav shah
  • 4,939
  • 19
  • 58
  • 96
0
votes
2 answers

Using the CloudMade API or some other geosearching API to get tourism spots?

I've been looking for an online geosearch API such that I can get location data for tourism spots, e.g. historic landmarks, tourism information locations, castles, etc. I'm not looking for a map image, but rather a list of location tagged data. I've…
csells
  • 2,453
  • 1
  • 20
  • 18
0
votes
0 answers

Route distance with cloudmade HTTP Request

Is it possible to get just the distance by making a HTTP Request with cloudemade? Currently I use this Request: http://routes.cloudmade.com/937c6e7e029348uwb988d8a791156f34/api/0.3/8.18,50.13,10.1,53.281/car.js?lang=de&units=km (More information…
Thomas1703
  • 1,152
  • 5
  • 16
  • 33
0
votes
1 answer

Python deg2num syntax error

I am a newbie when it comes to programming and I am trying to convert coordinates into tile numbers for a map app I am working on using Python. The code I was given to do this goes like this: import math def deg2num(lat_deg, lon_deg, zoom): lat_rad…
Siya
  • 829
  • 4
  • 17
  • 29
0
votes
1 answer

Leaflet & Clodmade: Anchor link to stored lat/long locations

I have created a map using the cloudmade and leaflet plugins. I have my markers set and my aim is to create my own control panel with 3 links of places. When you click on a link (eg London) it will pan to the stored lat long of london and the same…
Shimsham84
  • 227
  • 2
  • 12
  • 29
0
votes
1 answer

Cloudmade and Leaflet: Multiple custom markers

I have followed the leaflet tutorial on how to create Layer Control and the custom markers: Markers:http://leafletjs.com/examples/custom-icons.html Control: http://leafletjs.com/examples/layers-control.html I am using the control code and i would…
Shimsham84
  • 227
  • 2
  • 12
  • 29
0
votes
1 answer

Leaflet and Cloudmade: merging two examples together

I have been experimenting with cloudmade and leaflet and would like to use a snippet of code from cloudmade into my leaflet code. I have both script tags in my header and define the leaflet map by: var map = L.map('map').setView([lat, -long],…
Shimsham84
  • 227
  • 2
  • 12
  • 29
0
votes
1 answer

Map tiles from Cloudmade are not loading even if added in plist

I've been trying out iOS and PhoneGap and had some success but when I was adding geolocation and maps using Leaflet, I am stumped on tiles not loading even if I added them to the Cordova.plist as an External host. The tiles are called from here: …
1 2 3 4 5
6