=== Easy Map === Author: Easy Soft Author URI: https://eeasy-soft.com/ Plugin URI: https://wordpress.org/plugins/easy-map/ Contributors: nashirbabu Donate link: https://eeasy-soft.com/ Tags: map, leaflet, openstreetmap, osm Requires at least: 4.6 Tested up to: 6.3.2 Requires PHP: 5.6 Stable tag: 1.0.2 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html Interactive map on your posts and pages with easy shortcode. == Description == Add a map generated with [LeafletJS](http://leafletjs.com/): an open-source JavaScript library for mobile-friendly interactive maps. Map tiles are provided by default through [OpenStreetMap](http://www.openstreetmap.org/). 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='23.2219029' lon='90.6402413']` Easily create a **map** of latitude , longitude and zoom with: `[easy-map lat='23.2219029' lon='90.6402413' zoom='12']` Easily create a **map** of latitude , longitude , zoom and popup message with: `[easy-map lat='23.2219029' lon='90.6402413' zoom='12' popup='Chandpur']` == Installation == 1. Choose to add a new plugin, then click upload 2. Upload the easy-map zip 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Use the shortcode in your pages or posts: e.g. `[easy-map]` == Changelog == = 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.