Persaeus
Persaeus
Unlike MySQL, the WKT-input spatial analysis functions in **MariaDB** like `ST_GeomFromText` and `ST_DISTANCE` do not take an options parameter: https://mariadb.com/kb/en/st_geomfromtext/ If I understand correctly, we need to pass "`axis-order=long-lat`" because...
When trying to insert or update a spatial column when using **MariaDB**, the following exception is thrown: ``` Syntax error or access violation: 1582 Incorrect parameter count in the call...
The Photon search API supports the parameters `lat` and `lon` which serve to prioritize search results based on a given geo position. This PR adds support for those parameters: ```PHP...
For the Nominatim search API, the search term may be specified with two different sets of parameters: - Free-form query string `q`; or - Structured request parameters: `street`, `city`, `county`,...
When you finish the installation steps, an email is sent to the admin email address: > *FOSSBilling is ready at https://your-fossbilling.url* You have successfully setup FOSSBilling... This is not always...
**`ansible-playbook [core 2.15.8]`** ```php $ansible = (new Ansible())->playbook()->inventory(['foo.local']); ``` The above example fails with the following error: ``` fatal: ["foo.local]: UNREACHABLE! => { "changed": false, "msg": "Failed to connect to...