Changeset 7692 for trunk/src/inc/KMLFile.class.php
- Timestamp:
- Apr 7, 2010, 12:24:40 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/inc/KMLFile.class.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/inc/KMLFile.class.php
r7661 r7692 12 12 class KMLFile { 13 13 private $template = ' 14 < ?xml version="1.0" encoding="UTF-8"?>14 <\?xml version="1.0" encoding="UTF-8"?> 15 15 <kml xmlns="http://www.opengis.net/kml/2.2"> 16 16 <Document> … … 135 135 } else { 136 136 $placemark = new KMLPlacemark(); 137 $placemark->setID($name); 137 138 $placemark->setName($name); 138 139 $placemark->setDescriptionLocation($descriptionLocation); … … 196 197 } else { 197 198 $placemark = new KMLPlacemark(); 199 $placemark->setID($host_name); 198 200 $placemark->setName($host_name); 199 201 $placemark->setDescriptionStatus($descriptionStatus);
Note:
See TracChangeset
for help on using the changeset viewer.
