forked from mstaack/laravel-postgis
-
Notifications
You must be signed in to change notification settings - Fork 4
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
mitulgolakiya
wants to merge
111
commits into
InfyOmLabs:master
Choose a base branch
from
mstaack:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ions.pgsql.schema)
Use the schema defined in the Laravel configuration
Add geometry update support
Add 3D coordinates
🐛 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
deps update
Laravel 7 support
Add publishable migration
Add Laravel 9 support
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.
Fix coordinate precision
Laravel 10.x Compatibility
Support upsert Fix #149
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.