From edaedb6f5624095232b1732c655c27939f197492 Mon Sep 17 00:00:00 2001 From: Yuzo Matsuzawa Date: Tue, 21 Mar 2017 17:33:32 +0900 Subject: [PATCH] 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: elevation picker demo: --- docs/plugins.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/plugins.md b/docs/plugins.md index 94fc0de7..15a6dd1e 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -475,6 +475,15 @@ The following plugins change the way that tile or image layers are displayed in Iván Sánchez + + + Leaflet.TileLayer.ColorPicker + + A Leaflet TileLayer with getColor(latLng). Demos: color picker, elevation picker with mapbox terrain-RGB + + Yuzo Matsuzawa + +