Merge pull request #3493 from paulovieira/gh-pages
add 3 plugins related to vector tiles + 1 plugin for visualizing trees
This commit is contained in:
commit
de59b95e93
47
plugins.md
47
plugins.md
@ -18,6 +18,7 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
|
||||
<li> <a href='#non-map-base-layers'>Non-map base layers</a></li>
|
||||
<li> <a href='#tileimage-display'>Tile/image display</a></li>
|
||||
<li> <a href='#tile-load'>Tile load</a></li>
|
||||
<li> <a href='#vector-tiles'>Vector tiles</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>Overlay data</h4>
|
||||
@ -92,6 +93,7 @@ The following plugins allow loading different maps and provide functionality to
|
||||
* [Non-map base layers](#non-map-base-layers)
|
||||
* [Tile/image display](#tileimage-display)
|
||||
* [Tile load](#tile-load)
|
||||
* [Vector tiles](#vector-tiles)
|
||||
|
||||
|
||||
### Basemap providers
|
||||
@ -407,6 +409,42 @@ The following plugins change the way that tile layers are loaded into the map.
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
### Vector tiles
|
||||
|
||||
Plugins to display <a href="https://github.com/mapbox/vector-tile-spec">vector tiles</a>.
|
||||
|
||||
<table class="plugins"><tr><th>Plugin</th><th>Description</th><th>Maintainer</th></tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/SpatialServer/Leaflet.MapboxVectorTile">Leaflet.MapboxVectorTile</a>
|
||||
</td><td>
|
||||
A Leaflet Plugin that renders Mapbox Vector Tiles on canvas. See <a href="http://spatialserver.github.io/Leaflet.MapboxVectorTile/examples/confetti.html">demo</a>
|
||||
</td><td>
|
||||
<a href="http://spatialdev.com/">SpatialDev</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/devTristan/hoverboard">Hoverboard</a>
|
||||
</td><td>
|
||||
Render vector tiles on canvas with leaflet (geojson, topojson, and protobuf). See <a href="http://tristan.io/hoverboard/">demo</a>.
|
||||
</td><td>
|
||||
<a href="http://tristan.io/">Tristan Davies</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/mapbox/geojson-vt">geojson-vt</a>
|
||||
</td><td>
|
||||
Efficient library for slicing GeoJSON data into vector tiles on the fly.
|
||||
</td><td>
|
||||
<a href="https://www.mapbox.com/">Mapbox</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
## Overlay data
|
||||
|
||||
The following plugins provide new ways of loading overlay data (GIS vector data): points, lines and polygons.
|
||||
@ -2178,6 +2216,15 @@ The following plugins perform several sorts of geoprocessing (mathematical and t
|
||||
<a href="https://github.com/leplatrem">Mathieu Leplatre</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/mapzen/leaflet-spatial-prefix-tree">leaflet-spatial-prefix-tree</a>
|
||||
</td><td>
|
||||
Leaflet plugin for visualizing spatial prefix trees, quadtree and geohash. See <a href="http://mapzen.github.io/leaflet-spatial-prefix-tree/">demo</a>
|
||||
</td><td>
|
||||
<a href="http://mapzen.com/">Mapzen</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user