Changeset 7765 for trunk/src/config.php


Ignore:
Timestamp:
Apr 15, 2010, 12:00:44 PM (15 years ago)
Author:
Pieter Naber
Message:

Fixed loghandler so index.php outputs a KML valid file. Also added the possibility to add lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/config.php

    r7752 r7765  
    2222 * Placemark settings. Which icons do you want to use
    2323 */
    24 $config['placemark_green']      = 'http://svn.wirelessleiden.nl/svn/projects/NodeMap2.0/trunk/src/img/sleutelGroen.png';
    25 $config['placemark_orange']     = 'img/sleutelOranje.png';
    26 $config['placemark_red']        = 'img/sleutelRood.png';
     24$config['node_green']   = 'http://svn.wirelessleiden.nl/svn/projects/NodeMap2.0/trunk/src/img/sleutelGroen.png';
     25$config['node_orange']  = 'img/sleutelOranje.png';
     26$config['node_red']             = 'img/sleutelRood.png';
     27$config['line_black']   = '#000000ff';
    2728
    2829/*
     
    3536$config['require'][]            = $config['folder_class'] . 'FileHandler.class.php';
    3637$config['require'][]            = $config['folder_class'] . 'KMLFile.class.php';
    37 $config['require'][]            = $config['folder_class'] . 'KMLPlacemark.class.php';
     38$config['require'][]            = $config['folder_class'] . 'KMLNode.class.php';
     39$config['require'][]            = $config['folder_class'] . 'KMLLine.class.php';
    3840
    3941$config['googlekey']            = array();
Note: See TracChangeset for help on using the changeset viewer.