Changeset 7769 for trunk/src/map/index.php
- Timestamp:
- Apr 15, 2010, 6:14:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/index.php
r7767 r7769 1 1 <?php 2 require_once("inc/kmlHandler.php"); 2 3 require_once("../config.php"); 3 require_once( $config['root']."/map/inc/kmlHandler.php");4 require_once("inc/node_info_start.php"); 4 5 5 $markers = getArrayFromKML(); 6 #getting array from kmlHandler 7 $markers = get_node_array($config['root']."/map/inc/example.kml"); 6 8 7 9 # Key is defined to be the domain name if exists … … 55 57 <div id="infotop"> 56 58 <!-- Calling on the node information from an external php file. inc/node_info.php --> 57 <?php ?>59 <?php node_info_start(); ?> 58 60 </div> 59 61
Note:
See TracChangeset
for help on using the changeset viewer.