From: Rob Norris Date: Thu, 28 Aug 2014 22:18:39 +0000 (+0100) Subject: [QA] Explain some more map configuration options. X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/f2e8376ac7906ba36022fe16f395ac3a3e8c840c?hp=14b57d170eaea615bf32989aab00a0a547a8539a [QA] Explain some more map configuration options. --- diff --git a/help/C/viking.xml b/help/C/viking.xml index f3391efc..b918ea94 100644 --- a/help/C/viking.xml +++ b/help/C/viking.xml @@ -2839,47 +2839,62 @@ Accept: */* switch-xy (optional) - Swap the X,Y values around in the URL parametrized ordering. + + Swap the X,Y values around in the URL parametrized ordering. + The default is false. + + + + check-file-server-time (optional) + + Sends the timestamp of the tile to the server, so the server can decide whether it should send a new tile or not. + The default is false. + + + + use-etag (optional) + + Use and compare the ETag value in determining whether to download a newer tile. The default is false. + The ETag value is stored in a separate file in the same directory as the tile to enable checking the value across multiple runs of the program. + - The VikTmsMapSource allows to declare any TMS service. It supports the following properties: + The VikTmsMapSource allows to declare any TMS service. It supports the following properties (as per VikSlippyMapSource above): id - this is an integer and should be unique as it used to identify the map source label - the text displayed in the map's source selection dialog hostname - the server's hostname (eg. "tile.openstreetmap.org") url - the parametrized address of the tile, in the spirit of C printf format, with 3 "%d" fields for X, Y and Z (zoom level) (eg. "/%d/%d/%d.png") + + + check-file-server-time (optional) - The VikWmscMapSource allows to declare any WMS or WMS-C service. It supports the following properties: + The VikWmscMapSource allows to declare any WMS or WMS-C service. It supports the following properties (as per VikSlippyMapSource above): id - this is an integer and should be unique as it used to identify the map source label - the text displayed in the map's source selection dialog hostname - the server's hostname (eg. "tile.openstreetmap.org") url - the parametrized address of the tile, in the spirit of C printf format, with 4 "%s" fields for bounding box coordinates (eg. "/coord=%s,%s,%s,%s") + + + check-file-server-time (optional) diff --git a/help/viking.xml b/help/viking.xml index bb4a947e..ecd7e817 100644 --- a/help/viking.xml +++ b/help/viking.xml @@ -235,47 +235,62 @@ and docbook-xsl in your Build-Depends control field. switch-xy (optional) - Swap the X,Y values around in the URL parametrized ordering. + + Swap the X,Y values around in the URL parametrized ordering. + The default is false. + + + + check-file-server-time (optional) + + Sends the timestamp of the tile to the server, so the server can decide whether it should send a new tile or not. + The default is false. + + + + use-etag (optional) + + Use and compare the ETag value in determining whether to download a newer tile. The default is false. + The ETag value is stored in a separate file in the same directory as the tile to enable checking the value across multiple runs of the program. + - The VikTmsMapSource allows to declare any TMS service. It supports the following properties: + The VikTmsMapSource allows to declare any TMS service. It supports the following properties (as per VikSlippyMapSource above): id - this is an integer and should be unique as it used to identify the map source label - the text displayed in the map's source selection dialog hostname - the server's hostname (eg. "tile.openstreetmap.org") url - the parametrized address of the tile, in the spirit of C printf format, with 3 "%d" fields for X, Y and Z (zoom level) (eg. "/%d/%d/%d.png") + + + check-file-server-time (optional) - The VikWmscMapSource allows to declare any WMS or WMS-C service. It supports the following properties: + The VikWmscMapSource allows to declare any WMS or WMS-C service. It supports the following properties (as per VikSlippyMapSource above): id - this is an integer and should be unique as it used to identify the map source label - the text displayed in the map's source selection dialog hostname - the server's hostname (eg. "tile.openstreetmap.org") url - the parametrized address of the tile, in the spirit of C printf format, with 4 "%s" fields for bounding box coordinates (eg. "/coord=%s,%s,%s,%s") + + + check-file-server-time (optional)