From d7a55a4be1300d79da0c63aefdf5d48d0c45a404 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 30 Mar 2017 15:56:35 -0700 Subject: [core] Introduce a fully-evaluated tuple type for layout properties --- test/tile/vector_tile.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/tile') 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( - style::SymbolLayoutProperties::Evaluated(), + style::SymbolLayoutProperties::PossiblyEvaluated(), std::map< std::string, std::pair>(), @@ -94,4 +94,4 @@ TEST(VectorTile, Issue8542) { // Query before data is set std::vector result; tile.querySourceFeatures(result, { { {"layer"} }, {} }); -} \ No newline at end of file +} -- cgit v1.2.1