EasyMap

描述

Uncomplicated map functionality for WordPress.

The EasyMap for WordPress plugin will let you put Google Maps on your WordPress website with very little effort. The bottom line idea is “simple”. You can have one (1) map per content page, you can have up to 200 pins/markers on a given map. You may specify which pins/markers should appear on a given map. You cannot customize pin colors. You can, however, customize just about every display aspect of the output using CSS.

The EasyMap plugin requires a Google API key suitable for Google Maps and Google Geocoding. This is a requirement imposed by Google.

The EasyMap plugin currently supports only Google Maps.

Basic functionality

  • Up to 200 locations can be displayed
  • Choose to display all or some of the configured locations
  • Choose Google Maps details to be shown
  • Support for custom CSS
  • Export and Import locations and plugin configuration
  • Support for multiple location address formats

Other notes

  • This plugin may work with earlier versions of WordPress
  • This plugin has been tested with WordPress 5.5 and above at the time of this writing
  • This plugin optionally makes use of mb_ PHP functions
  • This plugin may create entries in your PHP error log (if active)
  • This plugin contains no tracking code and does not store any information about users

Credits

The EasyMap Plugin was written by Joaquim Homrighausen while converting caffeine into code.

EasyMap is sponsored by WebbPlatsen i Sverige AB, Stockholm, Sweden.

Commercial support and customizations for this plugin is available from WebbPlatsen i Sverige AB in Stockholm, Sweden.

If you find this plugin useful, the author is happy to receive a donation, good review, or just a kind word.

If there is something you feel to be missing from this plugin, or if you have found a problem with the code or a feature, please do not hesitate to reach out to [email protected].

This plugin can also be downloaded from code.webbplatsen.net and GitHub

More detailed documentation is available at code.webbplatsen.net/documentation/easymap/

Icon and banner images based on freesvg.org/map-location-icon-vector-image. Kudos!

安装

This section describes how to install the plugin and get it working.

  1. Upload the contents of the easymap folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the basic settings
  4. To enable Google Maps integration, you will need a Google Maps API key with geolocation activated

常见问题

Is the plugin locale aware

EasyMap uses standard WordPress functionality to handle localization/locale. The native language localization of the plugin is English. It has been translated to Swedish by the author.

Are there any incompatibilities

This is a hard question to answer. There are no known incompatibilities.

评价

此插件暂无评价。

贡献者及开发者

「EasyMap」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「EasyMap」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「EasyMap」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1.2

  • Validated with WordPress 6.8 and WordPress 6.9
  • Corrected call to unknown intl() function

1.1.1

  • Validated with WordPress 6.7
  • Verified with Plugin Check (PCP)
  • Corrected some checks for uninstall.php and made it more WP-CLI compatible

1.1.0

  • Location status (active/inactive) is now displayed in admin, and sortable
  • Locations with incomplete geolocation data are no longer displayed
  • Added option to enable “greedy” map control to allow for single finger touch movement on map
  • Added option to enable/disable Google Maps Streetview button
  • Added option to enable/disable Google Maps Fullscreen button

1.0.1

  • Correction of activation issue
  • Better handling of HTML in templates and description fields

1.0.0

  • Initial release