Changeset 7799 for trunk/src/kml-echo.php
- Timestamp:
- Apr 17, 2010, 12:01:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/kml-echo.php ¶
r7789 r7799 25 25 $kmlFile->parseStatusFile($nodeStatus->read()); 26 26 27 if (isset($_GET['write']) && $_GET['write'] == true) {28 // TODO: David: Write the KML file to a folder with date stamp29 }30 31 27 // And echo the result to the screen 32 28 echo $kmlFile->toString();
Note:
See TracChangeset
for help on using the changeset viewer.