Changeset 7721 for trunk/src/inc
- Timestamp:
- Apr 12, 2010, 6:23:12 PM (15 years ago)
- Location:
- trunk/src/inc
- Files:
-
- 2 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 }
Note:
See TracChangeset
for help on using the changeset viewer.