Skip to content

Commit

Permalink
Adding Google API key requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tinok authored Sep 12, 2018
1 parent 325ee10 commit 23a4e28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/mapheader.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
<script type="text/javascript" src="<?php echo kmapPath ?>/js/jquery.address-1.4.min.js"></script>
<script type="text/javascript" src="<?php echo kmapPath ?>/js/csvToArray.js"> </script>
<script type="text/javascript" src="<?php echo kmapPath ?>/js/dragresize.js"> </script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"> </script>
//You will need to add a Google Maps API key in the following line
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=YOURAPIKEYHERE&sensor=false"> </script>

<script type="text/javascript" src="<?php echo kmapPath ?>/js/label.js"> </script>

<title><?php echo $kmapPageTitle; ?></title>
<title><?php echo $kmapPageTitle; ?></title>

0 comments on commit 23a4e28

Please sign in to comment.