A a converter and a routing engine for Openstreetmap data
2
votes
3answers
157 views
Looking for TSP with Target different from Source
I know the TSP (traveling sales person) in osm2po is beta but it works quite well.
Is there a way to designate a final target location that is different from the initial source location. In other ...
2
votes
1answer
220 views
Is there a way to route different vehicles within OSM2PO?
Is there a way to route different vehicles within OSM2PO? I would like to start the service with a config file and then turn different flags on/off depending on whether the route is for a bike or a ...
1
vote
0answers
99 views
Graph of a specific area of USA
I am trying to get the network graph of a specific reason of USA. I have got a couple of options. One of them is using osm2po tool to extract the nodes and edge table from the osm map of a specific ...
2
votes
1answer
223 views
Can I get time & distance from OSM2PO without loading data into PostgreSQL?
Can I get time and distance from OSM2PO routing without loading the data into PostgreSQL? I've seen the answer regarding matching IDs with the DB, but I need to do this using only the OSM2PO service.
2
votes
3answers
191 views
How to visualize the vertices of a graph in QGIS?
I tried to visualize the graph generated by osm2po and rendered that graph in qgis. Now what I am trying to do is plot the vertices in the graph. So that I can visually see where the nodes/vertices ...
3
votes
1answer
262 views
How to create a QGIS road style for OSM data?
I am trying to use qgis to visualize the shortest path algorithm's result. I managed to import the osm map into qgis
But I think it looks kind of different. I was referring to this link and she ...
1
vote
1answer
128 views
Interpreting the geom_way in the table created using osm2po [duplicate]
Possible Duplicate:
Issues while plotting the results of pgRouting shortest path
I am trying to actually figure out what this column exactly represents and how to use that in my case. I ...
1
vote
1answer
247 views
How to get travel time and link used from osm2po http service
I used osm2po to get shortest paths but I would like to get travel time and osm links ids used in the path. Is it possible?
Here is the osm2po service url format I use (this is an example):
...
1
vote
2answers
311 views
How to restart an osm2po service from a previous run?
I have followed underdark's clear and concise "how to" to get osm2po running. The web service is a great little tool for inspecting the data. Is there a way to restart the service using an existing ...
