Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iboates authored Apr 14, 2019
1 parent bcba7b5 commit 5ca20dc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<img src="gif/spotlight_1.gif" width="400" vertical-align="middle">
</p>
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)

<p align="center">
<img src="gif/spotlight_2.gif" width="400" vertical-align="middle">
</p>
</p>
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)

<p align="center">
<img src="gif/spotlight_3.gif" width="400" vertical-align="middle">
</p>
</p>

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)


<p align="center">
<img src="gif/spotlight_4.gif" width="400" vertical-align="middle">
</p>
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)

0 comments on commit 5ca20dc

Please sign in to comment.