Skip to content

Commit 0ef3641

Browse files
authored
Update ARCHITECTURE.md (#5631)
Fix broken links
1 parent 5aac755 commit 0ef3641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vector tiles are fetched and parsed on WebWorker threads. "Parsing" a vector ti
1616

1717
`WorkerTile#parse()` takes a (deserialized) vector tile, fetches additional resources if they're needed (fonts, images), and then creates a `Bucket` for each 'family' of style layers that share the same underlying features and 'layout' properties (see `group_by_layout.js`).
1818

19-
[Bucket](./src/data/bucket.js) is the single point of knowledge about turning vector tiles into WebGL buffers. Each bucket holds the vertex and element array data needed to render its group of style layers (see [ArrayGroup](./src/data/bucket.js)). The particular bucket types each know how to populate that data for their layer types.
19+
[Bucket](./src/data/bucket.ts) is the single point of knowledge about turning vector tiles into WebGL buffers. Each bucket holds the vertex and element array data needed to render its group of style layers (see [ArrayGroup](./src/data/bucket.ts)). The particular bucket types each know how to populate that data for their layer types.
2020

2121
### Rendering with WebGL
2222

0 commit comments

Comments
 (0)