Skip to content

Commit 8c908d8

Browse files
authored
Move MVT v2 note up
1 parent bcafeb3 commit 8c908d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ v1.9.0
3434
* **places**: Upgrade to Who's On First `neighbourhood` features, circa October 2021.
3535
* **all layers**: Add MVT buffer support to enable MapboxGL to render stroked lines at tile boundaries without missing triangles (eg for road casings). [Tilequeue #401](https://github.com/tilezen/tilequeue/pull/401)
3636
* **all layers**: Vary the MVT tile `extent` so 8192 is only used on `max_zoom` (and 4096 earlier) to optimize file size while preserving overzooming. (Issue [#1985](https://github.com/tilezen/vector-datasource/issues/1985))
37+
* **all layers**: Are now MVT v2 spec compliant, via related changes in Tilezen's mapbox-vector-tile [v2.0.0](https://github.com/tilezen/mapbox-vector-tile/releases/tag/v2.0.0) release.
3738

3839
#### BUG FIXES
3940

@@ -69,7 +70,6 @@ v1.9.0
6970
* **water**: Remove low- and mid-zoom water labels from small polygons. (Issue [#2003](https://github.com/tilezen/vector-datasource/issues/2003))
7071
* **water**: Ensure sea labels are visible at mid- and high-zooms, not just the max zoom. (Pull request[#2103](https://github.com/tilezen/vector-datasource/pull/2103))
7172
* **all layers**: Simplify geometry of low-zoom Natural Earth features in all layers to reduce file size. (Issue [#2014](https://github.com/tilezen/vector-datasource/issues/2014))
72-
* **all layers**: Are now MVT v2 spec compliant, via related changes in Tilezen's mapbox-vector-tile [v2.0.0](https://github.com/tilezen/mapbox-vector-tile/releases/tag/v2.0.0) release.
7373

7474
#### DOCUMENTATION CHANGES
7575

0 commit comments

Comments
 (0)