Skip to content

Commit 1ee0cce

Browse files
committed
Deploying to gh-pages from @ 8dc8c06 🚀
1 parent 320e629 commit 1ee0cce

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,66 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://www.maplibre.org/maplibre-style-spec/</loc>
5-
<lastmod>2025-09-19</lastmod>
5+
<lastmod>2025-09-23</lastmod>
66
</url>
77
<url>
88
<loc>https://www.maplibre.org/maplibre-style-spec/deprecations/</loc>
9-
<lastmod>2025-09-19</lastmod>
9+
<lastmod>2025-09-23</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://www.maplibre.org/maplibre-style-spec/expressions/</loc>
13-
<lastmod>2025-09-19</lastmod>
13+
<lastmod>2025-09-23</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://www.maplibre.org/maplibre-style-spec/font-faces/</loc>
17-
<lastmod>2025-09-19</lastmod>
17+
<lastmod>2025-09-23</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://www.maplibre.org/maplibre-style-spec/glyphs/</loc>
21-
<lastmod>2025-09-19</lastmod>
21+
<lastmod>2025-09-23</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://www.maplibre.org/maplibre-style-spec/layers/</loc>
25-
<lastmod>2025-09-19</lastmod>
25+
<lastmod>2025-09-23</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://www.maplibre.org/maplibre-style-spec/light/</loc>
29-
<lastmod>2025-09-19</lastmod>
29+
<lastmod>2025-09-23</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://www.maplibre.org/maplibre-style-spec/projection/</loc>
33-
<lastmod>2025-09-19</lastmod>
33+
<lastmod>2025-09-23</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://www.maplibre.org/maplibre-style-spec/root/</loc>
37-
<lastmod>2025-09-19</lastmod>
37+
<lastmod>2025-09-23</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://www.maplibre.org/maplibre-style-spec/sky/</loc>
41-
<lastmod>2025-09-19</lastmod>
41+
<lastmod>2025-09-23</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://www.maplibre.org/maplibre-style-spec/sources/</loc>
45-
<lastmod>2025-09-19</lastmod>
45+
<lastmod>2025-09-23</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://www.maplibre.org/maplibre-style-spec/sprite/</loc>
49-
<lastmod>2025-09-19</lastmod>
49+
<lastmod>2025-09-23</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://www.maplibre.org/maplibre-style-spec/state/</loc>
53-
<lastmod>2025-09-19</lastmod>
53+
<lastmod>2025-09-23</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://www.maplibre.org/maplibre-style-spec/terrain/</loc>
57-
<lastmod>2025-09-19</lastmod>
57+
<lastmod>2025-09-23</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://www.maplibre.org/maplibre-style-spec/transition/</loc>
61-
<lastmod>2025-09-19</lastmod>
61+
<lastmod>2025-09-23</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://www.maplibre.org/maplibre-style-spec/types/</loc>
65-
<lastmod>2025-09-19</lastmod>
65+
<lastmod>2025-09-23</lastmod>
6666
</url>
6767
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

sources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@ <h1 id="sources">Sources<a class="headerlink" href="#sources" title="Permanent l
19281928
</span><span id="__span-0-25"><a id="__codelineno-0-25" name="__codelineno-0-25" href="#__codelineno-0-25"></a><span class="p">}</span>
19291929
</span></code></pre></div>
19301930
<h2 id="vector">vector<a class="headerlink" href="#vector" title="Permanent link">&para;</a></h2>
1931-
<p>A vector tile source. Tiles must be in <a href="https://github.com/mapbox/vector-tile-spec">Mapbox Vector Tile format</a>. All geometric coordinates in vector tiles must be between <code>-1 * extent</code> and <code>(extent * 2) - 1</code> inclusive. All layers that use a vector source must specify a <a href="../layers/#source-layer"><code>source-layer</code></a> value.</p>
1931+
<p>A vector tile source. Tiles must be in <a href="https://github.com/mapbox/vector-tile-spec">Mapbox Vector Tile format</a>. All geometric coordinates in vector tiles must be between <code>-1 * extent</code> and <code>(extent * 2) - 1</code> inclusive. All layers that use a vector source must specify a <a href="../layers/#source-layer"><code>source-layer</code></a> value. Note that features are only rendered within their originating tile, which may lead to visual artifacts when large values for width, radius, size or offset are specified. To mitigate rendering issues, either reduce the value of the property causing the artifact or, if you have control over the tile generation process, increase the buffer size to ensure that features are fully rendered within the tile.</p>
19321932
<div class="language-json highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="nt">&quot;sources&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span>
19331933
</span><span id="__span-1-2"><a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a><span class="w"> </span><span class="nt">&quot;maplibre-streets&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span>
19341934
</span><span id="__span-1-3"><a id="__codelineno-1-3" name="__codelineno-1-3" href="#__codelineno-1-3"></a><span class="w"> </span><span class="nt">&quot;type&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;vector&quot;</span><span class="p">,</span>

0 commit comments

Comments
 (0)