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

Alternative approach #13

Open
SamMousa opened this issue Apr 7, 2016 · 2 comments
Open

Alternative approach #13

SamMousa opened this issue Apr 7, 2016 · 2 comments

Comments

@SamMousa
Copy link
Contributor

SamMousa commented Apr 7, 2016

I got stuck and thought I'd go with another approach.

https://github.com/SAM-IT/cs2cs-php

This requires cs2cs to be installed on the machine running PHP but since I run my own servers for me that's not an issue.

@judgej
Copy link
Owner

judgej commented Apr 7, 2016

There are other libraries that take this approach - basically hand over the conversions to a server-installed library. Some go via MySQL, which I believe also does this: you install the correct libraries and MySQL uses those for its GIS functionality. Going through MySQL means you don't have to worry so much about access to command-line tools, as MySQL handles all that - you just need a database connection.

@SamMousa
Copy link
Contributor Author

SamMousa commented Apr 7, 2016

Yes I looked into that.
Those extensions on MySQL require custom MySQL configuration so the effort is basically the same.
Anyway thought this might be of use to you in case you need it. I can no longer devote my time to trying to recreate proj4 in PHP since it doesn't add any value for me.

Good luck!

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

No branches or pull requests

2 participants