Closed (fixed)
Project:
KML
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2009 at 13:07 UTC
Updated:
29 Nov 2011 at 05:50 UTC
Hi, is there a way to show the KML file link in a block or a view. Either through a php snippet, or some settings in the module that i am overlooking. Thanks!
Comments
Comment #1
maartenzam commentedTo do this, I made a view with a kml feed display that takes Nid as an argument. I set the path to this display as node/%/kml. So you have the kml available on the nodes filtered by this view. Next, you just need to add a block display, add the Node: Path as a field and link this field to [path]/kml. You can than rewrite the output of this field to 'See in Google Earth' or something.
Comment #2
jeffschulerThanks maartenzam!