<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="chrome://translator/skin/floatingPanel.css"
type="text/css" rel="stylesheet">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
I was a bit mixed up about transparent_color and
transparent_color_tolerance and it seems that my tests show that
they can be used only in a WMS source definition. Is that true?<br>
<br>
The only way found for TMS is to make, like below, a second source
definition calling back localhost source in WMS mode to apply the
transparency.<br>
Any way to achieve that more directly?<br>
<br>
Also, what is the meaning of "transparent: true" for a tile source
as there is no way to control if it sends transparent tiles or not?<br>
And what is the meaning of "transparent: true" when
transparent_color is used?<br>
(see commented lines)<br>
<br>
Thanks in advance,<br>
<br>
Cheers
<br>
<br>
<table>
<tbody>
<tr>
<td>André.</td>
</tr>
</tbody>
</table>
<br>
BTW: may I recall that if there was a precise howto make
documentation updates, I would gladly make the changes that would
have had me understand immediately.<br>
<br>
Tile_source:<br>
type: tile<br>
# transparent: true<br>
url: <a class="moz-txt-link-freetext" href="http://">http://</a>...<br>
grid: GLOBAL_WEBMERCATOR<br>
<br>
Transparent_source:<br>
type: wms<br>
supported_srs: ['EPSG:3857']<br>
image:<br>
transparent_color: '#ffffff'<br>
transparent_color_tolerance: 0<br>
req:<br>
url: <a class="moz-txt-link-freetext" href="http://localhost:8080/service">http://localhost:8080/service</a>?<br>
layers: Tile<br>
# transparent: true<br>
format: png8<br>
<br>
<br>
</body>
</html>