Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Search 城市邻近搜索drupal_Search_Drupal_Drupal 7_Geocoding - Fatal编程技术网

Search 城市邻近搜索drupal

Search 城市邻近搜索drupal,search,drupal,drupal-7,geocoding,Search,Drupal,Drupal 7,Geocoding,我需要在罗马尼亚实现一个近距离搜索,搜索基于Drupal项目表单字段中插入的城市名称的文章。浏览了很多文章后,我发现有很多关于邮政编码和街道的建议和解决方案,但我只需要城市地理编码(比如说城市中心)。 在哪里可以找到这样的数据库插入到我的项目中?或者这个问题还有其他解决方案吗?我将使用模块存储坐标,然后使用模块从您已有的城市字段填充地理字段 有了Geocoder,你可以选择使用Google Geocoder、Yahoo、Bing等服务 您可以使用Gmap模块或打开图层和视图来显示结果。谷歌的Ge

我需要在罗马尼亚实现一个近距离搜索,搜索基于Drupal项目表单字段中插入的城市名称的文章。浏览了很多文章后,我发现有很多关于邮政编码和街道的建议和解决方案,但我只需要城市地理编码(比如说城市中心)。 在哪里可以找到这样的数据库插入到我的项目中?或者这个问题还有其他解决方案吗?

我将使用模块存储坐标,然后使用模块从您已有的城市字段填充地理字段

有了Geocoder,你可以选择使用Google Geocoder、Yahoo、Bing等服务


您可以使用Gmap模块或打开图层和视图来显示结果。

谷歌的Geocoder模块怎么样?它使用谷歌地理编码API。你能提供这个模块的链接吗?当然可以。给你:谢谢,应该有用:)很好,我想应该有用。非常感谢你的帮助