Skip to content

Commit

Permalink
Merge pull request #18 from kobotoolbox/master
Browse files Browse the repository at this point in the history
Adding API key reference to this branch and pulling fix to #10
  • Loading branch information
tinok authored Sep 12, 2018
2 parents ca98015 + 23a4e28 commit 89dca49
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 89dca49

Please sign in to comment.