国家/地区的 Drupal 和 Gmap 标记
我正在使用 Drupal 6 和 Gmap 模块。 对于我想使用 Gmap 实现的某些搜索功能,我需要在地图上显示一些国家/地区的标记。
例如,在首页上,我想显示带有英国、爱尔兰和新西兰标记的世界地图。 有没有办法以某种方式实现这一目标?
I'm using Drupal 6 along with Gmap module.
For some search functionalities, which I would like to implement using Gmap, I need to have markers for some countries presented on a map.
For example, on front page, I want to display world map with markers for UK, Ireland and New Zealand.
Is there a way to somehow achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前尚不完全清楚您想要实现什么,但是使用位置模块,您可以将位置数据与节点相关联然后使用该数据在 Gmap 上显示(例如在视图中)。位置模块提供了一个位置字段,您可以在自己的内容类型中使用该字段。
我使用相同的工具包执行了相同的操作来显示用户位置,并且运行良好。
It's not entirely clear what you would like to achieve, but with the Location module you could associate Location data with nodes and later use that data for displaying on a Gmap (for example in a view). The Location module provides a Location field that you can use in your own content types.
I did the same for displaying user locations with the same toolkit and it's working well.