diff options
| author | Vladimir Agafonkin <agafonkin@gmail.com> | 2016-07-27 20:18:41 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-27 20:18:41 +0300 |
| commit | 9ecc0d95979ca2fa3154f4b47c8f9fa4717fe696 (patch) | |
| tree | b5e09683505cec994e3198a92cd8863d54979e3e /platform/android/scripts | |
| parent | 6edaf2dc81ab771d1da27c939b19502753aa895f (diff) | |
| download | qtlocation-mapboxgl-9ecc0d95979ca2fa3154f4b47c8f9fa4717fe696.tar.gz | |
GeoJSON point clustering (#5724)
* add supercluster dependency
* prepare GeoJSONTile for Supercluster
* prepare GeoJSONSource for accepting options
* try removing mbgl::GeoJSON
* fix setGeoJSON types
* add GeoJSONSource getURL
* add geojson to include path
* add Supercluster index in GeoJSONSource
* fix GeoJSONSource getZoomRange
* bring back mbgl::GeoJSON header
* fix tidy warnings hopefully
* try test-suite with enabled cluster test
* fix formatting in clustering-related files
Diffstat (limited to 'platform/android/scripts')
| -rw-r--r-- | platform/android/scripts/configure.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/scripts/configure.sh b/platform/android/scripts/configure.sh index 038d4ad0ab..1c26108e11 100644 --- a/platform/android/scripts/configure.sh +++ b/platform/android/scripts/configure.sh @@ -12,6 +12,8 @@ LIBZIP_VERSION=0.11.2 GEOMETRY_VERSION=0.8.0 GEOJSON_VERSION=0.1.4 GEOJSONVT_VERSION=6.1.2 +SUPERCLUSTER_VERSION=0.2.0 +KDBUSH_VERSION=0.1.1 VARIANT_VERSION=1.1.0 RAPIDJSON_VERSION=1.0.2 JNI_HPP_VERSION=2.0.0 |
