summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-02-21 18:15:11 +0200
committerzmiao <miao.zhao@mapbox.com>2020-02-21 18:15:11 +0200
commit436136f2c020d51f3feba3ba88998ebd69c225bf (patch)
treeaaa46249aba24891865efe0de5f26b98c7f56db4
parent15cd48eae44b2af6f546ceeea1758f308297591d (diff)
downloadqtlocation-mapboxgl-upstream/zmiao-line-within-polygon.tar.gz
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f6c644cb9..b412594d49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,10 @@
The `in expression` enables checking whether a Number/String/Boolean type item is in a String/Array and returns a boolean value.
+- [core] Add support for using `within expression` with features having `'LineString'` geometry type. ([#16220](https://github.com/mapbox/mapbox-gl-native/pull/16220))
+
+ `within expression` now supports features with geometry types: `'Point'` or `'LineString'`.
+
### 🐞 Bug fixes
- [core] Don't provide multiple responses with the same data for 304 replies ([#16200](https://github.com/mapbox/mapbox-gl-native/pull/16200))