Changeset 7847 for trunk/src/map/inc/kmlHandler.php
- Timestamp:
- Apr 19, 2010, 11:26:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/inc/kmlHandler.php
r7842 r7847 5 5 //Check if the file exists, if it does we load it. If it doesn't we exit and return an error message 6 6 try { 7 $xml = simplexml_load_file( rawurlencode($file));7 $xml = simplexml_load_file($file); 8 8 } catch (Exception $e) { 9 9 trigger_error(SYSLOG_CRIT, 'Failed to open KML file: ' . $file, __FILE__, __LINE__);
Note:
See TracChangeset
for help on using the changeset viewer.