diff options
author | Kevin Li <kevin.li@mapbox.com> | 2020-03-04 19:57:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 19:57:07 +0800 |
commit | fb0c7c93a0f82cae603edc29e7e9a56024ed2b39 (patch) | |
tree | 1662f37afafaf06f29ae05fca7edae290b38481d /CHANGELOG.md | |
parent | efc605bed6f2d8f54b7097af1b91416c3fa13e06 (diff) | |
download | qtlocation-mapboxgl-fb0c7c93a0f82cae603edc29e7e9a56024ed2b39.tar.gz |
[android] Add sort key jni binding for fill_layer and line_layer (#16256)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f829790d7..daa27e960c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ But `within` expression need to accept an Object and then convert to GeoJSON object, now `toGeoJSON` method can convert both string and Object to GeoJSON. +### ✨ New features + +- [android] Add jni binding for line-sort-key and fill-sort-key ([#16256](https://github.com/mapbox/mapbox-gl-native/pull/16256)) + + With this change, android sdk will be able to get sort key for LineLayer and FillLayer. + ## maps-v1.3.0 (2020.02-relvanillashake) ### 🐞 Bug fixes |