Closed (fixed)
Project:
KML
Version:
6.x-2.0-alpha0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
1 Oct 2010 at 15:56 UTC
Updated:
15 Apr 2023 at 20:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Will White commentedUpdated patch to remove unrelated whitespace adjustments and fix KML output.
Comment #2
tmcw commentedGreat, committed: http://drupal.org/cvs?commit=430916
Comment #3
Anonymous (not verified) commentedThe above patch doesn't change the KML feed name if a custom filename is set. I've attached a patch that checks to see if there is a custom name set before writing the KML name.
Comment #4
tmcw commentedHmm, should that always be the case? Views titles can have spaces, but in some cases filenames shouldn't.
Comment #5
Anonymous (not verified) commentedGood point. I think it makes sense then to have a separate field in the style options for the feed name that way you can set a custom filename and feed name. I've attached a patch that does just that.
Comment #6
Will White commentedI think just using the view title (instead of its name or a new custom field) would make the most sense.
Comment #7
Will White commentedCommitted.