Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] NeTEx France - Add entrances/exits in arrets.xml #567

Merged
merged 3 commits into from
Mar 10, 2020

Conversation

ArnaudOggy
Copy link
Contributor

No description provided.

@ArnaudOggy ArnaudOggy added the wip label Mar 6, 2020
@ArnaudOggy ArnaudOggy force-pushed the netex-france-entrance-exit branch 3 times, most recently from dfc0953 to 18fc9fb Compare March 6, 2020 15:47
@ArnaudOggy ArnaudOggy force-pushed the netex-france-entrance-exit branch from 18fc9fb to d2d5324 Compare March 6, 2020 15:48
Comment on lines 400 to 407
let stop_place_entrances = self
.model
.stop_locations
.values()
.filter(|sl| sl.parent_id == Some(stop_area_id.to_string()))
.filter(|sl| sl.stop_type == StopType::StopEntrance)
.map(|sl| self.generate_stop_place_entrance(sl))
.collect::<Result<Vec<Element>>>()?;

This comment was marked as outdated.

woshilapin
woshilapin previously approved these changes Mar 9, 2020
@mergify mergify bot dismissed woshilapin’s stale review March 9, 2020 17:30

Pull request has been modified.

@ArnaudOggy ArnaudOggy removed the wip label Mar 9, 2020
woshilapin
woshilapin previously approved these changes Mar 10, 2020
@ArnaudOggy ArnaudOggy force-pushed the netex-france-entrance-exit branch from 9c87c13 to f276974 Compare March 10, 2020 10:58
@mergify mergify bot dismissed woshilapin’s stale review March 10, 2020 10:58

Pull request has been modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants