Hi, roshni.spain wrote: > When I started my project, I opted to use osm2pqsql instead of osm2routing > because there was no Windows version for it, and i didnt see any way in > which i could use it (i am using Windows Vista). Thats why i opted for > osm2pgsql, but i was not aware of the routing problem with osm2pgsql. > > What can i do ? Is there any way to make this routing info with Win? I cant > redo everything in a Linux distro, that will be too much work and i have > only little time...
You shouldn't have used Windows for such a project in the first place ;-) If you have access to a Linux box then set up postgres/postgis there, run osm2pgrouting there, and then use pgdump to export your data to a dump file. You can copy this file to your Windows box and read it into postgres using pg_restore or psql, without having to use osm2pgrouting on the Windows box. If you don't have access to a Linux box, tell us which area you are working with and I'm sure someone will be able to make that dump file for you. Bye Frederik _______________________________________________ Routing mailing list [email protected] http://lists.openstreetmap.org/listinfo/routing
