summaryrefslogtreecommitdiff
path: root/src/location/doc/src/plugins/esri.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/doc/src/plugins/esri.qdoc')
-rw-r--r--src/location/doc/src/plugins/esri.qdoc47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/location/doc/src/plugins/esri.qdoc b/src/location/doc/src/plugins/esri.qdoc
index 71a7a3d5..6ac65910 100644
--- a/src/location/doc/src/plugins/esri.qdoc
+++ b/src/location/doc/src/plugins/esri.qdoc
@@ -104,6 +104,53 @@ or you can sign up for an \l {http://www.arcgis.com/features/plans/pricing.html}
\row
\li esri.mapping.maximumZoomLevel
\li The maximum level [double] at which the map is displayed
+\row
+ \li esri.mapping.cache.directory
+ \li Absolute path to map tile cache directory used as network disk cache.
+
+ The default place for the cache is \c{QtLocation/here} directory in
+ \l {QStandardPaths::writableLocation()} {QStandardPaths::writableLocation}(\l{QStandardPaths::GenericCacheLocation}).
+ On systems that have no concept of a shared cache, the application-specific
+ \l{QStandardPaths::CacheLocation} is used instead.
+\row
+ \li esri.mapping.cache.disk.cost_strategy
+ \li The cost strategy to use to cache map tiles on disk.
+ Valid values are \b bytesize and \b unitary.
+ Using \b bytesize, the related size parameter (\b esri.mapping.cache.disk.size) will
+ be interpreted as bytes.
+ Using \b unitary, they will be interpreted as number of tiles.
+ The default value for this parameter is \b bytesize.
+\row
+ \li esri.mapping.cache.disk.size
+ \li Disk cache size for map tiles. The default size of the cache is 50 MiB when \b bytesize is the cost
+ strategy for this cache, or 1000 tiles, when \b unitary is the cost strategy.
+\row
+ \li esri.mapping.cache.memory.cost_strategy
+ \li The cost strategy to use to cache map tiles in memory.
+ Valid values are \b bytesize and \b unitary.
+ Using \b bytesize, the related size parameter (\b esri.mapping.cache.memory.size) will
+ be interpreted as bytes.
+ Using \b unitary, they will be interpreted as number of tiles.
+ The default value for this parameter is \b bytesize.
+\row
+ \li esri.mapping.cache.memory.size
+ \li Memory cache size for map tiles. The default size of the cache is 3 MiB when \b bytesize is the cost
+ strategy for this cache, or 100 tiles, when \b unitary is the cost strategy.
+\row
+ \li esri.mapping.cache.texture.cost_strategy
+ \li The cost strategy to use to cache decompressed map tiles in memory.
+ Valid values are \b bytesize and \b unitary.
+ Using \b bytesize, the related size parameter (\b esri.mapping.cache.texture.size) will
+ be interpreted as bytes.
+ Using \b unitary, they will be interpreted as number of tiles.
+ The default value for this parameter is \b bytesize.
+\row
+ \li esri.mapping.cache.texture.size
+ \li Texture cache size for map tiles. The default size of the cache is 6 MiB when \b bytesize is the cost
+ strategy for this cache, or 30 tiles, when \b unitary is the cost strategy.
+ Note that the texture cache has a hard minimum size which depends on the size of the map viewport
+ (it must contain enough data to display the tiles currently visible on the display).
+ This value is the amount of cache to be used in addition to the bare minimum.
\endtable
\section2 Directions language