Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest code from source repo #2

Open
wants to merge 111 commits into
base: master
Choose a base branch
from

Conversation

mitulgolakiya
Copy link
Member

No description provided.

grimzy and others added 30 commits April 3, 2018 11:44
Use the schema defined in the Laravel configuration
Add geometry update support
🐛 fix issue with multipoints only containing one point
…public_schema

Fix creation of geometry outside public schema
Update constrains composer to Support Laravel 6.0
mstaack and others added 30 commits January 12, 2022 12:17
Fixes MultiPoint::fromWKT() so it works with alternate no nested parenthesis wkt
This allows to update to Laravel 9. bosnadev/database has added support to illuminate/database 9.0 on master branch
Constructor reads value from config/postgis.php:precision or defaults to 6 (the default precision for sprintf). It is not anticipated that users will want to customise precision for an individual point, so no argument has been added to the constructor signature.

A setter is provided for precision, though this is primarily to enable tests. If users do need to set precision for an individual point, the setter may be used.

stringifyFloat has been converted to dynamic function to ease testing. It was only ever called from a non-static context anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.