Changeset 7639 for trunk/src/index.php


Ignore:
Timestamp:
Mar 31, 2010, 9:18:25 PM (15 years ago)
Author:
Pieter Naber
Message:

Added location of the file with the latitudes and longitudes of the nodes in config.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/index.php

    r7637 r7639  
    3131echo $kml->toString();
    3232
     33// Let's try to read the node location file
     34$nodeLocation = new FileHandler($config['node_location_file']);
     35// TODO: Needs parsing
     36
    3337// Let's try to read the node status file
    3438$nodeStatus = new FileHandler($config['node_status_file']);
    3539$kmlFile = KMLFile::parseFile($nodeStatus->getFile());
     40/*
     41 * TODO: Needs better parsing of the file now we have two seperate
     42 * files for the location and the status of the nodes
     43 */
    3644?>
Note: See TracChangeset for help on using the changeset viewer.