Skip to content

Commit acb0533

Browse files
Stacy RendallStacy Rendall
authored andcommitted
refine wording
1 parent fc5e69a commit acb0533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/generate-docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ function createLayersContent() {
355355
function createSourcesContent() {
356356
const sourcesExtraData = {
357357
vector: {
358-
doc: 'A vector tile source. Tiles must be in [Mapbox Vector Tile format](https://github.com/mapbox/vector-tile-spec). All geometric coordinates in vector tiles must be between \`-1 * extent\` and \`(extent * 2) - 1\` inclusive. All layers that use a vector source must specify a [`source-layer`](layers.md#source-layer) value. Note that features are only rendered within their originating tile, which may lead to visual artifacts when large values are assigned to width, radius, size or offset properties. To mitigate rendering issues, either reduce the associated value or increase the tile buffer size during generation (for example, use [the `-b` value with Tippecanoe](https://github.com/felt/tippecanoe?tab=readme-ov-file#controlling-clipping-to-tile-boundaries) to specify a larger buffer).',
358+
doc: 'A vector tile source. Tiles must be in [Mapbox Vector Tile format](https://github.com/mapbox/vector-tile-spec). All geometric coordinates in vector tiles must be between \`-1 * extent\` and \`(extent * 2) - 1\` inclusive. All layers that use a vector source must specify a [`source-layer`](layers.md#source-layer) value. Note that features are only rendered within their originating tile, which may lead to visual artifacts when large width, radius, size or offset properties are specified. To mitigate rendering issues, either reduce the style value or increase the tile buffer size during generation, if possible (for example, with Tippecanoe use [the `-b` option](https://github.com/felt/tippecanoe?tab=readme-ov-file#controlling-clipping-to-tile-boundaries) to specify a larger buffer).',
359359
example: {
360360
'maplibre-streets': {
361361
'type': 'vector',

0 commit comments

Comments
 (0)