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/map/index.php

    r7779 r7784  
    55
    66#getting array from kmlHandler
    7 $markers = get_node_array($config['root']."/map/inc/example.kml");
     7$markers = get_node_array($config['kml_file']);
    88
    99# Key is defined to be the domain name if exists
Note: See TracChangeset for help on using the changeset viewer.