Changeset 7731 for trunk/src/map/index.php
- Timestamp:
- Apr 13, 2010, 12:15:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/index.php
r7725 r7731 23 23 <![endif]--> 24 24 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)--> 26 26 <script> 27 27 var markers = <?php echo json_encode($markers); ?>; … … 30 30 <!-- Loading in the google-api --> 31 31 <script src="http://maps.google.com/maps?file=api&v=2&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> 32 34 <!-- Loading in the javascript that will add the map into #mapcanvas --> 33 35 <script type="text/javascript" src="inc/nodemapWL.js"></script>
Note:
See TracChangeset
for help on using the changeset viewer.