-
Notifications
You must be signed in to change notification settings - Fork 12
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
Rename ExchangePointsResult element #295
Conversation
* LineInformation Request and Response Specially for the shape of the line. * Travis CI update [skip ci] * switched shape to gml:LineString * remove Probability * Travis CI update [skip ci] * typo corrected * remedy for Stefans itches ;-) * update xsd * Travis CI update [skip ci] * simplyfy siri import * gml removed, error fixed, example added * Update schema-collection.xml * Lint and update documentation tables * Lint and update documentation tables * Better name for the elemente RouteGeometry for simplicities sake, I would like to still kee it a LinkProjectionStructure * update example * Lint and update documentation tables * LinkProjectionStructure -> LinearShapeStructure * fixed error during rebasing * Lint and update documentation tables * don't mix changes ...and I think I won't change it afterwards at all. * Lint and update documentation tables * Update OJP/OJP_Requests.xsd * Update OJP/OJP_Common.xsd * Lint and update documentation tables * Update OJP/OJP_Lines.xsd * Lint and update documentation tables Co-authored-by: Travis CI User <travis@example.org> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stefan de Konink <stefan@konink.de>
commit 7b577f1 Author: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun Jan 15 16:19:55 2023 +0000 Lint and update documentation tables commit e0d210f Author: trurlurl <82838870+trurlurl@users.noreply.github.com> Date: Sun Jan 15 17:11:24 2023 +0100 Improved naming consistency
Manually merged; fc1981c |
@sgrossberndt need help; this went very wrong. |
I'll reset this branch and pull request to the former state |
f8f6c6a
to
a8f6598
Compare
# Conflicts: # docs/generated/index.html
or.. you do this :-D |
Needed to find exactly how. |
cf663d0
to
0e21b03
Compare
Stefan: Needs to be reviewed very carefully. |
# Conflicts: # OJP/OJP_Trips.xsd # docs/generated/index.html
Please make sure that the merge is correct before accepting. |
OJP/OJP_Trips.xsd
Outdated
@@ -824,6 +824,7 @@ | |||
<xs:documentation>A list of references to SITUATIONs.</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element name="SituationFullRef" type="SituationFullRefStructure" minOccurs="0" maxOccurs="unbounded"/> |
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.
@sgrossberndt This comes from somewhere... but is likely correct.
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.
No, it is not correct. SituationFullRefs
replaced SituationFullRef
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.
OJP/OJP_Trips.xsd
Outdated
@@ -824,6 +824,7 @@ | |||
<xs:documentation>A list of references to SITUATIONs.</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:element name="SituationFullRef" type="SituationFullRefStructure" minOccurs="0" maxOccurs="unbounded"/> |
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.
No, it is not correct. SituationFullRefs
replaced SituationFullRef
This change renames the result elements in the
ExchangePointsResponseGroup
fromPlace
toExchangePointsResult
. The former namePlace
was probably a copy-paste-error which already existed in OJP 1.0 and was not found until now.It also improves the naming consistency by renaming the structures
ExchangePointResponseContext
toExchangePointsResponseContext
ExchangePointProblemStructure
toExchangePointsProblemStructure