pgRouting / osm2pgrouting

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

filter private road #164

Open bertrandmd opened 7 years ago

bertrandmd commented 7 years ago

Hi !

Do you have a tips to avoid the using of private road by pgrouting (exemple highway=residential & access=private in OSM) ?

I test different mapconfig.xml but I think it doesn't work.

Thanks for your help.

dkastl commented 7 years ago

What exactly doesn't work? Importing the specific road types or not importing them? If you import them at first, you can also exclude them later in your pgRouting query.

denadai2 commented 7 years ago

To me it is not clear what to put in config.xml to avoid access=private. Thus I would like only access=yes or ways without the access key.

thx