Opened 16 years ago
Closed 16 years ago
#8465 closed (fixed)
template gis/kml/base.kml is not correct
Reported by: | anonymous | Owned by: | jbronn |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Template gis/kml/base.kml contains {{ place.kml }}
, which should be {{ place.kml|safe }}
for correct loading into google earth etc.
Change History (3)
comment:1 by , 16 years ago
Owner: | changed from | to
---|
comment:2 by , 16 years ago
Description: | modified (diff) |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8480]) Fixed #8465. Mark KML input as safe so elements aren't escaped; added some defaults for name and description.