summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGali Nelle <galinelle.mapbox@gmail.com>2020-04-20 11:20:12 +0300
committergalinelle <paolo.angelelli@mapbox.com>2020-04-20 17:03:16 +0300
commit90dcc2c5d17e96eda9f0365ff5adad5370e01f87 (patch)
treea121756e1388b3fda711fe699566272f051f45e3
parentf856396131bdacd1594e6a732cb9422f43d7e211 (diff)
downloadqtlocation-mapboxgl-90dcc2c5d17e96eda9f0365ff5adad5370e01f87.tar.gz
Add change log entry
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7198c655bb..fcf7986b9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,10 @@
Sorts drawing order by sort key both within-tile and cross-tile.
+- [core] Add LocationIndicator layer ([#16340](https://github.com/mapbox/mapbox-gl-native/pull/16340))
+
+ Adds a new layer type, `location-indicator`, that can be used to add a source-less indicator to the map, comprising raster images and a precision radius in meters.
+
- Add generic setter for Layer's 'source' property ([#16406](https://github.com/mapbox/mapbox-gl-native/pull/16406)
### 🐞 Bug fixes