Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Add change log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pozdnyakov committed Apr 1, 2020
1 parent 281c221 commit 41429d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@

The new property sets a limit for how much parent tile can be overscaled.

- [core][tile mode] Introduce API to collect placed symbols data ([#16339](https://github.com/mapbox/mapbox-gl-native/pull/16339))

The following methods are added to the `Renderer` class in implemented in the Tile map mode:
- `collectPlacedSymbolData()`
enables or disables collecting of the placed symbols data

- `getPlacedSymbolsData()`
if collecting of the placed symbols data is enabled, returns the reference to the `PlacedSymbolData` vector holding the collected data.

### 🐞 Bug fixes

- [core] Fix assert in gfx resources cleanup ([#16349](https://github.com/mapbox/mapbox-gl-native/pull/16349))
Expand Down

0 comments on commit 41429d8

Please sign in to comment.