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

Speed column always gets the same value #165

Closed Stophface closed 7 years ago

Stophface commented 7 years ago

I imported osm date with osm2pgrouting. I am not sepcifing a config.xml (so it uses the default file I suppose?). When I look in the ways table, all the streets have the same maxspeed_forward and maxspeed_backward. It does not matter if it is a highway, residential or footway. The maxspeed_forward matches the default_maxspeed in the osm_way_classes table. Does osm2pgrouting not extract the speed from the downloaded .osm data?

If not, is it extracting the information from the config.xml?