summaryrefslogtreecommitdiff
path: root/include/mbgl/style/sources/geojson_source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/sources/geojson_source.hpp')
-rw-r--r--include/mbgl/style/sources/geojson_source.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/style/sources/geojson_source.hpp b/include/mbgl/style/sources/geojson_source.hpp
index 372e7c7a78..a03b910279 100644
--- a/include/mbgl/style/sources/geojson_source.hpp
+++ b/include/mbgl/style/sources/geojson_source.hpp
@@ -18,6 +18,7 @@ struct GeoJSONOptions {
uint16_t tileSize = util::tileSize;
uint16_t buffer = 128;
double tolerance = 0.375;
+ bool lineMetrics = false;
// Supercluster options
bool cluster = false;