diff options
author | Chris Loer <chris.loer@gmail.com> | 2017-11-09 13:24:25 -0800 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2017-11-17 10:05:15 -0800 |
commit | 31f0f47195ae7d4a6f96b1c64cd39e1268fdfc8d (patch) | |
tree | 734ff45581fcfdb3a887e5f17e7d36584f224101 /cmake | |
parent | dcd7da14f6627a09a5840a3046b5708449962f69 (diff) | |
download | qtlocation-mapboxgl-31f0f47195ae7d4a6f96b1c64cd39e1268fdfc8d.tar.gz |
[core] Add CrossTileSymbolIndex.
This class is responsible for tracking which symbols are "the same" between tiles at different zoom levels, so that symbol opacities (fade animations) can be copied smoothly between tiles.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index f70bbb943f..c6b951c237 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -531,6 +531,8 @@ set(MBGL_CORE_FILES src/mbgl/text/collision_feature.hpp src/mbgl/text/collision_tile.cpp src/mbgl/text/collision_tile.hpp + src/mbgl/text/cross_tile_symbol_index.cpp + src/mbgl/text/cross_tile_symbol_index.hpp src/mbgl/text/get_anchors.cpp src/mbgl/text/get_anchors.hpp src/mbgl/text/glyph.cpp |