hupe13 / extensions-leaflet-map-github

WordPress Plugin Extensions for Leaflet Map - Github Version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extensions for Leaflet Map Github Version

Contributors: hupe13
Tags: leaflet, gpx, geojson, hover, marker
Tested up to: 6.5
Stable tag: 4.2.4.1
Requires at least: 5.5.3
Requires PHP: 7.4
License: GPLv2 or later

This is the Github Version.

Differences to the WordPress version. Releases are the same as the WordPress versions. If you want test the Github version, download from tags.

Description

Extends the WordPress Plugin Leaflet Map with Leaflet Plugins and other functions.

Functions

Deutsch

  • Erstelle ein Höhenprofil eines Tracks. Es gibt ebenso Beschleunigungsdiagramm, Steigungsdiagramm, Geschwindigkeitsdiagramm, Tempodiagramm. Du kannst auch mehrere Tracks auf einer Karte darstellen.

  • Standardmäßig verwendet Leaflet Map die Kacheln von openstreetmap.org bzw. die von dir konfigurierten Kachelserver. Du kannst weitere verwenden und zwischen ihnen umschalten.

  • Viele Marker auf einer Karte werden unübersichtlich. Du kannst sie clustern und gestalten.

  • Du kannst Awesome-Markers verwenden.

  • Du kannst Elemente auf der Karte nach Kriterien gruppieren und ein- und ausblenden.

  • Erstelle eine Übersichtskarte mit den auf den Seiten und Beiträgen hinterlegten Geopositionen.

  • Erhalte einen Tooltip beim Überfahren eines Elementes mit der Maus.

  • Du kannst eine Choropleth-Karte gestalten.

  • Du kannst dir die Karte im Vollbildmodus anzeigen lassen.

  • Setze die Karte zurück.

  • Gestensteuerung.

  • Verwalte deine Dateien für Leaflet Map.

  • Hilfe zum Migrieren von WP GPX Maps.

  • und weitere Funktionen.

English

  • 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 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.

  • and more functions.

Included Leaflet Plugins and fonts

Leaflet Plugins

Font

Screenshots

  1. Track with elevation and other profiles and Switching tile layers
    Track with elevation profile
  2. Hover a Geojson area
    Hover a Geojson area
  3. Markercluster and Groups
    Markercluster
  4. Markercluster PlacementStrategies
    PlacementStrategies
  5. ExtraMarkers
    ExtraMarkers
  6. Choropleth Map (data from Choropleth plugin example)
    Choropleth Map (data from Choropleth example)
  7. Files for Leaflet Map
    Files for Leaflet Map

Documentation

Detailed documentation and examples in German and English.

Thank you

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

Frequently Asked Questions

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 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!
Apropos GDPR/DSGVO

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.

Changelog

4.2.4.1 / 240423

4.2.4 / 240423

  • Bug in overviewmap (negative lat, lng)

Previous

Changelog

About

WordPress Plugin Extensions for Leaflet Map - Github Version

License:GNU General Public License v2.0


Languages

Language:PHP 53.8%Language:JavaScript 33.9%Language:CSS 12.3%