ProjectSidewalk / ToSidewalk

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

Take care of every large street that consists of two OSM ways #3

Open kotarohara opened 9 years ago

kotarohara commented 9 years ago

A large street could consists of two parallel one way road segments in OSM. Because the parser currently creates sidewalks on both sides of each way, the large street end up having four sidewalks (i.e., two for each one way road). We need to take care of it.