-
Notifications
You must be signed in to change notification settings - Fork 55
SRID support #47
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
SRID support #47
Conversation
|
@Gemui Can you please review it? |
I don't know why you close #42, I was thinking you will continue work in it. There are some important points should be handled :
Default MySQL inserting is something like the easiest solution for this problem is using
|
|
@Gemui Sorry about not using your PR, it didn't have enough tests, and I had many refactors to do. But I used your code obviously.
|
|
Regarding item 1 above, I have written a test that shows the wrong behaviour here: eldernet@c11c552 The error is: This can be fixed by adding There is some background info on this issue here: |
|
@mattcurrie THANKS! Fixed it in version 2.2.0. #49 |
|
Thank you for the quick fix! |
No description provided.