-
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
Expanding PathGuidance #265
Conversation
Needs some advocacy |
* added PlaceSortingGroup to PlaceParamStructure * Update OJP/OJP_Places.xsd * problem message for unsupported sorting method Co-authored-by: Matthias Günter <matthias.guenter@sbb.ch> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stephan Großberndt <s.grossberndt@sidebysite.de> Co-authored-by: Stefan de Konink <stefan@konink.de> Co-authored-by: Malte Herlitze <herlitze@mentz.net>
* Necessary low level elements for User Preferences No UserPreference for the time being. New optimisation methods, walking and cycling profile and includeAlternativeOptions all for Trips
@sgrossberndt broke this one too... |
# Conflicts: # docs/generated/index.html
cf663d0
to
0e21b03
Compare
e5ac9ba
to
916bf3d
Compare
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.
Typo fixes and HTML doc changed.
Important: validate that the merge went correct! |
# Conflicts: # OJP/OJP_Trips.xsd # docs/generated/index.html
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.
Still OK
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="TurnAction" type="TurnActionEnumeration" minOccurs="0"> | ||
<xs:annotation> | ||
<xs:documentation>the range of alternative turns that can be described.</xs:documentation> | ||
<xs:documentation>The range of alternative turns that can be described.</xs:documentation> |
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.
I think possible might be more fitting?
"The range of possible turns that can be described."
</xs:enumeration> | ||
<xs:enumeration value="continue"> | ||
<xs:annotation> | ||
<xs:documentation>continue on the same street/road/path.</xs:documentation> |
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.
Continue
</xs:enumeration> | ||
<xs:enumeration value="keep"> | ||
<xs:annotation> | ||
<xs:documentation>keep going on the same street/road/path.</xs:documentation> |
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.
Keep going
</xs:restriction> | ||
</xs:simpleType> | ||
<xs:simpleType name="TurnActionEnumeration"> | ||
<xs:annotation> | ||
<xs:documentation>the range of alternative turns that can be described</xs:documentation> | ||
<xs:documentation>The range of alternative turns that can be described</xs:documentation> |
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.
I think possible might be more fitting?
"The range of possible turns that can be described."
PathGuidance is now strenghened and better explained.
Fixes: #248
On purpose no accessibility changes were incorporated. Those come from other PR.
We need to discuss keep & continue. There I find the explantions a bit week.
Also it is clear, that the annotations in enum problem applies also here.
@herlitze I think it is important, that you have a look at it.