You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/dev-2.x/Changelog/index.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3811,7 +3811,8 @@ <h2 id="2100-snapshot-in-progress">2.10.0-SNAPSHOT (in progress)</h2>
3811
3811
<li>Build scheduled transit leg geometry lazily <ahref="https://github.com/opentripplanner/OpenTripPlanner/pull/7685">#7685</a></li>
3812
3812
<li>Sort trip's active dates in GTFS API <ahref="https://github.com/opentripplanner/OpenTripPlanner/pull/7672">#7672</a></li>
3813
3813
<li>Implement on-board access in Transmodel trip API <ahref="https://github.com/opentripplanner/OpenTripPlanner/pull/7429">#7429</a></li>
3814
-
<li>Use edge endpoint instead of splitting very close to the end of an edge <ahref="https://github.com/opentripplanner/OpenTripPlanner/pull/7708">#7708</a>
3814
+
<li>Use edge endpoint instead of splitting very close to the end of an edge <ahref="https://github.com/opentripplanner/OpenTripPlanner/pull/7708">#7708</a></li>
3815
+
<li>Add <code>boardCost</code> and <code>reluctance</code> for all types of flex legs <ahref="https://github.com/opentripplanner/OpenTripPlanner/pull/7658">#7658</a>
<li><code>allowKeepingRentedVehicleAtDestination</code> should also be set for each request, either using routing defaults, or per-request.</li>
3223
3239
<li>If keeping the vehicle at the destination should be discouraged, then <code>keepingRentedVehicleAtDestinationCost</code> (default: 0) may also be set in the routing defaults.</li>
<p>Compute rental restrictions based on GBFS 2.2 geofencing zones.</p>
3230
-
<p>This feature is somewhat experimental and therefore turned off by default for the following reasons:</p>
3231
-
<ul>
3232
-
<li>It delays start up of OTP. How long is dependent on the complexity of the zones. For example in Oslo it takes 6 seconds to compute while Portland takes 25 seconds.</li>
3233
-
<li>It's easy for a malformed or unintended geofencing zone to make routing impossible. If you encounter such a case, please file a bug report.</li>
<p>Compute rental restrictions based on GBFS 2.2 geofencing zones.</p>
3275
+
<p>This feature is somewhat experimental and therefore turned off by default for the following reasons:</p>
3276
+
<ul>
3277
+
<li>It delays start up of OTP. How long is dependent on the complexity of the zones. For example in Oslo it takes 6 seconds to compute while Portland takes 25 seconds.</li>
3278
+
<li>It's easy for a malformed or unintended geofencing zone to make routing impossible. If you encounter such a case, please file a bug report.</li>
3279
+
</ul>
3255
3280
<h4id="u_1_headers">headers</h4>
3256
3281
3257
3282
<p><strong>Since version:</strong><code>1.5</code> ∙ <strong>Type:</strong><code>map of string</code> ∙ <strong>Cardinality:</strong><code>Optional</code><br/>
0 commit comments