What is the best way to get a route or directions from OpenStreetMaps? I\'ve found YourNavigation.org, but there are wrote that this is YOURS showcase.
I need to build a website which needs to perform the following tasks: Display a web map with topographical details
I\'m working on an application that uses the OpenStreetMap (OSM) API to display various points of interest on an offline map, composed of static tiles.
I am working with .osm files and am trying to filter entities based on tags. I need to view only entities containing both source and attribution tags. I used the following to successfully filter all s
I\'m using osmdroid and maps downloaded from OSM up to level 16. I was wondering if there is any way I could make the osmdroid use the tile from that zoom level but draw it bigger.
I have a set of super simple XML files to parse... but... they use custom defined entities.I don\'t need to map these to characters, but I do wish to parse and act on each one.For example:
I\'ve been setting up osm2pgsql to convert .osm files to be usable in Postgres. I have now tried the following statement:
I\'ve been researching ways to implement offline maps on iPhone using OpenStreetMap (with CloudMade tile server).I\'d like to be able to allow users to request for offline maps based on a given city n
I currently have an Android app that downloads map data from tile.openstreetmap.org. I then want it to be able to communicate with a server and have them share the same map markers. The so开发者_JAVA百
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 ?