Update plugins.md (#6547)

Added Leaflet GeoSSE plugin to load real time data with server sent events.
This commit is contained in:
An Tran 2021-11-23 06:01:01 -05:00 committed by GitHub
parent ba81536734
commit ef3e4f0b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1009,6 +1009,15 @@ Load your own data from various GIS formats.
Load dynamic data which is updated in the map, or load GIS vector data in non-standard ways.
<table class="plugins"><tr><th>Plugin</th><th>Description</th><th>Maintainer</th></tr>
<tr>
<td>
<a href="https://github.com/ATran31/Leaflet-GeoSSE">Leaflet GeoSSE</a>
</td><td>
Add realtime data to a Leaflet map using server sent events.
</td><td>
<a href="https://github.com/ATran31/">An Tran</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/perliedman/leaflet-realtime">Leaflet Realtime</a>