Description
Extends the WordPress Plugin Leaflet Map with Leaflet Plugins and other functions.
Used Leaflet Plugins and Elements
- leaflet-elevation, Leaflet.i18n: Track with an Elevation Profile.
- leaflet-gpxgroup: Multiple tracks with elevation profiles on one map.
- L.control.layers: Switching tile layers.
- Leaflet-providers: An extension that contains configurations for various tile providers.
- Leaflet.Control.Opacity: Makes tile layers transparent.
- Leaflet.markercluster: Provides Beautiful Animated Marker Clustering functionality.
- Leaflet.MarkerCluster.PlacementStrategies: Styling Markerclusters.
- Leaflet.ExtraMarkers: Shameless copy of Awesome-Markers with more shapes and colors.
- Leaflet.FeatureGroup.SubGroup: Grouping of Leaflet elements by options and features.
- Leaflet Control Search: Search Markers/Features location by option or custom property.
- leaflet-choropleth: Choropleth plugin for Leaflet (color scale based on value).
- leaflet.zoomhome: Reset the view.
- leaflet.fullscreen: Simple plugin for Leaflet that adds fullscreen button to your maps.
- Leaflet.GestureHandling: A Leaflet plugin that allows to prevent default map scroll/touch behaviours.
- Leaflet.GeometryUtil: Used for some functions.
Other functions
- List files for Leaflet Map
- hover:
- Highlight a leaflet element on mouse over
- get a tooltip for a leaflet element on mouse over.
- Hide Markers: Use it when a track in a GPX file contains some markers and you don’t want to display them on the map.
- Styling marker in geojson files.
- Option to migrate from WP GPX Maps to elevation
Documentation
Screenshots
Installation
- First you need to install and configure the plugin Leaflet Map.
- Then install this plugin.
- Go to Settings – Leaflet Map – Extensions for Leaflet Map and get documentation and settings options.
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.
Reviews
Contributors & Developers
“Extensions for Leaflet Map” is open source software. The following people have contributed to this plugin.
Contributors“Extensions for Leaflet Map” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “Extensions for Leaflet Map” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
3.4.4 / 230512
- leaflet-elevation-2.3.4
- elevation: new option edgeScale
- Raruto fixed Map automatically moves after clicking on markers when rotate: true
- layerswitch: providers can have a mapid
- cluster: fixed bug disableClusteringAtZoom=0
- New shortcode geojsonmarker: Design markers from geojson files according to their properties
- hover geojsontooltip: specify a short string for tooltip, if the popup is too big