Skip to content

Commit

Permalink
update examples part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Oct 26, 2023
1 parent fbc3c99 commit 42f89ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
</PlaceRef>
</Destination>
<Params>
<HikingProfile>easy</HikingProfile>
<CyclingProfile>green</CyclingProfile>
<IncludeAlternativeOptions>false</IncludeAlternativeOptions>
<IncludeTrackSections>true</IncludeTrackSections>
<IncludeLegProjection>true</IncludeLegProjection>
Expand All @@ -42,8 +44,6 @@
<IncludeIntermediateStops>true</IncludeIntermediateStops>
<IncludeFare>true</IncludeFare>
<IncludeOperatingDays>true</IncludeOperatingDays>
<HikingProfile>easy</HikingProfile>
<CyclingProfile>green</CyclingProfile>
<TripSummaryOnly>false</TripSummaryOnly>
</Params>
</OJPTripRequest>
Expand Down
6 changes: 3 additions & 3 deletions examples/functions/trip/TR_10_request_filters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
<NoTravelator>false</NoTravelator>
<LevelEntranceOrBoardingAid>false</LevelEntranceOrBoardingAid>
<BikeTransport>true</BikeTransport>
<HikingProfile>difficult</HikingProfile>
<CyclingProfile>fast</CyclingProfile>
<NumberOfResults>10</NumberOfResults>
<TimeWindow>PT60M</TimeWindow>
<!-- Use a 60 minutes time range.-->
Expand All @@ -84,13 +86,11 @@
<IncludeIntermediateStops>true</IncludeIntermediateStops>
<IncludeFare>true</IncludeFare>
<IncludeOperatingDays>true</IncludeOperatingDays>
<HikingProfile>difficult</HikingProfile>
<CyclingProfile>fast</CyclingProfile>
<Extension>
<ExtensionDemo/>
</Extension>
</Params>
</OJPTripRequest>
</siri:ServiceRequest>
</OJPRequest>
</OJP>
</OJP>
6 changes: 3 additions & 3 deletions examples/functions/trip/TR_11_request_with_ItModeToCover.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
</PlaceRef>
</Destination>
<Params>
<HikingProfile>easy</HikingProfile>
<CyclingProfile>green</CyclingProfile>
<ItModeToCover>
<PersonalMode>car</PersonalMode>
<PersonalModeOfOperation>own</PersonalModeOfOperation>
Expand All @@ -74,11 +76,9 @@
<IncludeIntermediateStops>true</IncludeIntermediateStops>
<IncludeFare>true</IncludeFare>
<IncludeOperatingDays>true</IncludeOperatingDays>
<HikingProfile>easy</HikingProfile>
<CyclingProfile>green</CyclingProfile>
<TripSummaryOnly>false</TripSummaryOnly>
</Params>
</OJPTripRequest>
</siri:ServiceRequest>
</OJPRequest>
</OJP>
</OJP>

0 comments on commit 42f89ec

Please sign in to comment.