Skip to content

Commit 69225be

Browse files
author
OTP Bot
committed
Deployed b738967376 to dev-2.x in en with MkDocs 1.6.1 and mike 1.2.0.dev0
1 parent d8c7b58 commit 69225be

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

en/dev-2.x/Changelog/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -2673,7 +2673,8 @@ <h2 id="270-snapshot-under-development">2.7.0-SNAPSHOT (under development)</h2>
26732673
<li>Add filter and transit service API for quays <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6423">#6423</a></li>
26742674
<li>Use millisecond precision in A* traversal <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6436">#6436</a></li>
26752675
<li>Fix stop time fetching in added or replacement trips <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6245">#6245</a></li>
2676-
<li>Release script for downstream OTP forks <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6345">#6345</a>
2676+
<li>Release script for downstream OTP forks <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6345">#6345</a></li>
2677+
<li>Restore debug raster tiles as a sandbox feature, and add safety and vertex elevation text debug layers <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6454">#6454</a>
26772678
<a href="AUTOMATIC_CHANGELOG_PLACEHOLDER_DO_NOT_REMOVE"></a></li>
26782679
</ul>
26792680
<h2 id="260-2024-09-18">2.6.0 (2024-09-18)</h2>

en/dev-2.x/sandbox/DebugRasterTiles/index.html

+9-7
Original file line numberDiff line numberDiff line change
@@ -2171,13 +2171,15 @@ <h1 id="debug-raster-tiles">Debug raster tiles</h1>
21712171
<p><b>These are only meant to be used when using vector tiles is not an option (mainly JOSM).</b></p>
21722172
<p>The raster tiles are available with the following path structure:
21732173
<code>/otp/debugrastertiles/{layer}/{z}/{x}/{y}.png</code></p>
2174-
<p>The available layers are:
2175-
* bike-safety
2176-
* walk-safety
2177-
* thru-traffic
2178-
* traversal
2179-
* wheelchair
2180-
* elevation</p>
2174+
<p>The available layers are:</p>
2175+
<ul>
2176+
<li>bike-safety</li>
2177+
<li>walk-safety</li>
2178+
<li>thru-traffic</li>
2179+
<li>traversal</li>
2180+
<li>wheelchair</li>
2181+
<li>elevation</li>
2182+
</ul>
21812183
<h2 id="contact-info">Contact Info</h2>
21822184
<ul>
21832185
<li>Digitransit, Finland</li>

en/dev-2.x/search/search_index.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)