Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在开发一个应用程序,它基本上会将当前位置发送到网络服务器,网络服务器将根据该地理位置进行操作。
网络服务器的主要任务是寻找发件人的朋友,他们在发件人所在的区域附近(围绕发件人的当前地理位置)。
我一直在考虑解决这个问题的 GIS,但很多时候它似乎很模糊。
任何指向此类 GIS 的任何现有开源实现或使用 LAMP 从头创建一个的方法的任何指针都将非常有帮助。
抱歉,如果这不是此类问题的正确位置。
看看 Postgis,一个 postgres 项目。
从这里开始阅读:
http://postgis.refractions.net/documentation/
希望有帮助。