Changeset 7775 for trunk/src/config.php


Ignore:
Timestamp:
Apr 16, 2010, 12:27:16 AM (15 years ago)
Author:
Pieter Naber
Message:

Something's still wrong with the colors of nodes... Green nodes are placed in the middle of the ocean... However it's bedtime, so bye bye :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/config.php

    r7774 r7775  
    1010$config['node_status_file']             =       'http://watch.wirelessleiden.nl/nagios/export/node-status.csv';
    1111$config['node_location_file']   =       'http://watch.wirelessleiden.nl/nagios/export/genesis-nodes.conf';
     12$config['overall_longitude']    =       4.490153;
     13$config['overall_latitude']             =       52.161087;
     14$config['overall_altitude']             =       0;
     15$config['overall_heading']              =       0;
     16$config['overall_tilt']                 =       0;
     17$config['overall_range']                =       7000;
    1218
    1319
     
    2228 * Placemark settings. Which icons do you want to use
    2329 */
    24 $config['node_green']   = 'sleutelGroen.png';
    25 $config['node_orange']  = 'img/sleutelOranje.png';
    26 $config['node_red']             = 'img/sleutelRood.png';
    27 $config['line_black']   = '#7f00ffff';
     30$config['node_green']   = 'http://dellphi.wirelessleiden.nl/nodemap/img/sleutelGroen.png';
     31$config['node_orange']  = 'http://dellphi.wirelessleiden.nl/nodemap/img/sleutelOranje.png';
     32$config['node_red']             = 'http://dellphi.wirelessleiden.nl/nodemap/img/sleutelRood.png';
     33$config['line_black']   = '#66000000';
    2834
    2935/*
Note: See TracChangeset for help on using the changeset viewer.