Title: Extensions for Leaflet Map
Author: hupe13
Published: <strong>23 de marzo de 2021</strong>
Last modified: 19 de junio de 2026

---

Buscar plugins

![](https://ps.w.org/extensions-leaflet-map/assets/icon-256x256.png?rev=3067862)

# Extensions for Leaflet Map

 Por [hupe13](https://profiles.wordpress.org/hupe13/)

[Descargar](https://downloads.wordpress.org/plugin/extensions-leaflet-map.5.3.zip)

 * [Detalles](https://es-mx.wordpress.org/plugins/extensions-leaflet-map/#description)
 * [Opiniones](https://es-mx.wordpress.org/plugins/extensions-leaflet-map/#reviews)
 *  [Instalación](https://es-mx.wordpress.org/plugins/extensions-leaflet-map/#installation)
 * [Desarrollo](https://es-mx.wordpress.org/plugins/extensions-leaflet-map/#developers)

 [Soporte](https://wordpress.org/support/plugin/extensions-leaflet-map/)

## Descripción

Extends the WordPress Plugin [Leaflet Map](https://wordpress.org/plugins/leaflet-map/)
with Leaflet Plugins and other functions.

### Functions

 * Create an elevation chart profile of a track. There are also acceleration, slope,
   speed and tempo chart profiles. You can also place multiple tracks on one map.
 * By default Leaflet Map uses tiles from openstreetmap.org or from the tile servers
   you configured. You can use more and switch between them.
 * Many markers on a map become confusing. You can cluster and shape them.
 * You can use Awesome markers.
 * You can group the elements on the map by criteria and show/hide them.
 * Create a “featured map”.
 * Create an overview map with geo-locations provided in the pages and posts.
 * Get a tooltip when hovering over an element.
 * You can design a choropleth map.
 * You can display the map in fullscreen mode.
 * Reset the map.
 * Gesture handling
 * Manage your files for Leaflet Map.
 * Help to migrate from [WP GPX Maps](https://wordpress.org/plugins/wp-gpx-maps/).
 * and more functions.

### Included Leaflet Plugins

#### Leaflet Plugins

 * [leaflet-elevation](https://github.com/Raruto/leaflet-elevation): A Leaflet plugin
   that allows to add elevation profiles using d3js.
 * [Leaflet.GeometryUtil](https://github.com/makinacorpus/Leaflet.GeometryUtil)
 * [Leaflet.i18n](https://github.com/yohanboniface/Leaflet.i18n): Internationalisation
   module for Leaflet plugins.
 * [leaflet-rotate](https://github.com/Raruto/leaflet-rotate): A Leaflet plugin 
   that allows to add rotation functionality to map tiles
 * [Leaflet.AlmostOver](https://github.com/makinacorpus/Leaflet.AlmostOver): This
   plugin allows to detect mouse click and overing events on lines, with a tolerance
   distance.
 * [@tmcw/togeojson](https://www.npmjs.com/package/@tmcw/togeojson): Convert KML,
   GPX, and TCX to GeoJSON.
 * [D3](https://github.com/d3/d3): Data-Driven Documents
 * [Leaflet-providers](https://github.com/leaflet-extras/leaflet-providers): An 
   extension that contains configurations for various tile providers.
 * [Leaflet.Control.Opacity](https://github.com/dayjournal/Leaflet.Control.Opacity):
   Makes multiple tile layers transparent.
 * [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster): Provides
   Beautiful Animated Marker Clustering functionality.
 * [Leaflet.MarkerCluster.PlacementStrategies](https://github.com/adammertel/Leaflet.MarkerCluster.PlacementStrategies):
   Styling Markerclusters.
 * [Leaflet.ExtraMarkers](https://github.com/coryasilva/Leaflet.ExtraMarkers): Shameless
   copy of Awesome-Markers with more shapes and colors.
 * [Leaflet List Markers](https://github.com/hupe13/leaflet-list-markers): A Leaflet
   Control for listing visible markers in the map.
 * [Leaflet.FeatureGroup.SubGroup](https://github.com/ghybs/Leaflet.FeatureGroup.SubGroup):
   Grouping of Leaflet elements by options and features.
 * [Leaflet.Control.Layers.Tree](https://github.com/jjimenezshaw/Leaflet.Control.Layers.Tree):
   A Tree Layers Control for Leaflet.
 * [Leaflet Control Search](https://github.com/stefanocudini/leaflet-search): Search
   Markers/Features location by option or custom property.
 * [leaflet-choropleth](https://github.com/timwis/leaflet-choropleth): Choropleth
   plugin for Leaflet (color scale based on value).
 * [leaflet.zoomhome](https://github.com/torfsen/leaflet.zoomhome): Provides a zoom
   control with a “Home” button to reset the view.
 * [leaflet.fullscreen](https://github.com/brunob/leaflet.fullscreen): Simple plugin
   for Leaflet that adds fullscreen button to your maps.
 * [Leaflet.GestureHandling](https://github.com/Raruto/leaflet-gesture-handling):
   A Leaflet plugin that allows to prevent default map scroll/touch behaviours.
 * [turf](https://github.com/Turfjs/turf): Advanced geospatial analysis for browsers
   and Node.js

#### Included Font

 * [Font Awesome 6](https://fontawesome.com/download)

#### Documentation

Detailed documentation and examples in [German](https://leafext.de/) and [English](https://leafext.de/en/).

#### Thank you

Many thanks to everyone who found errors and provided ideas for new functions.

## Capturas

[⌊Track with elevation and speed profiles⌉⌊Track with elevation and speed profiles⌉[

Track with elevation and speed profiles

[⌊ExtraMarkers⌉⌊ExtraMarkers⌉[

ExtraMarkers

[⌊Grouping and Tree View⌉⌊Grouping and Tree View⌉[

Grouping and Tree View

[⌊Markercluster PlacementStrategies⌉⌊Markercluster PlacementStrategies⌉[

Markercluster PlacementStrategies

[⌊Tooltip on Hover⌉⌊Tooltip on Hover⌉[

Tooltip on Hover

[⌊Manage Leaflet Map files⌉⌊Manage Leaflet Map files⌉[

Manage Leaflet Map files

## Instalación

 * First you need to install and configure the plugin [Leaflet Map](https://wordpress.org/plugins/leaflet-map/).
 * Then install this plugin.
 * Go to Settings – Leaflet Map – Extensions for Leaflet Map and get documentation
   and settings options.

## Preguntas frecuentes

### Is there a widget or other support for the editor?

 * Unfortunately both plugins – Leaflet Map and Extensions for Leaflet Map – only
   work with shortcodes.
 * If you have any questions please ask in the [forum](https://wordpress.org/support/plugin/extensions-leaflet-map/).

### My gpx file is not displayed!

 * Is the URL correct?
 * Does the webserver return the correct mime type (application/gpx+xml)?
    Put in
   your `.htaccess`: `AddType application/gpx+xml gpx RewriteRule .*\.gpx$ - [L,
   T=application/gpx+xml]

### It doesn’t work!

 * Are you using any caching plugin? Try to exclude at least these js files from
   caching:
    - /wp-content/plugins/extensions-leaflet-map/leaflet-plugins/leaflet-elevation-*
    - /wp-content/plugins/extensions-leaflet-map/leaflet-plugins/leaflet-gesture-
      handling-*
 * Are you using any plugin to comply with the GDPR/DSGVO? There might be a problem
   with that.
 * If you use a caching plugin and a GDPR/DSGVO plugin you need to distinguish whether
   the user has accepted the cookie or not.
 * Please ask in the [forum](https://wordpress.org/support/plugin/extensions-leaflet-map/)!

### Apropos GDPR/DSGVO

 * If you need a plugin for this try [DSGVO snippet for Leaflet Map and its Extensions](https://wordpress.org/plugins/dsgvo-leaflet-map/).
 * If you use [Complianz | GDPR/CCPA Cookie Consent](https://wordpress.org/plugins/complianz-gdpr/)
   see [here](https://complianz.io/leaflet-maps/).

## Reseñas

![](https://secure.gravatar.com/avatar/2c1434dab19df1614b0c6abdc3a105c6a5828f691a0acbe425d21f991c995eb0?
s=60&d=retro&r=g)

### 󠀁[Amazing](https://wordpress.org/support/topic/amazing-4241/)󠁿

 [willpom](https://profiles.wordpress.org/willpom/) 30 de mayo de 2026

***** Plugin***** Support

![](https://secure.gravatar.com/avatar/85c9e7d5619ccd5088f0d4c716f950290807b3323267499a393fef2e98be0413?
s=60&d=retro&r=g)

### 󠀁[The best support](https://wordpress.org/support/topic/the-best-support-73/)󠁿

 [sanjb](https://profiles.wordpress.org/sanjb/) 22 de agosto de 2025

An excellent module with a top support ! Thanks a lot.

![](https://secure.gravatar.com/avatar/11027d12fe62e019b6c6542e2a36921ad2f9d65132d483df19503661e4a3fadc?
s=60&d=retro&r=g)

### 󠀁[Super responsive developer!](https://wordpress.org/support/topic/super-responsive-developer/)󠁿

 [splaquet](https://profiles.wordpress.org/splaquet/) 4 de agosto de 2025

One day I asked a question about one of the Leaflet plugins, the next day he completed
integrating and included customizations! I’ve had some responsive developers, but
this was pretty close to a “best ever” ranking!

![](https://secure.gravatar.com/avatar/b7f269408c579b2d187b9cf81ae5c48269d5218c4a3af453c46f49b160532ca3?
s=60&d=retro&r=g)

### 󠀁[Very useful](https://wordpress.org/support/topic/very-useful-3450/)󠁿

 [pepcapdewp](https://profiles.wordpress.org/pepcapdewp/) 27 de marzo de 2024

I used to display my cycling tracks using Leaflet and several extensions, but this
plugin makes the work way easier!

![](https://secure.gravatar.com/avatar/4a4f15b180e4a0fbb0f21a2ff66db7fbb19bf6ce654455648b5254ededb47415?
s=60&d=retro&r=g)

### 󠀁[Incredible support!](https://wordpress.org/support/topic/incredible-support-133/)󠁿

 [Tomek](https://profiles.wordpress.org/typ/) 20 de enero de 2024

Incredible support!

![](https://secure.gravatar.com/avatar/05dbc552e036e22669e9e6d8b4d5e3aeb43881753c4805a7b05a46fa5ed82a19?
s=60&d=retro&r=g)

### 󠀁[Great tool with excellent support](https://wordpress.org/support/topic/great-tool-with-excellent-support-2/)󠁿

 [larus-argentatus](https://profiles.wordpress.org/ecce-homo/) 13 de octubre de 
2023

The extensions open up lots of loads of useful possibilities for mapping, so a big
big thank you for creating, supporting users and continuing development. Keep up
the excellent work.

 [ Leer todas las 24 reseñas ](https://wordpress.org/support/plugin/extensions-leaflet-map/reviews/)

## Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este
plugin.

Colaboradores

 *   [ hupe13 ](https://profiles.wordpress.org/hupe13/)

“Extensions for Leaflet Map” ha sido traducido a 4 idiomas locales. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/extensions-leaflet-map/contributors)
por sus contribuciones.

[Traduce “Extensions for Leaflet Map” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/extensions-leaflet-map)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/extensions-leaflet-map/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/extensions-leaflet-map/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/extensions-leaflet-map/)
por [RSS](https://plugins.trac.wordpress.org/log/extensions-leaflet-map/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

### 5.3 / 260619

 * revised shortcode hover and the hover option opacity

### Previous

[Changelog](https://github.com/hupe13/extensions-leaflet-map-github/blob/main/CHANGELOG.md)

## Meta

 *  Versión **5.3**
 *  Última actualización **hace 2 semanas**
 *  Instalaciones activas **3,000+**
 *  Versión de WordPress ** 6.2 o superior **
 *  Probado hasta **7.0**
 *  Versión de PHP ** 8.2 o superior **
 *  Idiomas
 * [Dutch](https://nl.wordpress.org/plugins/extensions-leaflet-map/), [English (US)](https://wordpress.org/plugins/extensions-leaflet-map/),
   [German](https://de.wordpress.org/plugins/extensions-leaflet-map/), [Spanish (Chile)](https://cl.wordpress.org/plugins/extensions-leaflet-map/),
   y [Spanish (Spain)](https://es.wordpress.org/plugins/extensions-leaflet-map/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/extensions-leaflet-map)
 * Etiquetas:
 * [geojson](https://es-mx.wordpress.org/plugins/tags/geojson/)[GPX](https://es-mx.wordpress.org/plugins/tags/gpx/)
   [hover](https://es-mx.wordpress.org/plugins/tags/hover/)[leaflet](https://es-mx.wordpress.org/plugins/tags/leaflet/)
   [marker](https://es-mx.wordpress.org/plugins/tags/marker/)
 *  [Vista avanzada](https://es-mx.wordpress.org/plugins/extensions-leaflet-map/advanced/)

## Valoraciones

 5 de 5 estrellas.

 *  [  24 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/extensions-leaflet-map/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/extensions-leaflet-map/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/extensions-leaflet-map/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/extensions-leaflet-map/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/extensions-leaflet-map/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/extensions-leaflet-map/reviews/#new-post)

[Ver todas las valoraciones](https://wordpress.org/support/plugin/extensions-leaflet-map/reviews/)

## Colaboradores

 *   [ hupe13 ](https://profiles.wordpress.org/hupe13/)

## Soporte

Problemas resueltos en los últimos dos meses:

     1 de 2

 [Ver el foro de soporte](https://wordpress.org/support/plugin/extensions-leaflet-map/)