We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d093fe commit 50da15cCopy full SHA for 50da15c
src/source/vector_tile_source.ts
@@ -52,7 +52,7 @@ export type VectorTileSourceOptions = VectorSourceSpecification & {
52
* ```ts
53
* map.getSource('some id').setTiles(['https://d25uarhxywzl1j.cloudfront.net/v0.1/{z}/{x}/{y}.mvt']);
54
* ```
55
- * @see [Add a vector tile source](https://maplibre.org/maplibre-gl-js/docs/examples/vector-source/)
+ * @see [Add a vector tile source](https://maplibre.org/maplibre-gl-js/docs/examples/add-a-vector-tile-source/)
56
*/
57
export class VectorTileSource extends Evented implements Source {
58
type: 'vector';
0 commit comments