Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
using restricted Google API key for Fusion Tables
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed May 31, 2018
1 parent 9106945 commit 352487e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h4>Your JavaScript is disabled</h4>
$(function() {
var myMap = new MapsLib({
fusionTableId: "1m4Ez9xyTGfY2CU6O-UgEcPzlS0rnzLU93e4Faa0",
googleApiKey: "AIzaSyA3FQFrNr5W2OEVmuENqhb2MBB2JabdaOY",
googleApiKey: "AIzaSyAjYIJDSpRo90YUDZNtLnSCTmuMHfLMAlo",
locationColumn: "geometry",
map_center: [41.8781136, -87.66677856445312],
locationScope: "chicago"
Expand Down
2 changes: 1 addition & 1 deletion index_iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h4>Your JavaScript is disabled</h4>

var myMap = new MapsLib({
fusionTableId: "1m4Ez9xyTGfY2CU6O-UgEcPzlS0rnzLU93e4Faa0",
googleApiKey: "AIzaSyA3FQFrNr5W2OEVmuENqhb2MBB2JabdaOY",
googleApiKey: "AIzaSyAjYIJDSpRo90YUDZNtLnSCTmuMHfLMAlo",
locationColumn: "geometry",
map_center: [41.8781136, -87.66677856445312],
locationScope: "chicago"
Expand Down

0 comments on commit 352487e

Please sign in to comment.