We'll create fresh WordPress site with Easy Map – To add Map via Leaflet installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.
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']