summaryrefslogtreecommitdiff
path: root/src/mbgl/sourcemanager/vector_source_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/sourcemanager/vector_source_factory.cpp')
-rw-r--r--src/mbgl/sourcemanager/vector_source_factory.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mbgl/sourcemanager/vector_source_factory.cpp b/src/mbgl/sourcemanager/vector_source_factory.cpp
index efc6f3144f..30c19bfcff 100644
--- a/src/mbgl/sourcemanager/vector_source_factory.cpp
+++ b/src/mbgl/sourcemanager/vector_source_factory.cpp
@@ -46,4 +46,8 @@ std::unique_ptr<RenderSource> VectorSourceFactory::createRenderSource(Immutable<
return std::make_unique<RenderVectorSource>(staticImmutableCast<style::VectorSource::Impl>(impl));
}
+Value VectorSourceFactory::getPropertyDefaultValue(const std::string& property) noexcept {
+ return style::VectorSource::getPropertyDefaultValue(property);
+}
+
} // namespace mbgl