summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-04-22 12:25:51 +0300
committerzmiao <miao.zhao@mapbox.com>2020-04-22 15:53:08 +0300
commit7af1a175a3da717c7171b234d1968e567f5673eb (patch)
tree527fed35c79a9a9ee2ad4b0fe46161275b5abfb7
parent3a14e52f4c7c4b0ef823266b48793267e3b78b64 (diff)
downloadqtlocation-mapboxgl-7af1a175a3da717c7171b234d1968e567f5673eb.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fb4f80bfb..9e589502c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,12 @@
Default minimum tile update interval value is `Duration::zero()`.
+- [core] Indroduce `distance` expression. ([#16397](https://github.com/mapbox/mapbox-gl-native/pull/16397))
+
+ The `distance` expression returns the shortest distance between two geometries. The returned value can be consumed as an input into another expression for changing a paint or layout property or filtering features by distance.
+
+ Currently, the `distance` expression supports `Point`, `MultiPoint`, `LineString`, `MultiLineString` geometry types.
+
## maps-v1.6.0-rc.1
### ✨ New features