Easy Map

plugin banner

Interactive map on your posts and pages with easy shortcode.

Author:Easy Soft (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:6.4.3
Plugin version:1.3.7
Added to WordPress repository:13-10-2023
Last updated:04-02-2024
Rating, %:0
Rated by:0
Plugin URI:https://wordpress.org/plugins/easy-map
Total downloads:1 038
plugin download
Click to start download

Add a map generated with LeafletJS: an open-source JavaScript library for mobile-friendly interactive maps.
Map tiles are provided by default through OpenStreetMap.
Google Map: tile is supported.
Bing Map: tile is supported.
Can be set map with shortcode based on the dashboard settings.

Map

Easily create a map with:

[easy-map]

Easily create a map of latitude and longitude with:

[easy-map lat='37.2811806' lon='-122.0569443' ]

Easily create a map of latitude , longitude and zoom with:

[easy-map lat='37.2811806' lon='-122.0569443' zoom='12']

Easily create a map of latitude , longitude , zoom and popup message with:

[easy-map lat='37.2811806' lon='-122.0569443' zoom='12' popup='Silicon Valley']

Easily create a google map of latitude , longitude , zoom and tilelayer with:

[easy-map lat='37.2811806' lon='-122.0569443' zoom='12' tilelayer='google']

Easily create a bing map of latitude , longitude , zoom and tilelayer with:

[easy-map lat='37.2811806' lon='-122.0569443' zoom='12' tilelayer='bing']

Easily create a map marker with latitude , longitude :

[easy-map-marker lat=23.010228300829105 lon=91.38879596106436 popup='Dhaka']

ChangeLog