ProjectSidewalk / ToSidewalk

Parses data from OpenStreetMap and attempts to predict where sidewalks are located
3 stars 2 forks source link

make_crosswalks() fails with IndexError when trying to get list(shared_street_ids)[0] #7

Closed kotarohara closed 9 years ago

kotarohara commented 9 years ago

The program fails when I try to parse SmallMap_03.osm

kotarohara commented 9 years ago

Fixed