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 |
One Answer:
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.
can spatialite be used for same and what flexibility does spatialite api would provide?
There's a tool called osm2spatialite but it is not widely used. You can try...
Thankz a bunch for ur replies.