Descripción
Amplía el plugin de WordPress Leaflet Map con los plugins Leaflet y otras funciones.
Plugins Leaflet y elementos usados
- leaflet-elevation, Leaflet.i18n: Ruta con perfil de altitud
- leaflet-gpxgroup, Leaflet.GeometryUtil: Varias rutas con perfiles de altitud en un mapa
- L.control.layers: Alternar mosaicos de capas
- Leaflet-providers: Una extensión que contiene configuraciones para varios proveedores de mosaicos.
- Leaflet.Control.Opacity: hace varios mosaicos de capas transparentes.
- Leaflet.markercluster: Proporciona una hermosa funcionalidad de agrupación de marcadores animados
- Leaflet.MarkerCluster.PlacementStrategies: implementa nuevas posibilidades sobre cómo ubicar los marcadores hijos agrupados
- Leaflet.ExtraMarkers: Shameless copy of Awesome-Markers with more shapes, colors and semantic-ui support
- Leaflet.FeatureGroup.SubGroup: Creates 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.
- Leaflet Control Search: A control for search Markers/Features location by custom property in LayerGroup/GeoJSON.
- leaflet-choropleth: Choropleth plugin for Leaflet (color scale based on value)
- leaflet.zoomhome: Restablecer la vista
- leaflet.fullscreen: Plugin sencillo para Leaflet que añade un botón de pantalla completa a tus mapas.
- Leaflet.GestureHandling: Un plugin Leaflet que permite evitar los comportamientos por defecto de scroll/toque en el mapa.
Otras funciones
- Lista de archivos para Leaflet Map
- hover:
- Resalta un elemento gpx, kml o geojson al pasar el ratón por encima
- obtiene un mensaje emergente para el elemento marcador, gpx, kml o geojson al pasar el ratón por encima.
- Ocultar marcadores: Utilízalo cuando una ruta en un archivo GPX contiene algunos marcadores y no quieres mostrarlos en el mapa.
- Opción para migrar de WP GPX Maps a altitud
Documentación
Capturas
Instalación
- Primero tienes que instalar y configurar el plugin Leaflet Map.
- Entonces instala este plugin.
- Ve a Configuración – Leaflet Map – Extensiones para Leaflet Map y obtiene la documentación y las opciones de los ajustes.
FAQ
-
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.
-
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 the js files of both plugins from caching.
- Are you using any plugin to comply with the GDPR/DSGVO? There might be a problem with that.
- Please ask in the forum!
-
Apropos GDPR/DSGVO
-
- If you need a plugin for this try DSGVO/GDPR Snippet for Extensions for Leaflet Map.
- If you use Complianz | GDPR/CCPA Cookie Consent see here.
Reseñas
Colaboradores y desarrolladores
«Extensions for Leaflet Map» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Extensions for Leaflet Map» ha sido traducido a 2 idiomas locales. Gracias a los traductores por sus contribuciones.
Traduce «Extensions for Leaflet Map» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
3.4 / 230304
- new: Leaflet Search Control
- bug if disableClusteringAtZoom = 0 fixed
- fix && in inline JavaScript
- add_filter(‘render_block’ to prevent various WordPress filters like wpautop in leaflet-shortcode block
- disable tooltip on hover on Samsung smartphones
- pay more attention to original values on hovering
- leaflet-extramarker title
- leaflet-gesture-handling-1.4.4
- changed Gesture Handling to work with Complianz-GDPR
- there is no bug safari popups in leafletjs 1.9.3 anymore