summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGali Nelle <galinelle.mapbox@gmail.com>2020-04-20 11:20:12 +0300
committerGali Nelle <galinelle.mapbox@gmail.com>2020-04-20 14:23:03 +0300
commita662a3ffc2260923c596887072f0384f6c5aee7c (patch)
tree6532b6ba78b5031f5403dbf0626ee588d2a6a35c
parentad543e43556dc350b7c30f510439f85a3be424a6 (diff)
downloadqtlocation-mapboxgl-a662a3ffc2260923c596887072f0384f6c5aee7c.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