這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Spatial Capabilities Check

外掛說明

MySQL and MariaDB both have improved their spatial support in the last few years, but
it’s not always easy to track down which functions are available in which version.

This tool will check which functions are actually available in your current MySQL or MariaDB database.

Once you know what spatial functions are available you can use your database to do GIS right within WordPress.

For more information on how to use these functions see the following resources:

螢幕擷圖

  • WP Spatial Capabilities Check shows an easy to read table listing spatial functions and if they’re available with your current database.
  • The tool can be found in the Dashboard under Tools::Spatial Capabilities.

安裝方式

Install this plugin the usual WordPress way, then go to your WordPress dashboard to Tools::Spatial Capabilities. It will
display a table with a list of all known spatial functions from MySQL and MariaDB along with a
simple ‘Yes’ or ‘No’, indicating if your install has that function.

  1. Upload the plugin files to the /wp-content/plugins/wp-spatial-capabilities-check directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to Tools::Spatial Capabilities to see what spatial functions you can use.

常見問題集

No one has actually asked any questions yet.

Where can I get help with GIS and WordPress?

For community support try WherePress.com, or The Spatial Community.

For commercial support you can contact the plugin developer at Cimbura.com

For fast and short questions you can contact me on twitter

How can I add more spatial functions?

Upgrade your database to at least MySQL 5.6.1 or MariaDB 5.3.3.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WP Spatial Capabilities Check〉的開發相關工作。

參與者

將〈WP Spatial Capabilities Check〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.0.4

  • Now uses WP-GeoMeta-Lib so that custom defined functions from other plugins
    get detected.

0.0.3

  • Use the WordPress plugin packaging standards

0.0.2

  • Internationalization
  • WordPress coding standards compliance

0.0.1

  • Initial development and testing