geoPHP
geoPHP copied to clipboard
Throw Exception When Using GEOS Mandated Function But GEOS Not Installed
The functions like within return null if GEOS is not installed. Should I whip up a pull request that checks for the GEOS and throws an exception if not? The class does not behave as expected when geos is not installed.