Skip to content

Commit

Permalink
deploy: e6adcf6
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Aug 9, 2024
1 parent e224ca2 commit 87b941b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ <h2 id="tile-caches"><a class="header" href="#tile-caches">Tile caches</a></h2>
</code></pre>
<h2 id="custom-tile-grid"><a class="header" href="#custom-tile-grid">Custom tile grid</a></h2>
<pre><code class="language-toml">[[grid]]
json = "../assets/custom-grid-lv95.json"
json = "assets/custom-grid-lv95.json"
</code></pre>
<p>To use the custom tile grid, add the tms name to the tileset:</p>
<pre><code class="language-toml">[[tileset]]
Expand Down Expand Up @@ -1373,7 +1373,7 @@ <h2 id="usage-5"><a class="header" href="#usage-5">Usage</a></h2>
<h2 id="geopackage-line-geometry-table"><a class="header" href="#geopackage-line-geometry-table">GeoPackage line geometry table</a></h2>
<pre><code class="language-toml">[[routing.service]]
profile = "railway"
gpkg = "../assets/railway-test.gpkg"
gpkg = "assets/railway-test.gpkg"
table = "flows"
geom = "geom"
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion routing-server/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h1 id="routing-service-configuration"><a class="header" href="#routing-service-
<h2 id="geopackage-line-geometry-table"><a class="header" href="#geopackage-line-geometry-table">GeoPackage line geometry table</a></h2>
<pre><code class="language-toml">[[routing.service]]
profile = "railway"
gpkg = "../assets/railway-test.gpkg"
gpkg = "assets/railway-test.gpkg"
table = "flows"
geom = "geom"
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tile-server/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h2 id="tile-caches"><a class="header" href="#tile-caches">Tile caches</a></h2>
</code></pre>
<h2 id="custom-tile-grid"><a class="header" href="#custom-tile-grid">Custom tile grid</a></h2>
<pre><code class="language-toml">[[grid]]
json = "../assets/custom-grid-lv95.json"
json = "assets/custom-grid-lv95.json"
</code></pre>
<p>To use the custom tile grid, add the tms name to the tileset:</p>
<pre><code class="language-toml">[[tileset]]
Expand Down

0 comments on commit 87b941b

Please sign in to comment.