source: trunk/README@ 7832

Last change on this file since 7832 was 7790, checked in by Pieter Naber, 15 years ago

Updated README

File size: 1.6 KB
RevLine 
[7754]1Nodemap 2.0 - An interactive nodemap
[7610]2
3= Introduction =
[7790]4Nodemap 2.0 is an interactive map to show the nodes of the Wireless Leiden network. It
5reads from a node location file and a node status file and parses this in a KML file.
[7610]6
[7790]7The KML file can be used in all sort of applications like Google Earth, Google Maps,
8etc.. But for this project we integrated our very own Google Maps intepretation of the
9KML file. The KML file is read and processed. Extra information is included.
10
[7610]11= Usage =
[7790]12The KML files are stored in the /src/kml/ directory. Users can just call
13/src/kml.php?time=%TIMESTAMP% to get the latest KML file created.
[7610]14
[7790]15The map is placed at /src/index.php and can be included in every website using a iframe.
[7754]16
[7610]17= File layout =
[7790]18/src/img/ -> Directory with the images used in the applications (both KML file as
19 map site)
20/src/inc/ -> Directory with the includes for the KML parser
21/src/kml/ -> Directory with the stored KML files
22/src/map/ -> Main directory for map site
23/src/map/inc/ -> Directory with the includes for the map site
24/src/map/style/ -> Directory with the stylesheets for the map site
25/src/test/ -> Directory with a couple of tests for the KML parser classes
26/src/config.php -> Main config file
27/src/init.php -> Init file for KML parser
28/src/kml-echo.php -> Echo's live a KML valid file
29/src/kml.php -> Redirects the user to the latest KML file in the /src/kml/ directory.
30 If needed, creates a new KML file
31/src/logfile.txt -> Main logging file with errors, warnings, etc.
[7610]32
[7790]33= Credits =
34Application created as a project of Hogeschool Leiden by the students:
35Pieter Naber, Jan van Eeden, David de Boer
Note: See TracBrowser for help on using the repository browser.