-
Notifications
You must be signed in to change notification settings - Fork 266
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
Forks #196
Comments
One of the goals of my fork is to merge the contributions from all these other forks. Next I'd refactor the codebase to support the currently supported PHP versions and the latest PHPUnit. And then try to submit back to @phayes (if he's still interested in this project of course). Thanks for the initiative @sabas |
@wgirhad thanks to you, I downloaded your fork via Packagist in the meantime. |
I found also this library https://github.com/mjaschen/phpgeo |
It seem very well documented and actively developed, but in my use case I really need the OpenGIS implementation, because I have a lib that applies a lossy compression on LineStrings (It's still lacking proper documentation though). With geoPHP I can serialize it back to geoJSON and/or persist it back into a relational database. |
@wgirhad I was looking at OpenGIS compatibility as well as I have data from a sql server and output to geojson, perhaps we could discuss an approach by email? I sent you one few days ago :) |
thanks ... this looks a nice ideal scenario, but not confident so easily accomplishable, because the all dependencies generated by this original library and all his forks.
|
@itamair What are the functions you need? I found also this abandoned library and refactored because it had the SimpleFeatures specification (two tests are failing and I didn't succeed in understanding why currently) https://github.com/sabas/GeograPHP I mostly need to do some geometry operations (distances) and output geojson. |
I've been using https://github.com/Yermo/geoPHPwithFeatures on a project as well that handles features and has some tests |
Hello, I just wanted to ping the recent forks and see if all the contributions can be merged back to this original repository or moved to a single fork..
@BathoryPeter @wgirhad @itamair
@phayes
What do you think?
The text was updated successfully, but these errors were encountered: