Changeset 7866 for trunk/src/config.php


Ignore:
Timestamp:
Apr 28, 2010, 1:12:27 PM (15 years ago)
Author:
Pieter Naber
Message:

Need to test some new stuff online...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/config.php

    r7858 r7866  
    3838 * Placemark settings. Which icons do you want to use
    3939 */
    40 $config['node_green']   = 'http://' . $config['url'] . $config['uri'] . '/img/sleutelGroen.png';
    41 $config['node_orange']  = 'http://' . $config['url'] . $config['uri'] . '/img/sleutelOranje.png';
    42 $config['node_red']             = 'http://' . $config['url'] . $config['uri'] . '/img/sleutelRood.png';
     40$config['node_green']   = 'http://' . $config['url'] . dirname($config['uri']) . '/img/sleutelGroen.png';
     41$config['node_orange']  = 'http://' . $config['url'] . dirname($config['uri']) . '/img/sleutelOranje.png';
     42$config['node_red']             = 'http://' . $config['url'] . dirname($config['uri']) . '/img/sleutelRood.png';
    4343$config['line_black']   = '#66000000';
    4444
     
    6565 */
    6666$time = mktime() - (mktime() % 300);
    67 $config['kml_file']                     = $config['root'] . '/map/inc/example.kml';
     67// Static example file
     68//$config['kml_file']                   = $config['root'] . '/map/inc/example.kml';
    6869// Should be something like:
    69 // $config['kml_file']          = $config['root'] . '/kml.php?time=%TIMESTAMP%';
     70$config['kml_file']             = 'http://' . $config['url'] . dirname($config['uri']) . '/kml-echo.php';
    7071
    7172/* Logfile stored location, should be writeable by webserver
Note: See TracChangeset for help on using the changeset viewer.