이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

FAQ

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