Changeset 7784 for trunk/src/config.php


Ignore:
Timestamp:
Apr 16, 2010, 10:55:40 AM (15 years ago)
Author:
janveeden
Message:

Edited location of the kml file in config. kmlHandler.php now also gets the data from <data> tags in kml. the markerArray still has to be filled with data. Demo is on map showing name and location. Text size etc still has to fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/config.php

    r7775 r7784  
    5454 * Values to generate map
    5555 */
    56 $config['kml_file']                     = $config['root'] . '/map/inc/example.kml';
     56$config['kml_file']                     = $config['root'] . '/example.kml';
    5757// Should be something like:
    5858// $config['kml_file']          = $config['root'] . '/kml.php?time=%TIMESTAMP%';
Note: See TracChangeset for help on using the changeset viewer.