summaryrefslogtreecommitdiff
path: root/test/tile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-03-30 15:56:35 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-03-31 13:26:27 -0700
commitd7a55a4be1300d79da0c63aefdf5d48d0c45a404 (patch)
treee50f42cdf87fa59c0f71d15892652c0e3424703a /test/tile
parent939526bac4aff734be4e6382b64c43214eb0bc9b (diff)
downloadqtlocation-mapboxgl-d7a55a4be1300d79da0c63aefdf5d48d0c45a404.tar.gz
[core] Introduce a fully-evaluated tuple type for layout properties
Diffstat (limited to 'test/tile')
-rw-r--r--test/tile/vector_tile.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tile/vector_tile.test.cpp b/test/tile/vector_tile.test.cpp
index aa39824787..eb2b89d346 100644
--- a/test/tile/vector_tile.test.cpp
+++ b/test/tile/vector_tile.test.cpp
@@ -60,7 +60,7 @@ TEST(VectorTile, Issue7615) {
style::SymbolLayer symbolLayer("symbol", "source");
auto symbolBucket = std::make_shared<SymbolBucket>(
- style::SymbolLayoutProperties::Evaluated(),
+ style::SymbolLayoutProperties::PossiblyEvaluated(),
std::map<
std::string,
std::pair<style::IconPaintProperties::Evaluated, style::TextPaintProperties::Evaluated>>(),
@@ -94,4 +94,4 @@ TEST(VectorTile, Issue8542) {
// Query before data is set
std::vector<Feature> result;
tile.querySourceFeatures(result, { { {"layer"} }, {} });
-} \ No newline at end of file
+}