-
Notifications
You must be signed in to change notification settings - Fork 28
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
[tech] Add offers for NeTEx France #544
[tech] Add offers for NeTEx France #544
Conversation
0b77549
to
c1adf7d
Compare
src/netex_france/offer.rs
Outdated
enum ObjectType { | ||
_Route, | ||
_ServiceJourneyPattern, | ||
_ScheduledStopPoint, | ||
_PassengerStopAssignment, | ||
_ServiceJourney, | ||
} |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
27bd821
to
838229f
Compare
This comment has been minimized.
This comment has been minimized.
cbde9d0
to
0bca2e6
Compare
src/netex_france/offer.rs
Outdated
Self::generate_stop_sequence_id( | ||
&vehicle_journey_id, | ||
stop_time.sequence, | ||
ObjectType::ScheduledStopPoint, |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
0bca2e6
to
1788ac2
Compare
Pull request has been modified.
d9f9a9f
to
28b64c4
Compare
src/netex_france/offer.rs
Outdated
@@ -314,6 +382,36 @@ impl<'a> OfferExporter<'a> { | |||
.build() | |||
} | |||
|
|||
fn generate_day_type_ref(vehicle_journey_id: &'a str) -> Element { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fn generate_day_type_ref(vehicle_journey_id: &'a str) -> Element { | |
fn generate_day_type_ref(service_id: &'a str) -> Element { |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
28b64c4
to
c7ced1b
Compare
Pull request has been modified.
ea039be
to
dc69876
Compare
7213dc8
to
4712376
Compare
No description provided.