Skip to content

Commit

Permalink
new plugins: Leaflet.glify, Leaflet.glify.layer (#7534)
Browse files Browse the repository at this point in the history
  • Loading branch information
danwild committed Nov 1, 2021
1 parent a3b9c09 commit 34dbcfb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/plugins.md
Expand Up @@ -2396,6 +2396,30 @@ Powerful multi-purpose libraries for data visualization.
<a href="https://github.com/locknono">locknono</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/robertleeplummerjr/Leaflet.glify">Leaflet.glify</a>
</td>
<td>
Fast rendering for large (+100MB) GeoJSON datasets with WebGL
<a href="https://robertleeplummerjr.github.io/Leaflet.glify">Demo</a>
</td>
<td>
<a href="https://github.com/robertleeplummerjr">robertleeplummerjr</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/onaci/Leaflet.glify.layer">Leaflet.glify.layer</a>
</td>
<td>
Add-on for the Leaflet.glify plugin to provide more leaflet-idiomatic bindings. Provides fast webgl rendering for GeoJSON FeatureCollections (currently limited to polygons, lines and points).
<a href="https://onaci.github.io/Leaflet.glify.layer/">Demo</a>
</td>
<td>
<a href="https://github.com/onaci">onaci</a>
</td>
</tr>
</table>


Expand Down

0 comments on commit 34dbcfb

Please sign in to comment.