Hi, i want to develop a routing application for openstreetmap which will use overpass api, post gis as database and android toolkit like mapbox. I have read all about Query Language for overpass api but unable to understand more about it even don't know that how overpass turbo data will link with pgadmin III. help me out that from where i can start for overpass api. I just have 1 more week to show my project. I am feeling helpless.Do help me out. asked 23 Oct '16, 14:01 samar |
Do not use Overpass. Download an .osm.pbf file covering your region of interest, then use osm2pgsql or osm2pgrouting to import your data into PostGIS or PostgreSQL. Then you can access the data in your database. Be advised that this will only allow you to build a very basic routing engine "proof of concept". Writing a good routing engine is far, far more complex than can be solved in a one-week student project. answered 23 Oct '16, 18:57 Frederik Ramm ♦ Thank you very much sir for your kind help.i hope now i can do my work in a better way.
(24 Oct '16, 05:00)
samar
can spatialite be used for same and what flexibility does spatialite api would provide?
(27 Oct '16, 09:33)
samar
There's a tool called osm2spatialite but it is not widely used. You can try...
(27 Oct '16, 10:03)
Frederik Ramm ♦
Thankz a bunch for ur replies.
(28 Oct '16, 07:11)
samar
|