From ef7b673d15865843077aaf5fd68fe8d36b8c6e30 Mon Sep 17 00:00:00 2001 From: Asheem Mamoowala Date: Tue, 2 Jan 2018 15:26:06 -0700 Subject: Fixes from code review and update gl-js pin to include render test --- src/mbgl/annotation/render_annotation_source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mbgl/annotation/render_annotation_source.cpp') diff --git a/src/mbgl/annotation/render_annotation_source.cpp b/src/mbgl/annotation/render_annotation_source.cpp index 3e3e48fdf3..38ca5ccd0b 100644 --- a/src/mbgl/annotation/render_annotation_source.cpp +++ b/src/mbgl/annotation/render_annotation_source.cpp @@ -41,7 +41,7 @@ void RenderAnnotationSource::update(Immutable baseImpl_, // Zoom level 16 is typically sufficient for annotations. // See https://github.com/mapbox/mapbox-gl-native/issues/10197 { 0, 16 }, - {}, + optional {}, [&] (const OverscaledTileID& tileID) { return std::make_unique(tileID, parameters); }); -- cgit v1.2.1