Closed (fixed)
Project:
KML
Version:
6.x-2.0-alpha1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 May 2011 at 21:41 UTC
Updated:
19 Jun 2011 at 19:41 UTC
In what way are networklinks supported?
I made some views (like node/%/kml and taxonomy/term/%/kml) and the resulting kml is just fine (my embedded youtube and vimeo videos get filtered out though, due to a filter_xss_admin on the body/description). But the networklinks pointing to the kml feeds don't work: I see Google Earth fetching them (folder with yellow dot moving from left to right) and GE does not give me an error (folder with little green dot), but there is no extra kml content after fetching.
Any ideas on how to get networklinks working are welcome.
Comments
Comment #1
maartenzam commentedI narrowed my problem down to some kind of permisisons problem: Google Earth loads a kml file with no data when fetching the networklink. When I download the kml file as an anonymous user, the kml files are also empty (they have kml, document and name tags, but no content in them). When I access the kml files as logged in user (different user roles) I get correct kml files.
Changed the title of the post to reflect this problem.
Comment #2
tmcw commentedSounds like you need to change the permissions of your content, the fields in that content, or the view?
Comment #3
maartenzam commentedYou are right: it was the Workflow module preventing anonymous users from accessing content.
Comment #4
jeffschuler