mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-21 23:15:41 +00:00
Converted Plugins.md to single files (jekyll) (#7805)
* WIP: Minimal jekyll setup for handling the plugins webpage in a data-driven manner. * Docs: Jekyll collections config, whitespace * Add plugins * Remove special chars from names and remove default value from compatible-v0 * Push new plugin files * Rename to plugins.md * Update Plugins * Update links in plugins * Update Links * Move plugins into category folders * Add `template.md` and update PLUGIN-GUIDE.md * PR #6307 * PR #6971 * PR #7043 * PR #7130 * Fix Url #7442 * PR #7513 * Update Author #7554 * PR #7590 * PR #7640 * PR #7760 * Update template.md Co-authored-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
This commit is contained in:
@ -213,7 +213,7 @@ Now your plugin is available as an AMD and CommonJS module and can be used in mo
|
||||
Once your plugin is published, it is a good idea to add it to the [Leaflet plugins list](http://leafletjs.com/plugins.html). To do so:
|
||||
|
||||
* [Fork](https://help.github.com/articles/fork-a-repo/) the Leaflet repo.
|
||||
* In the `docs/plugins.md` file, find the section your plugin should go in, and add a table row with information and links about your plugin.
|
||||
* In the `docs/_plugins/` folder, copy the `template.md` file and add it to a category folder. Then put the information and links about your plugin into the new plugin file.
|
||||
* Commit the code to your fork.
|
||||
* [Open a pull request](https://help.github.com/articles/creating-a-pull-request/) from your fork to Leaflet's original repo.
|
||||
|
||||
|
@ -13,3 +13,8 @@ latest_leaflet_version: 1.7.1
|
||||
integrity_hash_css: "sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
|
||||
integrity_hash_source: "sha512-I5Hd7FcJ9rZkH7uD01G3AjsuzFy3gqz7HIJvzFZGFt2mrCS4Piw9bYZvCgUE0aiJuiZFYIJIwpbNnDIM6ohTrg=="
|
||||
integrity_hash_uglified: "sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
|
||||
|
||||
|
||||
collections:
|
||||
plugins:
|
||||
output: false
|
||||
|
22
docs/_includes/plugin_category_table.html
Normal file
22
docs/_includes/plugin_category_table.html
Normal file
@ -0,0 +1,22 @@
|
||||
{% assign filteredplugins = site.plugins | where: "category", include.category %}
|
||||
|
||||
<table class="plugins"><tr><th>Plugin</th><th>Description</th><th>Demo</th><th>Maintainer</th></tr>
|
||||
{% for plugin in filteredplugins %}
|
||||
<tr>
|
||||
<td><a href="{{ plugin.repo }}">{{ plugin.name }}</a></td>
|
||||
<td>{{ plugin.content }}</td>
|
||||
<td>
|
||||
{% if plugin.demo %}
|
||||
<a href="{{ plugin.demo }}">Demo</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if plugin.category %}
|
||||
<a href="{{ plugin.author-url }}">{{ plugin.author }}</a>
|
||||
{% else %}
|
||||
{{ plugin.author }}
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
12
docs/_plugins/3rd-party-integration/abp-usermap-mybb.md
Normal file
12
docs/_plugins/3rd-party-integration/abp-usermap-mybb.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: ABP Usermap MyBB
|
||||
category: 3rd-party-integration
|
||||
repo: https://community.mybb.com/mods.php?action=view&pid=1238
|
||||
author: CrazyCat
|
||||
author-url: https://gitlab.com/AnoBug
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A plugin for <a href="https://mybb.com/">MyBB</a> creating a map of users based on Open Street Map and Leaflet, with customisable popup and markers
|
12
docs/_plugins/3rd-party-integration/joomla-3-x.md
Normal file
12
docs/_plugins/3rd-party-integration/joomla-3-x.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Joomla! (3.x)
|
||||
category: 3rd-party-integration
|
||||
repo: https://www.joomla.org/
|
||||
author: Astrid Günther
|
||||
author-url: https://github.com/astridx
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
<ul><li><strong>Agosm: </strong><br>Joomla Module not only for showing Markers on a OpenStreetMap Map.<br><a href="https://github.com/astridx/pkg_agosms">Gibhub</a></li><li><strong>Aggpxtrack: </strong><br>Joomla Custom Field for dispaying a GPX Track on a Map - you can choose an OpenStreetMap or GoogleMaps. With much options. For example: One option is an elevation profil.<br><a href="https://github.com/astridx/pkg_aggpxtrack">Gibhub</a></li><li><strong>Agosmmapwithmarker: </strong><br>Custom field for show a map with a marker in frond end - always the right card for the content. You can enter the address in backend.<br><a href="https://github.com/astridx/plg_fields_agosmmapwithmarker">Gibhub</a></li></ul>
|
12
docs/_plugins/3rd-party-integration/leaflet-easymap.md
Normal file
12
docs/_plugins/3rd-party-integration/leaflet-easymap.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet Easymap
|
||||
category: 3rd-party-integration
|
||||
repo: https://lapizistik.github.io/leaflet-easymap/
|
||||
author: Klaus Stein
|
||||
author-url: https://github.com/Lapizistik
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Include a map in your HTML page without one line of programming. A data-driven Javascript module.
|
12
docs/_plugins/3rd-party-integration/leaflet-editinosm.md
Normal file
12
docs/_plugins/3rd-party-integration/leaflet-editinosm.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.EditInOSM
|
||||
category: 3rd-party-integration
|
||||
repo: https://github.com/yohanboniface/Leaflet.EditInOSM
|
||||
author: Yohan Boniface
|
||||
author-url: https://yohanboniface.me/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Add a control with links to open the current map view on main OSM editors.
|
12
docs/_plugins/3rd-party-integration/leaflet-facebook.md
Normal file
12
docs/_plugins/3rd-party-integration/leaflet-facebook.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.Facebook
|
||||
category: 3rd-party-integration
|
||||
repo: https://github.com/mwasil/Leaflet.Facebook/
|
||||
author: Marcin Wasilewski
|
||||
author-url: https://marcinwasilewski.eu/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Simple plugin for adding Facebook like button as a control.
|
12
docs/_plugins/3rd-party-integration/leaflet-for-drupal.md
Normal file
12
docs/_plugins/3rd-party-integration/leaflet-for-drupal.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet for Drupal
|
||||
category: 3rd-party-integration
|
||||
repo: https://www.drupal.org/project/leaflet
|
||||
author: Marzee Labs
|
||||
author-url: https://marzeelabs.org/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A Drupal (7.x and 8.x) module to integrate Leaflet maps in your Drupal site. Contains a field formatter to show a map for fields containing geospatial data, Views integration to plot data on a map, and a lightweight and easy to use API. Currently used by over 10.000 sites.
|
12
docs/_plugins/3rd-party-integration/map-block-leaflet.md
Normal file
12
docs/_plugins/3rd-party-integration/map-block-leaflet.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Map Block Leaflet
|
||||
category: 3rd-party-integration
|
||||
repo: https://wordpress.org/plugins/map-block-leaflet/
|
||||
author: Jesús Olazagoitia
|
||||
author-url: https://goiblas.com/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A Block for the New WordPress Block Editor based on Leaflet, it allow add and custom maps from a visual interface.
|
12
docs/_plugins/3rd-party-integration/maps-marker-pro.md
Normal file
12
docs/_plugins/3rd-party-integration/maps-marker-pro.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Maps Marker Pro
|
||||
category: 3rd-party-integration
|
||||
repo: https://www.mapsmarker.com/
|
||||
author: Robert Harm
|
||||
author-url: https://www.harm.co.at/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A WordPress plugin that enables users to pin, organize and share their favorite places and tracks through their WordPress powered site.
|
12
docs/_plugins/3rd-party-integration/maptiks.md
Normal file
12
docs/_plugins/3rd-party-integration/maptiks.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Maptiks
|
||||
category: 3rd-party-integration
|
||||
repo: https://maptiks.com/
|
||||
author: Sparkgeo
|
||||
author-url: https://sparkgeo.com/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Analytics platform for web maps. Track map activities, layer load times, marker clicks, and more!
|
12
docs/_plugins/3rd-party-integration/wordpress-leaflet-map.md
Normal file
12
docs/_plugins/3rd-party-integration/wordpress-leaflet-map.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: WordPress Leaflet Map
|
||||
category: 3rd-party-integration
|
||||
repo: https://wordpress.org/plugins/leaflet-map/
|
||||
author: Benjamin J DeLong
|
||||
author-url: https://bozdoz.com/projects/leaflet-map
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Interactive and flexible shortcode to create multiple maps in posts and pages, and to add multiple markers on those maps.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Locations and Areas
|
||||
category: 3rd-party-integration
|
||||
repo: https://wordpress.org/plugins/locations-and-areas/
|
||||
author: 100plugins
|
||||
author-url: https://www.locations-and-areas.com/?ref=leafletjs.com
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
WordPress plugin to showcase widely distributed locations on a single map with additional navigation tabs for regions. The map is based on Leaflet JS and offers you several free map styles. Gutenberg Block included.
|
12
docs/_plugins/3rd-party-integration/wp-mapit.md
Normal file
12
docs/_plugins/3rd-party-integration/wp-mapit.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: WP MapIt
|
||||
category: 3rd-party-integration
|
||||
repo: http://wp-mapit.phpwebdev.in/
|
||||
author: Chandni Patel
|
||||
author-url: http://phpwebdev.in/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Easy to use, WordPress Map plugin based on Open Street Map and Leaflet with custom markers images, descriptions and links.
|
12
docs/_plugins/3rd-party-integration/wp-open-user-map.md
Normal file
12
docs/_plugins/3rd-party-integration/wp-open-user-map.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Open User Map
|
||||
category: 3rd-party-integration
|
||||
repo: https://wordpress.org/plugins/open-user-map/
|
||||
author: 100plugins
|
||||
author-url: https://www.open-user-map.com/?ref=leafletjs.com
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
WordPress plugin to let your visitors add locations directly from the frontend - without registration. They drop a marker on the map and provide some location details. After submit the location proposal will be “pending” and wait for your review approval to get published.
|
12
docs/_plugins/3rd-party-integration/wptripsummary.md
Normal file
12
docs/_plugins/3rd-party-integration/wptripsummary.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: WP-Trip-Summary
|
||||
category: 3rd-party-integration
|
||||
repo: https://github.com/alexboia/WP-Trip-Summary/
|
||||
author: Alexandru Boia
|
||||
author-url: https://wordpress.org/plugins/wp-trip-summary/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A WordPress trip summary plugin to help travel bloggers manage and display structured information about their train rides and biking or hiking trips.
|
12
docs/_plugins/3rd-party-integration/yii2-locator.md
Normal file
12
docs/_plugins/3rd-party-integration/yii2-locator.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Yii2-locator
|
||||
category: 3rd-party-integration
|
||||
repo: https://github.com/sjaakp/yii2-locator
|
||||
author: Sjaak Priester
|
||||
author-url: https://github.com/sjaakp
|
||||
demo: https://sjaakpriester.nl/software/locator
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Leaflet widget for <a href="https://www.yiiframework.com/">Yii2 PHP Framework</a>. Geographical data stored in an ActiveRecord can be displayed and updated on interactive maps.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet-Area-Selection
|
||||
category: area-overlay-selection
|
||||
repo: https://github.com/bopen/leaflet-area-selection
|
||||
author: B-Open
|
||||
author-url: https://www.bopen.eu/
|
||||
demo: https://bopen.github.io/leaflet-area-selection/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
leaflet-area-selection allows to easily select a polygonal area on the map.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: L.Control.LineStringSelect
|
||||
category: area-overlay-selection
|
||||
repo: https://github.com/w8r/L.Control.LineStringSelect
|
||||
author: Alexander Milevski
|
||||
author-url: https://github.com/w8r
|
||||
demo: https://milevski.co/L.Control.LineStringSelect/examples/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Fast LineString(polyline) partial selection tool: select a stretch between two points in a complex path.
|
12
docs/_plugins/area-overlay-selection/leaflet-areaselect.md
Normal file
12
docs/_plugins/area-overlay-selection/leaflet-areaselect.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.AreaSelect
|
||||
category: area-overlay-selection
|
||||
repo: https://github.com/heyman/leaflet-areaselect/
|
||||
author: Jonatan Heyman
|
||||
author-url: https://heyman.info/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A fixed positioned, resizable rectangle for selecting an area on the map.
|
12
docs/_plugins/area-overlay-selection/leaflet-cheaplayerat.md
Normal file
12
docs/_plugins/area-overlay-selection/leaflet-cheaplayerat.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.CheapLayerAt
|
||||
category: area-overlay-selection
|
||||
repo: https://github.com/IvanSanchez/Leaflet.CheapLayerAt
|
||||
author: Iván Sánchez Ortega
|
||||
author-url: https://github.com/IvanSanchez
|
||||
demo: http://ivansanchez.github.io/Leaflet.CheapLayerAt/demo.html
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Allows querying which layer is under a screen coordinate.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.FeatureSelect
|
||||
category: area-overlay-selection
|
||||
repo: https://github.com/openplans/Leaflet.FeatureSelect
|
||||
author: Aaron Ogle
|
||||
author-url: https://github.com/atogle
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Use a configurable centerpoint marker to select any geometry type from a GeoJSON layer.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet GeoJSON Selector
|
||||
category: area-overlay-selection
|
||||
repo: https://github.com/stefanocudini/leaflet-geojson-selector
|
||||
author: Stefano Cudini
|
||||
author-url: https://opengeo.tech/
|
||||
demo: https://opengeo.tech/maps/leaflet-geojson-selector/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Leaflet Control for selection from GeoJSON feature in an interactive list and map.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.SelectAreaFeature
|
||||
category: area-overlay-selection
|
||||
repo: https://github.com/sandropibia/Leaflet.SelectAreaFeature/
|
||||
author: Sandro Pibia
|
||||
author-url: https://github.com/sandropibia
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Selecting feature layers on a map by drawing an area.
|
12
docs/_plugins/area-overlay-selection/leafletlasso.md
Normal file
12
docs/_plugins/area-overlay-selection/leafletlasso.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet-lasso
|
||||
category: area-overlay-selection
|
||||
repo: https://github.com/zakjan/leaflet-lasso
|
||||
author: Jan Zak
|
||||
author-url: https://github.com/zakjan
|
||||
demo: https://zakjan.github.io/leaflet-lasso/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Lasso selection plugin.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet-locationfilter
|
||||
category: area-overlay-selection
|
||||
repo: https://github.com/kajic/leaflet-locationfilter/
|
||||
author: Robert Kajic
|
||||
author-url: https://github.com/kajic
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A draggable/resizable rectangle for selecting an area on the map.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet-Select-Polygons
|
||||
category: area-overlay-selection
|
||||
repo: https://github.com/olanaso/Leaflet-Select-Polygons
|
||||
author: Erick S Escalante Olano
|
||||
author-url: https://github.com/olanaso
|
||||
demo: https://olanaso.github.io/Leaflet-Select-Polygons/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Leaflet-Select-Polygons allows the selection of several polygons and also adjusts the base map view.
|
12
docs/_plugins/area-overlay-selection/leafletshades.md
Normal file
12
docs/_plugins/area-overlay-selection/leafletshades.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet-Shades
|
||||
category: area-overlay-selection
|
||||
repo: https://github.com/mkong0216/leaflet-shades/
|
||||
author: Mandy Kong
|
||||
author-url: https://github.com/mkong0216
|
||||
demo: https://mkong0216.github.io/leaflet-shades/examples/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A draggable and resizable rectangle for selecting an area on a map and creating a gray overlay in unselected areas.
|
12
docs/_plugins/basemap-formats/azgsleaflet.md
Normal file
12
docs/_plugins/basemap-formats/azgsleaflet.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: azgs-leaflet
|
||||
category: basemap-formats
|
||||
repo: https://github.com/azgs/azgs-leaflet
|
||||
author: AZGS
|
||||
author-url: https://github.com/azgs
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A set of small plugins for Leaflet, including WFS-GeoJSON layer with filtering, a hover control for GeoJSON, and an Esri tile layer.
|
12
docs/_plugins/basemap-formats/cartodbleaflet.md
Normal file
12
docs/_plugins/basemap-formats/cartodbleaflet.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: cartodb-leaflet
|
||||
category: basemap-formats
|
||||
repo: https://github.com/vizzuality/cartodb-leaflet/
|
||||
author: Vizzuality
|
||||
author-url: https://www.vizzuality.com/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Official <a href="https://carto.com/">CartoDB</a> plugin for Leaflet.
|
12
docs/_plugins/basemap-formats/georasterlayer.md
Normal file
12
docs/_plugins/basemap-formats/georasterlayer.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: GeoRasterLayer
|
||||
category: basemap-formats
|
||||
repo: https://github.com/geotiff/georaster-layer-for-leaflet
|
||||
author: Daniel J. Dufour
|
||||
author-url: https://github.com/DanielJDufour
|
||||
demo: https://geotiff.github.io/georaster-layer-for-leaflet-example/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Display small and large GeoTIFF files with configurable resolution. Built for simplicity and performance. Integrates with <a href="https://geoblaze.io/">GeoBlaze</a>, a JavaScript raster analysis library.
|
12
docs/_plugins/basemap-formats/l-tilelayer-wmts.md
Normal file
12
docs/_plugins/basemap-formats/l-tilelayer-wmts.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: L.TileLayer.WMTS
|
||||
category: basemap-formats
|
||||
repo: https://github.com/alcalin/L.TileLayer.WMTS
|
||||
author: Alexandru Calin
|
||||
author-url: https://github.com/alcalin
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A simple WMTS Tile Layer plugin for Leaflet.
|
12
docs/_plugins/basemap-formats/leaflet-bpg.md
Normal file
12
docs/_plugins/basemap-formats/leaflet-bpg.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.bpg
|
||||
category: basemap-formats
|
||||
repo: https://github.com/balrog-kun/Leaflet.bpg
|
||||
author: Andrzej Zaborowski
|
||||
author-url: https://github.com/balrog-kun/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
TileLayer with <a href="https://bellard.org/bpg/">.bpg</a> image format decoding.
|
12
docs/_plugins/basemap-formats/leaflet-canvaslayer-field.md
Normal file
12
docs/_plugins/basemap-formats/leaflet-canvaslayer-field.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.CanvasLayer.Field
|
||||
category: basemap-formats
|
||||
repo: https://github.com/IHCantabria/Leaflet.CanvasLayer.Field
|
||||
author: Víctor Velarde
|
||||
author-url: https://github.com/VictorVelarde
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Loads and styles raster files (geotiff & asciigrid formats). It includes a <code>ScalarField</code> layer (for DTM, temperature...) and <code>VectorFieldAnim</code> (an animated layer for wind, currents...). See the <a href="https://ihcantabria.github.io/Leaflet.CanvasLayer.Field/">examples</a>
|
12
docs/_plugins/basemap-formats/leaflet-geojson-encoded.md
Normal file
12
docs/_plugins/basemap-formats/leaflet-geojson-encoded.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet GeoJSON Encoded
|
||||
category: basemap-formats
|
||||
repo: https://github.com/geobricks/Leaflet.GeoJSON.Encoded
|
||||
author: Geobricks
|
||||
author-url: https://github.com/geobricks/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Extends the L.GeoJSON layer using Google polyline encoding algorithm, allowing an optimized data transfer.
|
12
docs/_plugins/basemap-formats/leaflet-nontiledlayer-wcs.md
Normal file
12
docs/_plugins/basemap-formats/leaflet-nontiledlayer-wcs.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.NonTiledLayer.WCS
|
||||
category: basemap-formats
|
||||
repo: https://github.com/stuartmatthews/Leaflet.NonTiledLayer.WCS
|
||||
author: Stuart Matthews
|
||||
author-url: https://github.com/stuartmatthews
|
||||
demo: https://stuartmatthews.github.io/Leaflet.NonTiledLayer.WCS/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Display raster data from Web Coverage Services. Rasters can be styled and queried in the client.
|
12
docs/_plugins/basemap-formats/leaflet-projwmts.md
Normal file
12
docs/_plugins/basemap-formats/leaflet-projwmts.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.projwmts
|
||||
category: basemap-formats
|
||||
repo: https://github.com/GeoportalPL/leaflet.projwmts
|
||||
author: Geoportal Poland
|
||||
author-url: https://github.com/GeoportalPL
|
||||
demo: https://geoportalpl.github.io/leaflet.projwmts/examples/wmts_services.html
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Adding WMTS services (GUGiK Poland).
|
12
docs/_plugins/basemap-formats/leaflet-tilelayer-mbtiles.md
Normal file
12
docs/_plugins/basemap-formats/leaflet-tilelayer-mbtiles.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.TileLayer.MBTiles
|
||||
category: basemap-formats
|
||||
repo: https://gitlab.com/IvanSanchez/Leaflet.TileLayer.MBTiles
|
||||
author: Iván Sánchez
|
||||
author-url: https://github.com/IvanSanchez/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Loads <a href="https://github.com/mapbox/mbtiles-spec"><code>.mbtiles</code></a> tilesets.
|
12
docs/_plugins/basemap-formats/leaflet-tilelayer-wmts.md
Normal file
12
docs/_plugins/basemap-formats/leaflet-tilelayer-wmts.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet.TileLayer.WMTS
|
||||
category: basemap-formats
|
||||
repo: https://github.com/alexandre-melard/leaflet.TileLayer.WMTS
|
||||
author: Alexandre Melard
|
||||
author-url: https://github.com/mylen
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Add WMTS (IGN) layering for leaflet.
|
12
docs/_plugins/basemap-formats/leaflet-wms.md
Normal file
12
docs/_plugins/basemap-formats/leaflet-wms.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet.wms
|
||||
category: basemap-formats
|
||||
repo: https://github.com/heigeo/leaflet.wms
|
||||
author: S. Andrew Sheppard
|
||||
author-url: https://github.com/sheppard/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Enhanced WMS support for Leaflet, including single-tile/untiled layers, shared WMS sources, and layer identify via GetFeatureInfo.
|
12
docs/_plugins/basemap-formats/leaflet2gis.md
Normal file
12
docs/_plugins/basemap-formats/leaflet2gis.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet-2gis
|
||||
category: basemap-formats
|
||||
repo: https://github.com/emikhalev/leaflet-2gis
|
||||
author: Eugene Mikhalev
|
||||
author-url: https://github.com/emikhalev/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Adds support for 2GIS tile layer
|
12
docs/_plugins/basemap-formats/leafletgeotiff.md
Normal file
12
docs/_plugins/basemap-formats/leafletgeotiff.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet-geotiff
|
||||
category: basemap-formats
|
||||
repo: https://github.com/stuartmatthews/leaflet-geotiff
|
||||
author: Stuart Matthews
|
||||
author-url: https://github.com/stuartmatthews
|
||||
demo: https://stuartmatthews.github.io/leaflet-geotiff/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Display raster data from geoTIFF files as images or direction arrows. Rasters can be styled and queried in the client. An optional clipping mask can be applied, e.g. to restrict DEMs to land areas.
|
12
docs/_plugins/basemap-formats/leaflettilejson.md
Normal file
12
docs/_plugins/basemap-formats/leaflettilejson.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet-tilejson
|
||||
category: basemap-formats
|
||||
repo: https://github.com/kartena/leaflet-tilejson
|
||||
author: Per Liedman
|
||||
author-url: https://github.com/perliedman
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Adds support for the <a href="https://github.com/mapbox/tilejson-spec">TileJSON</a> specification to Leaflet.
|
12
docs/_plugins/basemap-formats/tilelayer-geojson.md
Normal file
12
docs/_plugins/basemap-formats/tilelayer-geojson.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: TileLayer.GeoJSON
|
||||
category: basemap-formats
|
||||
repo: https://github.com/glenrobertson/leaflet-tilelayer-geojson/
|
||||
author: Glen Robertson
|
||||
author-url: https://github.com/glenrobertson
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A TileLayer for GeoJSON tiles.
|
12
docs/_plugins/basemap-providers/azure-maps-leaflet-plugin.md
Normal file
12
docs/_plugins/basemap-providers/azure-maps-leaflet-plugin.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Azure Maps Leaflet plugin
|
||||
category: basemap-providers
|
||||
repo: https://github.com/Azure-Samples/azure-maps-leaflet
|
||||
author: Ricky Brundritt
|
||||
author-url: https://github.com/rbrundritt
|
||||
demo: https://azuremapscodesamples.azurewebsites.net/?search=leaflet
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A leafletjs plugin that makes it easy to overlay all the different tile layers available from the <a href="https://azure.microsoft.com/en-us/services/azure-maps/">Azure Maps</a>. Supports using an Azure Maps subscription key or Azure Active Directory for authentication.
|
12
docs/_plugins/basemap-providers/bing-maps-layer.md
Normal file
12
docs/_plugins/basemap-providers/bing-maps-layer.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Bing Maps Layer
|
||||
category: basemap-providers
|
||||
repo: https://github.com/digidem/leaflet-bing-layer
|
||||
author: Gregor MacLennan
|
||||
author-url: https://github.com/gmaclennan
|
||||
demo:
|
||||
compatible-v0: false
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Add <a href="https://docs.microsoft.com/en-us/bingmaps/rest-services/imagery?redirectedfrom=MSDN">Bing Maps tiles</a> to your Leaflet Map. Requires Leaflet v1.0.0.beta.2 or later.
|
12
docs/_plugins/basemap-providers/esri-leaflet.md
Normal file
12
docs/_plugins/basemap-providers/esri-leaflet.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Esri Leaflet
|
||||
category: basemap-providers
|
||||
repo: https://esri.github.io/esri-leaflet/
|
||||
author: Patrick Arlt
|
||||
author-url: https://github.com/patrickarlt/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A set of tools for using ArcGIS services with Leaflet. Support for map services, feature layers, ArcGIS Online tiles and more.
|
12
docs/_plugins/basemap-providers/l-gridlayer-googlemutant.md
Normal file
12
docs/_plugins/basemap-providers/l-gridlayer-googlemutant.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: L.GridLayer.GoogleMutant
|
||||
category: basemap-providers
|
||||
repo: https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant
|
||||
author: Iván Sánchez
|
||||
author-url: https://github.com/IvanSanchez
|
||||
demo: http://ivansanchez.gitlab.io/Leaflet.GridLayer.GoogleMutant/demo.html
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Displays Google maps (with minimal artifacts thanks to a <a href="https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver">DOM mutation observer</a> technique).
|
12
docs/_plugins/basemap-providers/l-mapkitmutant.md
Normal file
12
docs/_plugins/basemap-providers/l-mapkitmutant.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: L.MapkitMutant
|
||||
category: basemap-providers
|
||||
repo: https://gitlab.com/IvanSanchez/Leaflet.MapkitMutant
|
||||
author: Iván Sánchez
|
||||
author-url: https://github.com/IvanSanchez
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Displays Apple's MapkitJS basemaps.
|
12
docs/_plugins/basemap-providers/l-tilelayer-here.md
Normal file
12
docs/_plugins/basemap-providers/l-tilelayer-here.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: L.TileLayer.HERE
|
||||
category: basemap-providers
|
||||
repo: https://gitlab.com/IvanSanchez/Leaflet.TileLayer.HERE
|
||||
author: Iván Sánchez
|
||||
author-url: https://github.com/IvanSanchez
|
||||
demo: https://ivansanchez.gitlab.io/Leaflet.TileLayer.HERE/demo.html
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Displays map tiles from HERE maps.
|
12
docs/_plugins/basemap-providers/l-tilelayer-kartverket.md
Normal file
12
docs/_plugins/basemap-providers/l-tilelayer-kartverket.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: L.TileLayer.Kartverket
|
||||
category: basemap-providers
|
||||
repo: https://github.com/knreise/L.TileLayer.Kartverket
|
||||
author: Kultur og naturreise
|
||||
author-url: https://github.com/knreise
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Provides easy setup of the tile layers from <a href="https://kartverket.no/standardisering/">Kartverket</a> (The Norwegian Mapping Authority)
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.ChineseTmsProviders
|
||||
category: basemap-providers
|
||||
repo: https://github.com/htoooth/Leaflet.ChineseTmsProviders
|
||||
author: Tao Huang
|
||||
author-url: https://github.com/htoooth/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Contains configurations for various Chinese tile providers — TianDiTu, MapABC, GaoDe, etc.
|
12
docs/_plugins/basemap-providers/leaflet-gibs.md
Normal file
12
docs/_plugins/basemap-providers/leaflet-gibs.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.GIBS
|
||||
category: basemap-providers
|
||||
repo: https://github.com/aparshin/leaflet-GIBS
|
||||
author: Alexander Parshin
|
||||
author-url: https://github.com/aparshin
|
||||
demo: http://aparshin.github.io/leaflet-GIBS/examples/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
<a href="https://earthdata.nasa.gov/gibs">NASA EOSDIS GIBS</a> imagery integration. The plugin provides <a href="https://wiki.earthdata.nasa.gov/display/GIBS/GIBS+Available+Imagery+Products">96 daily updated layers</a> with satellite imagery and science parameters.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.KoreanTmsProviders
|
||||
category: basemap-providers
|
||||
repo: https://github.com/tontita/Leaflet.KoreanTmsProviders
|
||||
author: Seong Choi
|
||||
author-url: https://github.com/tontita/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Contains configurations for various (South) Korean tile providers — Daum, Naver, VWorld, etc.
|
12
docs/_plugins/basemap-providers/leaflet-spain-wms.md
Normal file
12
docs/_plugins/basemap-providers/leaflet-spain-wms.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.Spain.WMS
|
||||
category: basemap-providers
|
||||
repo: https://github.com/sigdeletras/Leaflet.Spain.WMS
|
||||
author: Patricio Soriano
|
||||
author-url: https://github.com/sigdeletras
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Provides easy setup for several Web Map Services (WMS) layers for Spain (PNOA, IGN base, Catastro, etc), from Spanish mapping agencies.
|
12
docs/_plugins/basemap-providers/leaflet-tilelayer-here.md
Normal file
12
docs/_plugins/basemap-providers/leaflet-tilelayer-here.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.TileLayer.HERE
|
||||
category: basemap-providers
|
||||
repo: https://github.com/wandersoncs/leaflet-tilelayer-here
|
||||
author: Wanderson Souza
|
||||
author-url: https://github.com/wandersoncs
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Displays tiles from HERE maps.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet-Tilelayer-Hong-Kong
|
||||
category: basemap-providers
|
||||
repo: https://github.com/spaceflighter/leaflet-tilelayer-hongkong
|
||||
author: spaceflighter
|
||||
author-url: https://github.com/spaceflighter
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Displays Hong Kong map tiles from <a href="https://geodata.gov.hk">Hong Kong GeoData Store</a> provider.
|
12
docs/_plugins/basemap-providers/leaflet-tilelayer-mierune.md
Normal file
12
docs/_plugins/basemap-providers/leaflet-tilelayer-mierune.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.TileLayer.Mierune
|
||||
category: basemap-providers
|
||||
repo: https://github.com/MIERUNE/Leaflet.TileLayer.MIERUNE
|
||||
author: Mierune
|
||||
author-url: https://github.com/MIERUNE
|
||||
demo: https://tile.mierune.co.jp/
|
||||
compatible-v0: true
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Displays tiles from Mierune map.
|
12
docs/_plugins/basemap-providers/leaflet-tilelayer-swiss.md
Normal file
12
docs/_plugins/basemap-providers/leaflet-tilelayer-swiss.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.TileLayer.Swiss
|
||||
category: basemap-providers
|
||||
repo: https://github.com/rkaravia/Leaflet.TileLayer.Swiss
|
||||
author: Roman Karavia
|
||||
author-url: https://github.com/rkaravia
|
||||
demo: https://leaflet-tilelayer-swiss.karavia.ch/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Displays national maps of Switzerland using map tiles from Swisstopo.
|
12
docs/_plugins/basemap-providers/leafletproviders.md
Normal file
12
docs/_plugins/basemap-providers/leafletproviders.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet-providers
|
||||
category: basemap-providers
|
||||
repo: https://github.com/leaflet-extras/leaflet-providers
|
||||
author: leaflet-extras members
|
||||
author-url: https://github.com/leaflet-extras
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Contains configurations for various free tile providers — OSM, OpenCycleMap, Stamen, Esri, etc.
|
12
docs/_plugins/basemap-providers/polarmap-js.md
Normal file
12
docs/_plugins/basemap-providers/polarmap-js.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: PolarMap.js
|
||||
category: basemap-providers
|
||||
repo: https://github.com/GeoSensorWebLab/polarmap.js
|
||||
author: GeoSensorWeb Lab
|
||||
author-url: https://github.com/geosensorweblab
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
JavaScript library for displaying tiles from <a href="https://webmap.arcticconnect.ca/">ArcticWebMap</a>, a free tile provider with OSM data in multiple Arctic polar projections. Includes lower-level API for deeper integration with other Leaflet plugins.
|
12
docs/_plugins/basemap-providers/supermap-leaflet.md
Normal file
12
docs/_plugins/basemap-providers/supermap-leaflet.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: SuperMap Leaflet
|
||||
category: basemap-providers
|
||||
repo: https://supermap.github.io/supermap-leaflet/
|
||||
author: SuperMap
|
||||
author-url: https://github.com/SuperMap
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
SuperMap Leaflet is a Leaflet plugins for working with SuperMap service types. Support for SuperMap services, tiles and more.
|
12
docs/_plugins/bookmarked-pan-zoom/leaflet-bookmarks.md
Normal file
12
docs/_plugins/bookmarked-pan-zoom/leaflet-bookmarks.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.Bookmarks
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/w8r/Leaflet.Bookmarks
|
||||
author: Alexander Milevski
|
||||
author-url: https://github.com/w8r/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Control for adding and navigating between user-created bookmarks on the map.
|
12
docs/_plugins/bookmarked-pan-zoom/leaflet-defaultextent.md
Normal file
12
docs/_plugins/bookmarked-pan-zoom/leaflet-defaultextent.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.defaultextent
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/nguyenning/Leaflet.defaultextent
|
||||
author: Alex Nguyen
|
||||
author-url: https://github.com/nguyenning
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A control that returns to the original start extent of the map. Similar to the <a href="/javascript/3/jssamples/widget_home.html">HomeButton</a> widget.
|
12
docs/_plugins/bookmarked-pan-zoom/leaflet-locationlist.md
Normal file
12
docs/_plugins/bookmarked-pan-zoom/leaflet-locationlist.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet Locationlist
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/mithron/leaflet.locationlist
|
||||
author: Ivan Ignatyev
|
||||
author-url: https://github.com/mithron
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A control to jump between predefined locations and zooms.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet Navigation Toolbar
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/davidchouse/Leaflet.NavBar
|
||||
author: David C
|
||||
author-url: https://github.com/davidchouse
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Leaflet control for simple back, forward and home navigation.
|
12
docs/_plugins/bookmarked-pan-zoom/leaflet-restoreview.md
Normal file
12
docs/_plugins/bookmarked-pan-zoom/leaflet-restoreview.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.RestoreView
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/makinacorpus/Leaflet.RestoreView
|
||||
author: Mathieu Leplatre
|
||||
author-url: https://github.com/leplatrem
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Stores and restores map view using localStorage.
|
12
docs/_plugins/bookmarked-pan-zoom/leaflet-showall.md
Normal file
12
docs/_plugins/bookmarked-pan-zoom/leaflet-showall.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.ShowAll
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/florpor/Leaflet.ShowAll
|
||||
author: Mor Yariv
|
||||
author-url: https://github.com/florpor
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A control that can show a predefined extent while saving the current one so it can be jumped back to.
|
12
docs/_plugins/bookmarked-pan-zoom/leaflet-viewcenter.md
Normal file
12
docs/_plugins/bookmarked-pan-zoom/leaflet-viewcenter.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.viewcenter
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/pwldp/leaflet.viewcenter
|
||||
author: Dariusz Pawlak
|
||||
author-url: https://github.com/pwldp/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A simple control that adds a button to change view and zoom to predefined values in options.
|
12
docs/_plugins/bookmarked-pan-zoom/leaflet-zoomhome.md
Normal file
12
docs/_plugins/bookmarked-pan-zoom/leaflet-zoomhome.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.zoomhome
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/torfsen/leaflet.zoomhome
|
||||
author: Florian Brucker
|
||||
author-url: https://github.com/torfsen
|
||||
demo: http://torfsen.github.io/leaflet.zoomhome/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Zoom control with a home button for resetting the view.
|
12
docs/_plugins/bookmarked-pan-zoom/leaflethash.md
Normal file
12
docs/_plugins/bookmarked-pan-zoom/leaflethash.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet-hash
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/mlevans/leaflet-hash
|
||||
author: Michael Lawrence Evans
|
||||
author-url: https://github.com/mlevans
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Plugin for persisting map state and browsing history through the URL hash.
|
12
docs/_plugins/bookmarked-pan-zoom/leaflethistory.md
Normal file
12
docs/_plugins/bookmarked-pan-zoom/leaflethistory.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet-History
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/cscott530/leaflet-history
|
||||
author: Chris Scott
|
||||
author-url: https://github.com/cscott530
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Track history of map movements and zoom locations similar to a browser.
|
12
docs/_plugins/bookmarked-pan-zoom/leafletviewmeta.md
Normal file
12
docs/_plugins/bookmarked-pan-zoom/leafletviewmeta.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet-view-meta
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/rwev/leaflet-view-meta
|
||||
author: rwev
|
||||
author-url: https://github.com/rwev
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Plugin control that displays and persists map view meta-data, center and boundary coordinates to URL for precise sharing and view reconstruction.
|
12
docs/_plugins/bookmarked-pan-zoom/leafletzoommin.md
Normal file
12
docs/_plugins/bookmarked-pan-zoom/leafletzoommin.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet-zoom-min
|
||||
category: bookmarked-pan-zoom
|
||||
repo: https://github.com/alanshaw/leaflet-zoom-min/
|
||||
author: Alan Shaw
|
||||
author-url: https://github.com/alanshaw/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Adds a button to the zoom control that allows you to zoom to the map minimum zoom level in a single click.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.ConditionalLayer
|
||||
category: clustering-decluttering
|
||||
repo: https://github.com/Eclipse1979/leaflet-conditionalLayer
|
||||
author: EPP
|
||||
author-url: https://github.com/Eclipse1979
|
||||
demo: http://eclipse1979.github.io/Leaflet.ConditionalLayer/example/leaflet-conditionalLayer2.html
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A FeatureGroup that does not show any more than a certain amount of markers visible in the viewport.
|
12
docs/_plugins/clustering-decluttering/leaflet-deflate.md
Normal file
12
docs/_plugins/clustering-decluttering/leaflet-deflate.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.Deflate
|
||||
category: clustering-decluttering
|
||||
repo: https://github.com/oliverroick/Leaflet.Deflate
|
||||
author: Oliver Roick
|
||||
author-url: https://github.com/oliverroick
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Deflates lines and polygons to a marker when their screen size becomes too small in lower zoom levels.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.FeatureGroup.SubGroup
|
||||
category: clustering-decluttering
|
||||
repo: https://github.com/ghybs/Leaflet.FeatureGroup.SubGroup
|
||||
author: ghybs
|
||||
author-url: https://github.com/ghybs
|
||||
demo: http://ghybs.github.io/Leaflet.FeatureGroup.SubGroup/examples/subGroup-markercluster-controlLayers-realworld.388.html
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A simple plugin to create Feature Groups that add their child layers into a parent group. Typical usage is to switch them through L.Control.Layers to dynamically add/remove groups of markers from Leaflet.markercluster.
|
12
docs/_plugins/clustering-decluttering/leaflet-gridcluster.md
Normal file
12
docs/_plugins/clustering-decluttering/leaflet-gridcluster.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.GridCluster
|
||||
category: clustering-decluttering
|
||||
repo: https://github.com/andy-kay/Leaflet.GridCluster
|
||||
author: Andreas Kiefer
|
||||
author-url: https://github.com/andy-kay
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Create grid-based clusters in realtime.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.LayerGroup.Collision
|
||||
category: clustering-decluttering
|
||||
repo: https://github.com/MazeMap/Leaflet.LayerGroup.Collision
|
||||
author: Iván Sánchez Ortega
|
||||
author-url: https://github.com/IvanSanchez
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Provides collision detection for groups of markers. Unlike clustering, this takes into account the shape & size of the markers.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.markercluster
|
||||
category: clustering-decluttering
|
||||
repo: https://github.com/Leaflet/Leaflet.markercluster
|
||||
author: Dave Leaver
|
||||
author-url: https://github.com/danzel
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Beautiful, sophisticated, high performance marker clustering solution with smooth animations and lots of great features. <em>Recommended!</em>
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet-tooltip-layout
|
||||
category: clustering-decluttering
|
||||
repo: https://github.com/ZijingPeng/leaflet-tooltip-layout
|
||||
author: Zijing Peng
|
||||
author-url: https://github.com/ZijingPeng
|
||||
demo: https://zijingpeng.github.io/overlapping-avoided-tooltip/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A plugin to avoid tooltips overlapping and make it easier to find out the relationship between each tooltip and marker.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Overlapping Marker Spiderfier
|
||||
category: clustering-decluttering
|
||||
repo: https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet
|
||||
author: George MacKerron
|
||||
author-url: http://mackerron.com/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Deals with overlapping markers in a Google Earth-inspired way by gracefully springing them apart on click.
|
12
docs/_plugins/clustering-decluttering/prunecluster.md
Normal file
12
docs/_plugins/clustering-decluttering/prunecluster.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: PruneCluster
|
||||
category: clustering-decluttering
|
||||
repo: https://github.com/SINTEF-9012/PruneCluster
|
||||
author: Antoine Pultier
|
||||
author-url: https://github.com/yellowiscool
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Fast and realtime marker clustering library.
|
12
docs/_plugins/clustering-decluttering/qcluster.md
Normal file
12
docs/_plugins/clustering-decluttering/qcluster.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: q-cluster
|
||||
category: clustering-decluttering
|
||||
repo: https://github.com/spatialdev/q-cluster
|
||||
author: Nicholas Hallahan
|
||||
author-url: https://github.com/hallahan
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Quick point clustering library with D3 categorization.
|
12
docs/_plugins/data-providers/leaflet-dbpedialayer.md
Normal file
12
docs/_plugins/data-providers/leaflet-dbpedialayer.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.dbpediaLayer
|
||||
category: data-providers
|
||||
repo: https://github.com/kr1/Leaflet.dbpediaLayer/
|
||||
author: Kr1
|
||||
author-url: https://github.com/kr1/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A layer with Points of interest from Wikipedia - loaded via ajax from DBpedia's SPARQL endpoint.
|
12
docs/_plugins/data-providers/leaflet-freietonne.md
Normal file
12
docs/_plugins/data-providers/leaflet-freietonne.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.FreieTonne
|
||||
category: data-providers
|
||||
repo: https://github.com/facilmap/Leaflet.FreieTonne
|
||||
author: Candid Dauth
|
||||
author-url: https://github.com/cdauth
|
||||
demo: https://unpkg.com/leaflet-freie-tonne/example.html
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
An overlay with nautical features from <a href="https://www.freietonne.de/">FreieTonne</a>.
|
12
docs/_plugins/data-providers/leaflet-geographphotos.md
Normal file
12
docs/_plugins/data-providers/leaflet-geographphotos.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.GeographPhotos
|
||||
category: data-providers
|
||||
repo: https://github.com/geograph-project/Leaflet.GeographPhotos
|
||||
author: Barry Hunter
|
||||
author-url: https://github.com/barryhunter/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Display Geographical-Photos from Geograph Britain and Ireland in an interactive overlay, using their API.
|
12
docs/_plugins/data-providers/leaflet-overpass-layer.md
Normal file
12
docs/_plugins/data-providers/leaflet-overpass-layer.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet Overpass Layer
|
||||
category: data-providers
|
||||
repo: https://github.com/GuillaumeAmat/leaflet-overpass-layer
|
||||
author: Guillaume AMAT
|
||||
author-url: https://github.com/GuillaumeAmat
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Easily include data from the <a href="http://overpass-api.de">overpass api</a>.
|
12
docs/_plugins/data-providers/leaflet-rainviewer.md
Normal file
12
docs/_plugins/data-providers/leaflet-rainviewer.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.Rainviewer
|
||||
category: data-providers
|
||||
repo: https://github.com/mwasil/Leaflet.Rainviewer
|
||||
author: Marcin Wasilewski
|
||||
author-url: https://marcinwasilewski.eu/
|
||||
demo: https://mwasil.github.io/Leaflet.Rainviewer/demo/
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Plugin for RainViewer radar data API.
|
12
docs/_plugins/data-providers/leaflet-vector-layers.md
Normal file
12
docs/_plugins/data-providers/leaflet-vector-layers.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet Vector Layers
|
||||
category: data-providers
|
||||
repo: http://jasonsanford.github.io/leaflet-vector-layers/
|
||||
author: Jason Sanford
|
||||
author-url: http://geojason.info/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Allows to easily create vector layers from a number of geo web services, such as ArcGIS Server, Arc2Earth, GeoIQ, CartoDB and GIS Cloud.
|
12
docs/_plugins/data-providers/leafletenvironmentallayers.md
Normal file
12
docs/_plugins/data-providers/leafletenvironmentallayers.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet-environmental-layers
|
||||
category: data-providers
|
||||
repo: https://github.com/publiclab/leaflet-environmental-layers
|
||||
author: Public Lab
|
||||
author-url: https://github.com/publiclab
|
||||
demo: https://publiclab.github.io/leaflet-environmental-layers/example/index.html#3/43.00/-46.26/BL2
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Collection of different environmental map layers in an easy to use Leaflet library.
|
12
docs/_plugins/data-providers/leafletradar.md
Normal file
12
docs/_plugins/data-providers/leafletradar.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: leaflet-radar
|
||||
category: data-providers
|
||||
repo: https://github.com/rwev/leaflet-radar
|
||||
author: rwev
|
||||
author-url: https://github.com/rwev/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Animated satellite weather radar overlays for Leaflet.
|
12
docs/_plugins/data-providers/leafletwikipedia.md
Normal file
12
docs/_plugins/data-providers/leafletwikipedia.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet-Wikipedia
|
||||
category: data-providers
|
||||
repo: https://github.com/MatthewBarker/leaflet-wikipedia
|
||||
author: Matthew Barker
|
||||
author-url: https://github.com/MatthewBarker
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A leaflet plugin to display Wikipedia API entries on a map layer.
|
12
docs/_plugins/data-providers/windyleafletplugin.md
Normal file
12
docs/_plugins/data-providers/windyleafletplugin.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Windy-Leaflet-plugin
|
||||
category: data-providers
|
||||
repo: https://github.com/windycom/API
|
||||
author: Windy.com
|
||||
author-url: https://www.windy.com/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Displays animated weather map on your page using Windy's free API.
|
12
docs/_plugins/dataviz/geogrid-js.md
Normal file
12
docs/_plugins/dataviz/geogrid-js.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: geogrid.js
|
||||
category: dataviz
|
||||
repo: https://github.com/giscience/geogrid.js
|
||||
author: F.-B. Mocnik,
|
||||
author-url: http://www.mocnik-science.net/
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
Displays data aggregated by the ISEA3H discrete global grid system. The data can, e.g., be delivered by using <a href="https://github.com/giscience/measures-rest">Measures REST</a> (a framework to deliver data aggregated by the grid) or <a href="https://github.com/giscience/geogrid">geogrid</a> (a library for handling the grid in case that you want to aggregate data manually).
|
12
docs/_plugins/dataviz/jquerystorymap.md
Normal file
12
docs/_plugins/dataviz/jquerystorymap.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: jquery-storymap
|
||||
category: dataviz
|
||||
repo: https://github.com/atlefren/storymap
|
||||
author: Atle Frenvik Sveen
|
||||
author-url: https://github.com/atlefren
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A jQuery plugin to display several map locations as the user scrolls through paragraphs.
|
12
docs/_plugins/dataviz/leaflet-canvasflowmaplayer.md
Normal file
12
docs/_plugins/dataviz/leaflet-canvasflowmaplayer.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.Canvas-Flowmap-Layer
|
||||
category: dataviz
|
||||
repo: https://github.com/jwasilgeo/Leaflet.Canvas-Flowmap-Layer
|
||||
author: Jacob Wasilkowski
|
||||
author-url: https://github.com/jwasilgeo
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
A LeafletJS custom map layer for mapping the flow of objects, ideas, people, etc. with Bezier curves rendered on the HTML canvas.
|
12
docs/_plugins/dataviz/leaflet-d3svgoverlay.md
Normal file
12
docs/_plugins/dataviz/leaflet-d3svgoverlay.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet.D3SvgOverlay
|
||||
category: dataviz
|
||||
repo: https://github.com/teralytics/Leaflet.D3SvgOverlay
|
||||
author: Kirill Zhuravlev
|
||||
author-url: https://github.com/xEviL
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
SVG overlay class for using with <a href="https://d3js.org/">D3</a> library. Supports zoom animation and scaling without need to redraw the layer.
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Leaflet Data Visualization Framework
|
||||
category: dataviz
|
||||
repo: https://github.com/humangeo/leaflet-dvf
|
||||
author: Scott Fairgrieve
|
||||
author-url: https://github.com/sfairgrieve
|
||||
demo:
|
||||
compatible-v0:
|
||||
compatible-v1: true
|
||||
---
|
||||
|
||||
New markers, layers, and utility classes for easy thematic mapping and data visualization.
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user