Ignore:
Timestamp:
Mar 31, 2010, 10:46:12 PM (15 years ago)
Author:
Pieter Naber
Message:

KMLFile can read from the node location file provided. It parses the file into nodes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/inc/FileHandler.class.php

    r7637 r7640  
    3030                        trigger_log(SYSLOG_INFO, 'Reading from file "' . $filename . '" is done', __FILE__, __LINE__);
    3131                } catch (Exception $err) {
    32                         // TODO: Better error description
    3332                        trigger_log(SYSLOG_ERR, 'Reading from file "' . $filename . '" failed', __FILE__, __LINE__);
    3433                }
Note: See TracChangeset for help on using the changeset viewer.