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

Expanding PathGuidance #265

Merged
merged 24 commits into from
Jan 20, 2023
Merged

Expanding PathGuidance #265

merged 24 commits into from
Jan 20, 2023

Conversation

ue71603
Copy link
Contributor

@ue71603 ue71603 commented Nov 22, 2022

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.

OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
@skinkie
Copy link
Contributor

skinkie commented Nov 24, 2022

Needs some advocacy

OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
Aurige
Aurige previously approved these changes Dec 16, 2022
herlitze and others added 2 commits January 19, 2023 17:05
* 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
@skinkie
Copy link
Contributor

skinkie commented Jan 19, 2023

@sgrossberndt broke this one too...

trurlurl
trurlurl previously approved these changes Jan 19, 2023
AndreasAtSBB
AndreasAtSBB previously approved these changes Jan 20, 2023
Copy link

@AndreasAtSBB AndreasAtSBB left a 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.

@skinkie
Copy link
Contributor

skinkie commented Jan 20, 2023

Important: validate that the merge went correct!

OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
# Conflicts:
#	OJP/OJP_Trips.xsd
#	docs/generated/index.html
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
Copy link

@AndreasAtSBB AndreasAtSBB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still OK

@skinkie skinkie merged commit 2ee66d6 into changes_for_v1.1 Jan 20, 2023
@skinkie skinkie deleted the PathGuidance branch January 20, 2023 10:10
</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>
Copy link
Contributor

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>
Copy link
Contributor

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>
Copy link
Contributor

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>
Copy link
Contributor

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."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc updated enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants