pgRouting / osm2pgrouting

Import tool for OpenStreetMap data to pgRouting database
https://pgrouting.org
GNU General Public License v2.0
286 stars 113 forks source link

some documentation #279

Closed Langlaeufer closed 4 years ago

Langlaeufer commented 4 years ago

Fixes # .

Changes proposed in this pull request:

@pgRouting/admins

cvvergara commented 4 years ago

I am not a cyclist What I can say is that priorities is a subjective number and at the end it will depend on the application requirements. that been said I don't mind changing a value on priority. About the junction, I don't know, I added that line so long ago and I am not a cyclist. So maybe you can find a junction and put an image in a comment on how it looks with and without the junctions.

Langlaeufer commented 4 years ago

Priority is used for the order of evaluating the values of the mapconfig. If it has a second meaning in the routing function this may lead to logical conflicts. In this special case: If we let priority of highway=track at 1.0 then the tracktype lines with lower priority (1.1-1.5) will be never be evaluated because highway=track and tracktype=* should normally be attached to a way at the same time.

cayetanobv commented 4 years ago

Thanks @Langlaeufer