Add Leaflet.TileLayer.ColorPicker to plugins list (#5398)

Leaflet.TileLayer.ColoPicker adds getColor(latLng) to TileLayer. It will be useful when you just want to pick a color (or elevation encoded as color) from displaying tile.

color picker demo: <https://frogcat.github.io/leaflet-tilelayer-colorpicker/>
elevation picker demo: <https://frogcat.github.io/leaflet-tilelayer-colorpicker/mapbox-terrain-rgb.html>
This commit is contained in:
Yuzo Matsuzawa 2017-03-21 17:33:32 +09:00 committed by Iván Sánchez Ortega
parent 087d14170f
commit edaedb6f56

View File

@ -475,6 +475,15 @@ The following plugins change the way that tile or image layers are displayed in
<a href="https://github.com/IvanSanchez">Iván Sánchez</a> <a href="https://github.com/IvanSanchez">Iván Sánchez</a>
</td> </td>
</tr> </tr>
<tr>
<td>
<a href="https://github.com/frogcat/leaflet-tilelayer-colorpicker">Leaflet.TileLayer.ColorPicker</a>
</td><td>
A Leaflet TileLayer with getColor(latLng). Demos: <a href="https://frogcat.github.io/leaflet-tilelayer-colorpicker/">color picker</a>, <a href="https://frogcat.github.io/leaflet-tilelayer-colorpicker/mapbox-terrain-rgb.html">elevation picker with mapbox terrain-RGB</a>
</td><td>
<a href="https://github.com/frogcat">Yuzo Matsuzawa</a>
</td>
</tr>
</table> </table>