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
1
vote
1 answer

Basic route information with Cloudmade

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…
Prasanna
  • 688
  • 1
  • 9
  • 27
1
vote
2 answers

Changing CloudMade predefined icons

I recently tried the Style Editor of CloudMade (http://maps.cloudmade.com/editor). While I know how to change the color/ line style/ border of roads/ railways, but I couldn't find a way how to change the icons of specific building like hospitals/…
Solitude01
  • 101
  • 2
  • 11
1
vote
0 answers

map markers don't move when zooming in & out of a cloudmade map

I am using cloud made map and everything works fine for me. The only problem I have is that when I zoom in or zoom out of the map, the map markers are not moving with the map. Source looks like this: id cmTilesource = …
1
vote
2 answers

Geocoding services : which can be used with JAVA web applications as reliable

As this is a very old thread to be asked a question. But as I am having same confusion on what geocoding services can be best proved. I am working on Java based web application where I need to following features to be implemented geocode the…
sbhatt
  • 381
  • 1
  • 4
  • 16
1
vote
1 answer

Leaflet.js geoJson not appearing on map - Im trying to show directions

I am able to retrieve directions fine using the cloudmade api but I cant seem to add those coordinates to my map. I've tried two different approaches var myStyle = { "color": "#ff7800", "weight": 5, "opacity": 0.65 …
jeff_kile
  • 1,805
  • 16
  • 21
1
vote
1 answer

Leaflet Maps: Why only click ( and not mouseover) events caught for L.Rectangle (jsbin example)?

I am using Leaflet 0.4.5 http://leafletjs.com/reference.html#rectangle , and I place a bunch of L.Rectangles on a map, and attach both a mouse click and mouseover event handler (one handler for both events) As you can see from this demo:…
Dr.YSG
  • 7,171
  • 22
  • 81
  • 139
1
vote
1 answer

Openstreetmap how to get the shortest travel distance by car between multiple points and a target

i need to know the shortest distance (traveling by car on the map, not bird view) between let's say 10 GIS points and a target with possibly CloudMade or something else. The points are within 10 kilometers. So I need a way to know out of my 10…
Squid3083
  • 13
  • 1
  • 4
1
vote
3 answers

Filter OSM with osmosis for specific amenity

I have downloaded the Ireland file from cloudmade for osmosis (500 MB) and placed it in the osmosis bin folder, which osmosis reads fine. I would now like to create a new file with just those places tagged with Tag:amenity=fast food. My directory…
eamon1234
  • 1,555
  • 3
  • 19
  • 38
1
vote
0 answers

Efficiently plotting large number of markers on CloudMade map

So I am working on a website that utilizes the CloudMade JavaScript map. I have to load the map and then plot roughly 14,000 markers. The point of the website is to visualize the markers (they are each plotted with varying colors) across the United…
fawaad
  • 341
  • 6
  • 12
0
votes
1 answer

CloudMade geocoding cm_invokeOnMainThread unrecognized selector

I'm trying to follow the example on http://developers.cloudmade.com/wiki/iphone-sdk/Create_basic_Local_Search_and_Geocoding_app . The example from svn provided there runs fine. But when I create my own projects and copy things from there thing gets…
huggie
  • 17,587
  • 27
  • 82
  • 139
0
votes
3 answers

CALayerInvalidGeometry'CALayerInvalidGeometry'

I'm making a tabbed view application and using CloudMade's API. I have a working project in a single view application which I try to copy to the tabbed view one. I copied and pasted everything, set up the project preferences and everything. The…
La bla bla
  • 8,558
  • 13
  • 60
  • 109
0
votes
1 answer

Cant Display AlertView or PopOver

I am using cloudmade map for displaying map even in offline mode. My issue is I am not able to display UIPopoverController in map view. Also I tried to display alert view over it. It does not displayed. I tried this code. MyViewController…
rakeshNS
  • 4,227
  • 4
  • 28
  • 42
0
votes
2 answers

Generating a fancybox frame from a leaflet popup

I am trying to have a popup generated with leaflet hold an anchor tag which when clicked opens the webpage in fancybox window. This works just fine outside of the popup content when generating a fancybox using
Gregle
  • 1
  • 1
0
votes
1 answer

map breaking into pieces

I am using cloudmade leaflet for my map library. I am not sure how to describe what is happening better so here is an image of what it is doing. I am embedding it in a jquery slidedown call. Im wondering if it has anything to do with the div size…
Bryan Williams
  • 693
  • 1
  • 10
  • 27
0
votes
1 answer

Cloudmade map api

I am looking for a solution for cloudmade that will let me click a point on the map and set a radius for a circle. I was wanting to get the cleanest interface to do this. I looked on the cloudmade forums and the devs said that they have not put this…
Bryan Williams
  • 693
  • 1
  • 10
  • 27