Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Update osm2lanes/src/road/lane.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
droogmic authored May 9, 2022
1 parent a9a6bfb commit 9ab338d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osm2lanes/src/road/lane.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ pub struct AccessByType {
}

/// Access for a given user
// TODO: how to handle the motor_vehicle vs motorcar discussion in https://wiki.openstreetmap.org/wiki/Key:motorcar#Controversy
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
#[serde(tag = "type", rename_all = "snake_case")]
pub struct AccessAndDirection {
Expand Down

0 comments on commit 9ab338d

Please sign in to comment.