I cannot get the Google maps to display. I am thinking it is related to the API key being missing in my install. I cannot find any place to configure an API key, The code calls for a key but the java script console shows no key configured in the line
<script type="text/javascript" src="https://maps.google.com/maps/api/js<?php print $key; ?>" ><="" script="">
There is a line in the console shows me
Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
Anonymous
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
I found that if I add a line in both of all-locations-map.php and single-location-map.php of
$gmaps_api_key = "Not My actual google api key";
that maps work. Seems like there should be a place to configure the key globally.
Look at config.dist.php in root and copy api code to config.php
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Totally missed that! Thanks!
The issue I am having now is there are 161 locations but only the first six are displaying on the map. I am using lat/long in each location.
Do you use latest version form GH ?