- Timestamp:
- Apr 12, 2010, 6:23:12 PM (15 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/inc/KMLFile.class.php
r7720 r7721 8 8 class KMLFile { 9 9 private $template = ' 10 <\?xml version="1.0" encoding="UTF-8"?>11 10 <kml xmlns="http://www.opengis.net/kml/2.2"> 12 11 <Document> -
trunk/src/inc/LogHandler.class.php
r7720 r7721 85 85 86 86 if ($logno <= LOG_LEVEL_ECHO) { 87 // TODO: David: Make it possible to echo as comment in a KML, HTML, SQL or an other file 87 88 echo $errorString; 88 89 } -
trunk/src/index.php
r7720 r7721 55 55 56 56 // And echo the result to the screen 57 // TODO: Need to fix this wierd error... Or is it just USBWebserver? Line is invisible! 58 echo '<?xml version="1.0" encoding="UTF-8"?>'; 57 59 echo $kmlFile->toString(); 58 60 ?>
Note:
See TracChangeset
for help on using the changeset viewer.