如何扩展地理定位 Web 应用程序
我正在构建一个地理定位网络应用程序,但我真的很不清楚如何处理地理定位。
简而言之,我的应用程序可以让您在特定城市创建广告。这个想法是避免使用包含城市名称、邮政编码、国家/地区的基本形式,而只拥有一个基于城市名称的自动完成字段。
我有一些想法如何处理,但我不确定哪一个是最好的。 第一个是从 maxmind(3M 城市)获取世界城市数据库并从我的数据库中进行选择。
另一种是使用 YQL 和雅虎的 geo API...
我真的不知道这种应用程序的最佳实践是什么...
Greg
I am building a geolocation web application and I am really in the blur how I am going the handle the geolocation.
Briefly my app lets you create adverts on a specific city. The idea is to avoid the basic form with the city name, zipcode, country and just have an autocomplete field based on the city name.
I have a few idea how to handle that but I am not sure which one is the best.
There first one is to get a world cities database from maxmind (3M cities) and select from my database.
The other one is to use YQL and the geo API from yahoo...
I really don't know what is the best practice for this kind of app...
Greg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 geokit 插件和 gem 完成了一些地理定位。它与多个地理定位提供商(谷歌和雅虎)配合良好。
https://github.com/andre/geokit-gem
I have done some geolocation using the geokit plugin and gem. It works well with multiple geolocation providers (google and yahoo).
https://github.com/andre/geokit-gem