Leaflet Map

Leaflet Map

Interactive maps and markers on your posts and pages with simple shortcodes.
Rating:
4.9
star-rating-1star-rating-2star-rating-3star-rating-4star-rating-5
Active Installations:
30000+
Last Updated:
Jul 22, 2024
WordPress Version:
4.6 or higher
Tested up to:
6.6.2

Interactive Maps

Create customizable maps

Description: Easily generate interactive maps with LeafletJS, an open-source JavaScript library. Customize the map tiles through OpenStreetMap or MapQuest. Use shortcode attributes or dashboard settings to set map properties.

Marker Placement

Add markers to your map

3.4.0

  • [Update] Compatible with PHP 8.2

3.4.0

  • [Feature] New [leaflet-wms] layer! Thanks @jannefleischer!

3.3.1

  • [Update] Default Leaflet map set at v1.9.4
  • [Security] Escapes geojson popup properties to prevent XSS attacks
  • [Bug] Updates “!attribution” or “attribution=0” attributes to actually remove attribution
  • [Bug] Switches SANITIZE_FULL with SANITIZE to to allow “German umlauts”
  • [Bug] Fixes some issues when a map’s max zoom differs from a tile layer’s max zoom

3.3.0

  • Adds ‘leaflet_map_popup_message’ filter for manipulating popup messages

3.2.0

  • Adds banner if default js is out-of-sync
  • Adds do_shortcode in popups
  • Fixes error if geocoder fails to get a lat/lng
  • Fixes deprecated warnings in php 8.1
  • Fixes detect retina and maxzoom issues

3.1.0

  • Bumps leaflet default version to 1.9.3
  • Checks for lat and lon in osm_geocode with isset
  • Adds min, max, step to inputs for zoom, minZoom, and maxZoom
  • Obfuscates base tileurl with base64_encode in map-shortcode to deter crawlers
  • Adds tooltipAnchor to geojson and marker shortcodes
  • Default maxZoom is 19, down from 20
  • Allows for comma-separated tile server subdomains, as opposed to ‘abc’ turning into ‘a’,’b’,’c’ automatically (i.e. you can now use something like “cache-1,cache2” as default subdomains)
  • Adds new shortcodes: [leaflet-image-overlay] and [leaflet-video-overlay] (examples in the shortcode-helper page, or README.md)

3.0.5

  • Fixes ampersands in geojson/gpx/kml urls

3.0.4

  • Fixes markers so that they can accept 0 as a value for x/y and lat/lng coordinates

3.0.3

  • Fixes using popupAnchor without passing iconUrl

3.0.2

  • Another fix for commas in float coordinates.
  • Fix validation of tile urls.
  • Fix for php 5.6 using static function methods.

3.0.1

  • Fixes some issues with float coordinates that use commas instead of decimals
  • Fixes some quotes in addresses for geocoding

3.0.0

  • Fixes security issues in admin and in shortcode attributes. Escapes and filters many inputs.

2.23.3

  • changes ‘leaflet_map_enqueue’ action to fire for each map

2.23.2

  • actual bugfix to multiple or missing enqueue map scripts

2.23.1

  • possible bugfix to failing to enqueue map when shortcode rendered

2.23.0

  • Added iconUrl to leaflet-geojson shortcode.
  • bugfix to number inputs in admin accepting either integers or decimals but not both (couldn’t switch types)

2.22.1

  • hotfix to tile url attributions not being numeric and stripping slashes.

2.22.0

  • Adds tilesize, mapid, accesstoken, zoomoffset, nowrap to leaflet-map shortcode and default settings; helpful for mapbox tile urls

2.21.0

  • Fixes issues with tilelayers when min_zoom and max_zoom are identical and detect_retina is true
  • Adds (advanced) default liquid-like filter to template tags: [leaflet-geojson]{Properties.Name | default: No Name}[/leaflet-geojson]

2.20.0

  • Adds tap and !tap option to [leaflet-map]
  • Adds (advanced) raw filter syntax for map options: [leaflet-map dragging=”{!L.Browser.mobile | raw}”]

2.19.1

  • Bumps leaflet version to 1.7.1
  • Removes “rn” from default attribution
  • Uses min and max zoom in tileurl as well as map

2.19.0

  • Adds [leaflet-scale] and global option in admin
  • Removes unnecessary console.log

2.18.0

  • Adds table-view to leaflet-geojson: [leaflet-geojson table-view]
  • Creates maps in order their containers are rendered (no unique ids)

2.17.3

  • Bugfix to detect retina breaking MapQuest maps since 2.17.0

2.17.2

  • Unparenthesized ternaries are deprecated in php 7.4

2.17.1

  • Lazy-loading svg and geojson scripts so that it can wait for Leaflet to be loaded under some circumstances (deferred scripts)

2.17.0

  • Adds detect-retina to plugin options and leaflet-map shortcode
  • Makes shortcode in excerpts conditional (enable it in admin->leaflet-map->settings)

2.16.2

  • Fix to wpautop by removing spaces in javascript

2.16.1

  • Updates default Leaflet to 1.6.0
  • Adds optional circle markers as [leaflet-geojson circleMarker]
  • removes random unique map id’s for caching purposes

2.16.0

  • allow author roles to see shortcodes
  • adds [leaflet-polygon] shortcode
  • makes map ids unique; removes auto-incremented map counts

2.15.0

  • Updates rawgit URL’s to use jsdelivr, unpkg, and githubusercontent.com
  • Change logo to use FontAwesome SVG
  • Adds referer to file_get_contents, in case curl is disabled
  • Updates default Leaflet to 1.5.1
  • Fixes reset default values button in settings
  • Requires at least WordPress 4.6
  • ToGeoJSON library URL is customizable

2.14.0

  • Fix visible att in popups.
  • Adds nested property accessors to geojson popup text: {attributes.email}
  • Adds negation to shortcode attributes with an exclamation mark: e.g. Disable all interaction with [leaflet-map address="las vegas" !boxZoom !doubleClickZoom !dragging !keyboard !scrollwheel !attribution !touchZoom]
  • Fix case-sensitive boxZoom
  • Add touchZoom to map attributes
  • Fix icon-related anchor attributes (numbers instead of strings)

2.13.0

  • Updated LeafletJS to 1.4.0
  • Replaced fit_markers with fitbounds, which now fits all shapes in map view

2.12.0

  • Re-added Google Geocoder (optional), since they forced billing accounts
  • Fixed links in shortcode helper page
  • Fixed issue with marker popups that had single quotes
  • Loading leaflet scripts and styles only when a map shortcode is used
  • Added fitbounds to leaflet-map (to replace fit_markers someday)

2.11.5

  • Added assumed-boolean attributes to all shortcodes; ex: [leaflet-marker draggable svg] would be the same as [leaflet-marker draggable=1 svg=1]

2.11.4

  • Fix to a race condition issue with custom scripts changing leaflet rendering methods

2.11.3

  • Fix to an issue with rendering circles

2.11.2

  • Allow scripts to be deferred, and still render maps reliably
  • Add a circle to the map by adding [leaflet-circle]

2.11.1

  • Added Dockerfiles to github
  • Made OpenStreetMap default geocoder in light of new Google API payment plans

2.11.0

  • Added Popup Anchor for custom markers
  • Added SVG Markers
  • Added actions and filters

2.10.1

  • Fix for plugin settings not being included (somehow)

2.10.0

  • Added functions for translating text
  • Added string interpolation for GeoJSON popups to use feature properties (thanks to @geraldo)

2.9.1

  • Fixes for PHP 7.2: made all method arguments identical
  • Added minified JavaScript files for site speed

2.8.6

  • Added [leaflet-gpx] for GPX format

2.8.6

  • Fix image shortcode ratio

2.8.5

  • Added missing files from 2.8.4

2.8.4

  • Fixed issues with css and js CDN; removed version from querystring
  • Split admin into new class

2.8.3

  • Fix to [leaflet-kml]
  • Standardized src in leaflet-image and leaflet-geojson/kml

2.8.2

  • Fix to image maps
  • Fixes to geocoder
  • Added multi-line popups to markers and geojson/kml

2.8.1

  • Code cleanup
  • Added server-side and client-side methods to prevent WordPress from adding paragraph tags within shortcode tags

2.8.0

  • Added Fit Markers to settings and map shortcode: [leaflet-map fit_markers=1]
  • Moved geojson/kml popup text to the shortcode content instead of a property so that you can use links or other HTML

2.7.8

  • update default Leaflet version (1.1.0 from 1.0.3)

2.7.7

  • added default lat/lngs in the admin; and reordered admin fields to be more user friendly

2.7.6

  • added optional cURL to get geolocations if file_get_contents is not allowed on a server (note: cURL needs to be enabled, obviously)

2.7.5

  • fixed filter_var_array throwing errors in old PHP too

2.7.4

  • Added settings link to plugins page

2.7.3

  • Fix to array_filter on some PHP versions.

2.7.2

  • Fix to possible JavaScript error “Unexpected token <“; only happened when a plugin/theme used wpautop; fix was to remove spaces.

2.7.1

  • Removed unnecessary map counts;

2.7.0

  • Added basic marker icon support (with attributes “iconUrl”, “iconAnchor”, etc.);

2.6.0

  • Changes to map creation which may solve an occasional marker creation JavaScript error
  • Added more attributes to marker shortcode (draggable, title, alt, opacity)
  • Added doubleClickZoom global, database option to globally disable double click zooming (by default), because it’s more inline with disabling scroll zooming by default. Box zooming on the other hand is more intentional

2.5.0

  • Some improvements to the codebase;
  • added the same styling options for lines as there are for geojson;
  • added popups to lines, as there are for markers;
  • added an example to the shortcode admin page for the style attributes on lines;
  • added code and another example for disabling all map interactions (all zooms, keyboard, etc);

2.4.0

  • Added Leaflet 1.0.2 scripts by default (works!);

2.3.0

  • Added KML support [leaflet-kml];

2.2.0

  • Added popup_text and popup_property to leaflet-geojson to bind popups via a shortcode property or geojson properties

2.1.0

  • Added Leaflet and GeoJSON.io styles to geojson shortcode

2.0.2

  • OpenStreetMap.org has an SSL certificate (osm.org didn’t); not a significant upgrade.

2.0.1

  • Changed ajax request to be compatible with some versions of IE.

2.0

  • Needed to add support for a MapQuest app key, since they discontinued the direct access of their tiles on July 11, 2016; added an alternate OpenStreetMap tile URL as the new default. Remember to reset options to default values!

1.16

  • Added bare geojson support

1.15

  • Removed shortcode brackets from leaflet-marker shortcode

1.14

  • Fixed slashes in optional map attribution

1.13

1.12

  • Added htmlspecialchars in admin.php, and custom attributions. Bugfix : removed position in admin menu so it doesn’t overwrite or be overwritten (thanks to @ziodave)

1.11

  • Added HTTPS support.

1.10

  • Added lines to the map, thanks to @Remigr!

1.9

  • Added ability to use hyperlinks in marker messages.

1.8

  • Added ability to self-host leaflet files.

1.7

  • Uploaded 1.6 to subversion incorrectly!

1.6

  • Important fix to conflicts with other plugins!

1.5

  • Some helpful js fixes for multiple window onload functions, and added the leaflet-image shortcode!

1.4

  • Some fixes for Google geocoding, and switched cookies to db options.

1.3

  • Added cookies for Google geocoding to cut back on requests.

1.2

  • Added geocoding to map: [leaflet-map address="halifax, ns"].

1.1

  • Added messages to markers.

1.0

  • First Version. Basic map creation and marker creation.

Superb implementation of OSM

By allmediapress on August 8, 2024

Hi,

You can have your Open Street Map shown on your website in 5 minutes. Simple use of short codes and excelent eye for details displayed in the Settings part!

David

Great map plugin for multiple locations

By pozzz on May 9, 2024

Very easy to customize and with lot of functions for basic needs.
Great support for some minor issues and questions. I have to test it better with a lot of pins in a small region, i think can be a bit confusive.

Super Easy

By Louise Harris (louiseh86) on October 10, 2023

This was nice and easy to setup which is what I like.

No need to faff about creating accounts for api keys in Google and adding credit cards details. Simply install the plugin and 5 minutes later you have a nice basic map.

Really nice

By vattendrag on February 28, 2023

Compared to the map plugins most tooted in articles, this is by far better and easier to manage.

Great Plugin, Outstanding Support

By Atanas Yonkov (nravota12) on February 26, 2023

The folks behind the Leaflet Map plugin treated me fairly and squarely. I needed an additional functionality to be able to display a gallery shortcode inside the leaflet popup and they were kind enough to assist me and add support for this feature.

The Mapping Solution

By HansRuedi (schwarzaufweiss) on December 20, 2022

It's an almost perfect plug-n-play solution for anybody that would like to include an open source map in a wp-site. Thanks for coding!

Perfect

By pduval34 on December 3, 2022

I found in your pluggin all that I need for my Trekking's website ! Very useful. Excellent support with Hupe13. Thank you very much at your team for this terrific work.

Excelent plugin, amazing support

By martinsplinter on September 11, 2022

works like a charm, support on top notch!

Excellent plugin

By Wordaspect on July 29, 2022

Thanks for this super plugin, easy to use and a lot of options. I can only recommend it.

Works well

By jasonhayward on July 21, 2022

Great plugin. Works as expected. I have been using for 2+ years and no issues.
Try other plugins too!

Event post

The only WordPress plugin using native posts as full calendar events with begin and end date, geolocation, color and weather.

Try Demo More Details

Travelers' Map

Version 2.3.1 Geolocate your posts and display them on an interactive OpenStreetMap map using a simple shortcode. Customize your markers and map.

Try Demo More Details

WP Responsive Menu

WP Responsive Menu turns your WordPress menu to a highly customizable sliding responsive menu.

Try Demo More Details
Author Site Author Site

Try Leaflet Map With InstaWP

Contact Sales

Reach out to us to explore how InstaWP can benefit your business.