Skip to content

Commit

Permalink
Deployed 1c95460ecc to dev-2.x in en with MkDocs 1.5.3 and mike 1.2.0…
Browse files Browse the repository at this point in the history
….dev0
  • Loading branch information
OTP Bot committed Feb 15, 2024
1 parent ffd50b3 commit ea901cb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions en/dev-2.x/sandbox/MapboxVectorTilesApi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2135,6 +2135,14 @@ <h3 id="configuration">Configuration</h3>
</thead>
<tbody>
<tr>
<td><a href="#vectorTiles_attribution">attribution</a></td>
<td style="text-align: center;"><code>string</code></td>
<td>Custom attribution to be returned in <code>tilejson.json</code></td>
<td style="text-align: center;"><em>Optional</em></td>
<td></td>
<td style="text-align: center;">2.5</td>
</tr>
<tr>
<td><a href="#vectorTiles_basePath">basePath</a></td>
<td style="text-align: center;"><code>string</code></td>
<td>The path of the vector tile source URLs in <code>tilejson.json</code>.</td>
Expand Down Expand Up @@ -2209,6 +2217,17 @@ <h3 id="configuration">Configuration</h3>
</tbody>
</table>
<h4 id="details">Details</h4>
<h4 id="vectorTiles_attribution">attribution</h4>

<p><strong>Since version:</strong> <code>2.5</code><strong>Type:</strong> <code>string</code><strong>Cardinality:</strong> <code>Optional</code> <br />
<strong>Path:</strong> /vectorTiles </p>
<p>Custom attribution to be returned in <code>tilejson.json</code></p>
<p>By default the, <code>attribution</code> property in <code>tilejson.json</code> is computed from the names and
URLs of the feed publishers.
If the OTP deployment contains many fields, this can become very unwieldy.</p>
<p>This configuration parameter allows you to set the <code>attribution</code> to any string you wish
including HTML tags,
for example <code>&lt;a href='https://trimet.org/mod'&gt;Regional Partners&lt;/a&gt;</code>.</p>
<h4 id="vectorTiles_basePath">basePath</h4>

<p><strong>Since version:</strong> <code>2.5</code><strong>Type:</strong> <code>string</code><strong>Cardinality:</strong> <code>Optional</code> <br />
Expand Down
2 changes: 1 addition & 1 deletion en/dev-2.x/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit ea901cb

Please sign in to comment.