From 5ca20dcec454ccf8ebd8fc63bf368a2e907b9403 Mon Sep 17 00:00:00 2001 From: Isaac Boates Date: Sun, 14 Apr 2019 15:22:09 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25a0eca..2c43608 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,25 @@ Import the library into your HTML document. Make sure that it is imported AFTER Detailed examples for various use cases can be found in the [examples](https://github.com/iboates/leaflet-spotlight/tree/master/examples) folder. +

+A simple spotlight highlighting all points [(Demo)](https://iboates.github.io/examples/00_simple/index) [(Source)](https://github.com/iboates/leaflet-spotlight/tree/master/examples/00_simple) [(Toggleable version demo)](https://iboates.github.io/examples/00_simple/index) [(Toggleable version source)](https://github.com/iboates/leaflet-spotlight/tree/master/examples/01_toggleable) +

-

+

+A (toggleable) simple marker-based spotlight highlighting all points [(Demo)](https://iboates.github.io/examples/01_toggleable_marker/index) [(Source)](https://github.com/iboates/leaflet-spotlight/tree/master/examples/01_toggleable_marker) +

-

+

+ +A (toggleable) pair of spotlights, each of which selectively highlights points based on their attributes [(Demo)](https://iboates.github.io/examples/02_multiple_spotlights/index) [(Source)](https://github.com/iboates/leaflet-spotlight/tree/master/examples/02_multiple_spotlights) + +

+A (toggleable) pair of marker-based spotlights, each of which selectively highlights points based on their attributes [(Demo)](https://iboates.github.io/examples/02_multiple_spotlights_marker/index) [(Source)](https://github.com/iboates/leaflet-spotlight/tree/master/examples/02_multiple_spotlights_marker)