Skip to content

adding bike/ped infrastructure to SharedStreets RoadClass hierarchy #24

@kpwebb

Description

@kpwebb

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions