summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAsheem Mamoowala <asheem.mamoowala@mapbox.com>2018-04-26 07:43:38 -0700
committerGitHub <noreply@github.com>2018-04-26 07:43:38 -0700
commit4344812ef5ef3b5b67e9f313e0c3cc87b3e95c46 (patch)
tree188ce1c5762acc3dc5dd2c19c71251f9fbfc958d /cmake
parentc04cf57a74fb17eb33893fb097a9c7e96bf24bcf (diff)
downloadqtlocation-mapboxgl-4344812ef5ef3b5b67e9f313e0c3cc87b3e95c46.tar.gz
[core] Streaming TileCover for polygonal regions (#11267)
A per-tile streaming algorithm for tile cover on points, lines, and polygons. Works for individual zoom levels, and not zoom ranges.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/benchmark-files.cmake1
-rw-r--r--cmake/core-files.cmake2
2 files changed, 3 insertions, 0 deletions
diff --git a/cmake/benchmark-files.cmake b/cmake/benchmark-files.cmake
index fdafcf30f9..21547eb9c4 100644
--- a/cmake/benchmark-files.cmake
+++ b/cmake/benchmark-files.cmake
@@ -23,5 +23,6 @@ set(MBGL_BENCHMARK_FILES
# util
benchmark/util/dtoa.benchmark.cpp
+ benchmark/util/tilecover.benchmark.cpp
)
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 0853097630..d4fec34bf5 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -753,6 +753,8 @@ set(MBGL_CORE_FILES
src/mbgl/util/tile_coordinate.hpp
src/mbgl/util/tile_cover.cpp
src/mbgl/util/tile_cover.hpp
+ src/mbgl/util/tile_cover_impl.cpp
+ src/mbgl/util/tile_cover_impl.hpp
src/mbgl/util/tile_range.hpp
src/mbgl/util/tiny_sdf.cpp
src/mbgl/util/tiny_sdf.hpp