Tagged Questions

7
votes
3answers
6k views

Is there an API for openstreetmap?

I wonder if there is any API I could query OSM data through, for example; Are (lon_1, lat_1) at land or at sea? Or could it be possible to get an island as a well-defined polygon? The only usage I've ...
6
votes
4answers
5k views

Openstreetmap: embedding map in webpage (like Google Maps)

Is there a way to embed/mashup the OpenStreetMap in your page (like the way Google Maps API works)? I need to show a map inside my page with some markers and allow dragging/zooming around, maybe ...
2
votes
1answer
763 views

Google Maps, Bing Maps, OpenStreetMaps and MapQuest limitation

I'm very confused reading the online term of use of some Online Map Service (like Google Maps, Bing Maps, OpenStreetMaps and Mapquest)... There is a way to use Google or Bing Maps on a website for ...
1
vote
2answers
405 views

OSM API how to get all suburbs by city?

Can someone tell me how to get a list of suburbs by city (name,id,whatever) in OpenStreetMap API? I can't find any detailed documentation and the API is pretty abstract. I'm looking at extended API, ...
1
vote
1answer
301 views

OpenLayers API Documentation

I'm doing a project using OpenStreetMap. There is this one working code snippet that I found that I'm using for adding markers: ... styleMap: new OpenLayers.StyleMap( graphicYOffset: -25, // shift ...
1
vote
2answers
2k views

How do i do geocoding and routing with OpenStreetMap?

Because Google Maps API is not available in Israel (see here) I want to use OpenStreetMap. I'm confused by all the different ways to do geocoding, i.e. finding lat,long for an address. I'm also ...
1
vote
2answers
824 views

“Search within distance” API for OpenStreetMap

Is there any API for OpenStreetMap which allows me to obtain a list of POIs within a certain distance (e.g. 10 miles) from a reference location?
0
votes
1answer
95 views

add markers to my OSM .PHP and .JS

heey everyone, I've got a task from my work where I need to put our customer database on a OSM using .PHP and .JS is this possible? And is it possible to get the info rom our database without having ...
0
votes
1answer
162 views

Get geographic coordinates of a city in OpenStreetMap

I am new to the OpenStreetMap Api, so sorry for my basic questions: How can I get the geographic coordinates of a city given its name, using the OpenStreetMap API ? And linked to this, how can I ...
0
votes
2answers
66 views

Can I edit opentreetmap data using an API?

Is there a way to edit opentreetmap using an API, such as adding a new node to the map?
0
votes
2answers
263 views

What are the advantages & disadvantages of having your own database for OpenStreetMap?

I'm doing a Route Planning Application using OpenStreetMap. The target area is the National Capital Region of the Philippines. I need the road vector data and some of the other POIs for the project. ...