Hello there. I wanted to know how to integrate and use OSM in cordova ? Please provide me some tutorials asked 02 Jan '15, 12:11 Chintan Soni SomeoneElse ♦ |
Finally I stumbled upon a github project dealing with OSM-based maps via mapsforge format in Apache Cordova framework: https://github.com/afsuarez/mapsforge-cordova-plugin Any short reports about success in using this are welcome. answered 29 Jan '15, 17:09 stephan75 |
Do you wish to use the osm for navigation on a smart phone or some other use
Yes sir. I am going to use it on smart phone using cordova. I am targetting Android, iOS and Windows platform majorly.
I see, sorry, i thought Cordova was a location. :)
Here is a recent query that may help https://help.openstreetmap.org/questions/38151/what-would-i-need-to-learn-to-develop-a-mobile-app-that-uses-osms-map-data
Could you expand a bit about what you mean by "integrate and use OSM"? It might mean display a "slippymap", such as the map background you see at OpenStreetMap.org, or it might mean you want to use an OSM-based service such as Nominatim (perhaps hosted at OSM, perhaps hosted elsewhere) for geocoding or reverse geocoding, or it might mean that you want to obtain the location of a particular sort of item (convenience stores, perhaps) by doing an Overpass query, or something else entirely. What sort of thing are you planning to do?