You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>A vector tile source. Tiles must be in <ahref="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 <ahref="../layers/#source-layer"><code>source-layer</code></a> value.</p>
1931
+
<p>A vector tile source. Tiles must be in <ahref="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 <ahref="../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>
0 commit comments