summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression/expression.cpp
diff options
context:
space:
mode:
authorm-stephen <truestyle2005@163.com>2019-07-25 10:40:26 +0800
committerGitHub <noreply@github.com>2019-07-25 10:40:26 +0800
commit73cbb0d01b2f899efb9515d00baeb62de9bde25e (patch)
tree9b08bab9c802813f390826d1ae0ecb90c88667d2 /src/mbgl/style/expression/expression.cpp
parent1a68ceef69d8f23541ed4fa9ab380a51d6b8cce2 (diff)
parenta8db681454e5173c03154e79c5f125ce26d653c1 (diff)
downloadqtlocation-mapboxgl-upstream/stephen-MGLLoggingConfiguration.tar.gz
Merge branch 'master' into stephen-MGLLoggingConfigurationupstream/stephen-MGLLoggingConfiguration
Diffstat (limited to 'src/mbgl/style/expression/expression.cpp')
-rw-r--r--src/mbgl/style/expression/expression.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/style/expression/expression.cpp b/src/mbgl/style/expression/expression.cpp
index 1e5b1581d2..4c810431d0 100644
--- a/src/mbgl/style/expression/expression.cpp
+++ b/src/mbgl/style/expression/expression.cpp
@@ -17,7 +17,6 @@ public:
}
PropertyMap getProperties() const override { return feature.properties; }
FeatureIdentifier getID() const override { return feature.id; }
- GeometryCollection getGeometries() const override { return {}; }
optional<mbgl::Value> getValue(const std::string& key) const override {
auto it = feature.properties.find(key);
if (it != feature.properties.end()) {