diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-11-13 14:47:12 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <brunoabinader@gmail.com> | 2017-11-14 23:53:32 +0000 |
commit | 8c42dba3910c0bec3134f57bd5fa466df72d7ba7 (patch) | |
tree | 42a93cba207fc65b0f22517a9c6c9ea48464b688 /src/location | |
parent | 2abeb49cf87d694d5f8916281f8ede12694742c1 (diff) | |
download | qtlocation-8c42dba3910c0bec3134f57bd5fa466df72d7ba7.tar.gz |
Update Mapbox GL docs on the db file name
Task-number: QTBUG-63013
Change-Id: Ifc232705eec81ec632cb19282cfba02c04ba5ec6
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Reviewed-by: Thiago Marcos P. Santos <tmpsantos@gmail.com>
Diffstat (limited to 'src/location')
-rw-r--r-- | src/location/doc/src/plugins/mapboxgl.qdoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/location/doc/src/plugins/mapboxgl.qdoc b/src/location/doc/src/plugins/mapboxgl.qdoc index 6593a9e3..8ad6a9c2 100644 --- a/src/location/doc/src/plugins/mapboxgl.qdoc +++ b/src/location/doc/src/plugins/mapboxgl.qdoc @@ -109,6 +109,12 @@ The following table lists optional parameters that can be passed to the Mapbox p but the offline database must be populated using the \l {https://github.com/mapbox/mapbox-gl-native/blob/master/bin/offline.cpp} {offline tool}. The offline database will work alongside with the ambient cache in the same file. Make sure to comply with Mapbox Terms of Service before creating an offline database. + + \b {Note:} The map tile cache file name must be "mapboxgl.db". When using the offline tool, the default + output is "offline.db". For using the generated output from the offline tool, you must move that to the + proper directory, and rename it as "mapboxgl.db". The offline tool also provides the "--output" + parameter for specifying the name of the generated output. + \row \li mapboxgl.mapping.cache.memory \li Whether or not the cache should be in-memory only. Valid values are \b true and \b false. The default |