From 6e5eead48216dc0dceb94235436133e47563b553 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Fri, 17 Feb 2017 16:51:24 +0200 Subject: Move mapboxgl.use_fbo to the mapboxgl.mapping namespace Follow the pattern, as this only affects how maps are rendered. Change-Id: Ieacc3df4149fb5045b15f2cee6d4521e93de5b6e Reviewed-by: Paolo Angelelli --- src/location/doc/src/plugins/mapboxgl.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/location/doc') diff --git a/src/location/doc/src/plugins/mapboxgl.qdoc b/src/location/doc/src/plugins/mapboxgl.qdoc index 29a5cb20..21222792 100644 --- a/src/location/doc/src/plugins/mapboxgl.qdoc +++ b/src/location/doc/src/plugins/mapboxgl.qdoc @@ -102,7 +102,7 @@ The following table lists optional parameters that can be passed to the Mapbox p The default size of this cache is 50 MiB. Make sure to comply with Mapbox Terms of Service before increasing this value. \row - \li mapboxgl.use_fbo + \li mapboxgl.mapping.use_fbo \li Sets whether to use a framebuffer object to render Mapbox GL Native. Valid values are \b true and \b false. The default value is \b true. When set to \b false, the map is rendered issuing OpenGL commands directly, -- cgit v1.2.1