Skip to content

Commit

Permalink
update changelog and decription
Browse files Browse the repository at this point in the history
  • Loading branch information
tayalav committed Oct 19, 2023
1 parent acaf96f commit aa130d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Mapbox GL JS v3 enables the Mapbox Standard Style, a new realistic 3D lighting s

### Bug fixes 🐞

- Update the `top` slot description in the docs.
- Fix collisions when rendering 3D models on top of terrain.
- Correct half-texel misalignment in `raster-color` lookup texture sampling.
- Fix level of detail selection for models in the distance.
Expand Down
2 changes: 1 addition & 1 deletion MIGRATION_GUIDE_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Slot | Description
`top` | Above POI labels and behind Place and Transit labels

Set the preferred `slot` on the `Layer` object before adding it to your map and your layer will be appropriately placed in the Standard style's layer stack.
If no slot is specified for a custom layer then layers are still placed at the very top of the layer list, providing a location that has highest collision priority compared to all other layers.
If no slot is specified for a custom layer they are placed at the very top of the layer list, providing a location that has highest collision priority compared to all other layers.

```js
map.addLayer({
Expand Down

0 comments on commit aa130d6

Please sign in to comment.