Ignore:
Timestamp:
Apr 13, 2010, 12:15:12 PM (15 years ago)
Author:
janveeden
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/map/index.php

    r7725 r7731  
    2323<![endif]-->
    2424
    25 <!-- Make our $marker[] array from kmlHandler available to javascript in JSON-->
     25<!-- Make our $marker[] array from kmlHandler available to javascript in JSON (No idea on how to this another less ugle way)-->
    2626<script>
    2727var markers = <?php echo json_encode($markers); ?>;
     
    3030<!-- Loading in the google-api -->
    3131<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=<?php print $apikey;?>" type="text/javascript"></script>
     32<!-- Loading in the markerClusterer that will handle the clustering of markers. -->
     33<script type="text/javascript" src="inc/markerClusterer.js"></script>
    3234<!-- Loading in the javascript that will add the map into #mapcanvas -->
    3335<script type="text/javascript" src="inc/nodemapWL.js"></script>
Note: See TracChangeset for help on using the changeset viewer.