=== 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, google map, osm , bing map , open street map Requires at least: 4.6 Tested up to: 6.4 Requires PHP: 5.6 Stable tag: 1.2.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/). [Google Map](https://www.google.com/maps): tile is supported. [Bing Map](https://www.bing.com/maps): 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']` == 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.2.0 (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.