Find out what spatial functions your WordPress database supports.
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.
Install this plugin, 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.
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.
For more information on how to use these functions see the following resources:
- MySQL and MariaDB Spatial Support Matrix
- Spatial function reference for MySQL 5.4
- Spatial function reference for MySQL 5.5
- Spatial function reference for MySQL 5.6
- Spatial function reference for MySQL 5.7
- Spatial function reference for MariaDB
- Now uses WP-GeoMeta-Lib so that custom defined functions from other plugins get detected.
- Use the WordPress plugin packaging standards
- Internationalization
- WordPress coding standards compliance
- Initial development and testing