Add documentation for WMS TileLayer uppercase option.

This commit is contained in:
Kevin DeLoach 2014-08-05 14:01:23 -04:00 committed by Vladimir Agafonkin
parent bc63eb6052
commit a72321a30d

View File

@ -2137,6 +2137,12 @@ var map = L.map('map', {
<td><code><span class="literal">null</span></code></td>
<td>Coordinate Reference System to use for the WMS requests, defaults to map CRS. Don't change this if you're not sure what it means.</td>
</tr>
<tr>
<td><code><b>uppercase</b></code></td>
<td><code>Boolean</code></td>
<td><code><span class="literal">false</span></code></td>
<td>If <code><span class="literal">true</span></code>, WMS request parameter keys will be uppercase.</td>
</tr>
</table>
<h3>Methods</h3>