如何在Drupal中的节点中显示openlayers地图中的geofield数据?
我知道如何在视图中的地图(openlayers 地图)中显示地理字段数据,但我不知道如何在节点页面本身中显示它,任何人都可以帮助我吗?
谢谢!
I know how to display the geofield data in a map (openlayers map) in a view, but I don't know how I can display it in the node page itself, anyone can help me out with with?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需转到内容类型
管理显示
页面并将地理字段格式化程序设置为Geofield Map
或OpenLayers
,然后使用右键进行更改格式化程序选项。You just have to go to your content type
Manage Display
page and set your geofield formatter toGeofield Map
orOpenLayers
then use the right button to change the formatter options.