Description
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']
Blocks
This plugin provides 1 block.
- Easy Map Easy block scaffolded with Create Block tool.
Installation
- Choose to add a new plugin, then click upload
- Upload the easy-map zip
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Use the shortcode in your pages or posts: e.g.
[easy-map]
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Easy Map – To add Map via Leaflet” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Easy Map – To add Map via Leaflet” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.4.2 (2024-08-15)
- Added: Edit Dynamic Shortcode page
1.4.1 (2024-07-27)
- Added: Add Dynamic Shortcode page
- Added: Manage Dynamic Shortcode page
- Added: Dynamic Shortcode delete
- Added: Dynamic Shortcode copy
1.4.0 (2024-05-22)
- Added: Custom Map Gutenberg Block
- Tweak: WordPress 6.5 compatibility checked
1.3.7 (2024-02-04)
- Added: Default Marker shortcode
1.3.6 (2024-01-21)
- Added: Polyline Shortcode
- Fixed: Fullscreen icon issue
1.3.5 (2024-01-13)
- Added: Fullscreen Control Setting
1.3.4 (2023-12-31)
- Added: Zoom Control Position Setting
- Updated: Map view responsive
1.3.3 (2023-12-25)
- Added: Zoom Control Setting
- Added: Scroll Wheel Zoom Setting
1.3.2 (2023-12-18)
- Added: Popup funtionality for Marker Shortcode.
1.3.1 (2023-12-15)
- Added: Shortcode for Marker.
- Fixed: Bug Issue
1.3.0 (2023-12-02)
- Updated: Code Refactor
- Fixed: Bug Issue
1.2.6 (2023-11-26)
- Updated: Settings page map zoom level auto update.
1.2.5 (2023-11-19)
- Updated: Settings page onclick map lat-lon auto update.
1.2.4 (2023-11-17)
- Added: Shortcode Sample Page.
1.2.3 (2023-11-13)
- Fixed: Settings page bug issue
1.2.2 (2023-11-11)
- Updated: Multiple Map added on single page.
- Tweak: WordPress 6.4 compatibility checked
1.2.1 (2023-11-04)
- Updated: Code Refactor.
1.2.0 (2023-11-04)
- Added: Google Map.
1.1.0 (2023-10-28)
- Added: Bing Map.
1.0.2 (2023-10-20)
- Updated: Map Shortcode.
- Tweak: WordPress 6.3.2 compatibility checked
1.0.2 (2023-10-20)
- Updated: Map Shortcode.
- Tweak: WordPress 6.3.2 compatibility checked
1.0.1 (2023-10-15)
- Updated: Map Shortcode.
1.0.0 (2023-10-14)
- Added: First Release.