Skip to content

Commit

Permalink
Deployed c55dd05 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed May 22, 2024
1 parent 73d3603 commit b9cada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@

<h1>Layers</h1>

<p>The <code>paint</code> and <code>layout</code> properties for the layers depend on the <a href="/api/layer/#maplibre.LayerType">type</a> of the layer.
<p>The <code>paint</code> and <code>layout</code> properties for the layers depend on the <a href="../api/layer/#maplibre.LayerType">type</a> of the layer.
They are passed as a <code>dict</code> corresponding to the <a href="https://maplibre.org/maplibre-style-spec/layers/">Layer Style Spec</a>.</p>
<p>For example, to set the radius and the color for a circle layer, the <code>paint</code> property looks like this:</p>
<div class="language-python highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="n">paint</span> <span class="o">=</span> <span class="p">{</span>
Expand Down

0 comments on commit b9cada3

Please sign in to comment.