Changeset 7799 for trunk/src/kml.php
- Timestamp:
- Apr 17, 2010, 12:01:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kml.php
r7771 r7799 28 28 // Write the file to the server 29 29 $file = new FileHandler($config['root'] . '/kml/nodemap-' . $time . '.kml', 'w'); 30 $file->write($kmlFile->toString()); // Function doesn't work yet... Waiting for David...30 $file->write($kmlFile->toString()); 31 31 } 32 32 33 //header('Location: ' . $config['root'] . '/kml/nodemap-' . $time . '.kml');33 header('Location: ' . $config['root'] . '/kml/nodemap-' . $time . '.kml'); 34 34 ?>
Note:
See TracChangeset
for help on using the changeset viewer.