diff options
author | Chris Loer <chris.loer@gmail.com> | 2018-08-13 12:45:03 -0700 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2018-08-13 14:31:30 -0700 |
commit | 41d5768f5861c200dc0721acb13b39783a168b29 (patch) | |
tree | fa7ea139db124dce4220d1884acf6142674636b0 /platform/node | |
parent | d886d3e4c04801e57340f98761cf76eec29e969d (diff) | |
download | qtlocation-mapboxgl-41d5768f5861c200dc0721acb13b39783a168b29.tar.gz |
[core] Don't default-show text/icons that depend on the placement of a paired icon/text
Fixes issue #12483.
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 8ce4756814..81210ab153 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,4 +1,5 @@ # master +- Don't default-show text/icons that depend on the placement of a paired icon/text [#12483](https://github.com/mapbox/mapbox-gl-native/issues/12483) - The `Map` constructor now accepts a `mode` option which can be either `"static"` (default) or `"tile"`. It must be set to `"tile"` when rendering individual tiles in order for the symbols to match across tiles. - Remove unnecessary memory use when collision debug mode is not enabled ([#12294](https://github.com/mapbox/mapbox-gl-native/issues/12294)) - Added support for rendering `symbol-placement: line-center` ([#12337](https://github.com/mapbox/mapbox-gl-native/pull/12337)) |