-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Currently SharedStreets includes only public car-routable paths on public streets.
We're seeing increasing interest in including bike/ped only infrastructure, and potential downstream data consumer applications that can close or place restrictions on bike/ped only facilities .
To support these applications we need to include references for these paths. I suggest we add additional RoadClass hierarchy levels (8 and 9):
public enum ROAD_CLASS {
ClassMotorway(0),
ClassTrunk(1),
ClassPrimary(2),
ClassSecondary(3),
ClassTertiary(4),
ClassResidential(5),
ClassUnclassified(6),
ClassService(7),
ClassOther(8), // other allowing car
ClassCyclePath(9), // cycle + ped traffic only
ClassPedestrianPath(10); // ped traffic only
}
d-wasserman
Metadata
Metadata
Assignees
Labels
No labels