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

Commit 352487e

Browse files
committed
using restricted Google API key for Fusion Tables
1 parent 9106945 commit 352487e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h4>Your JavaScript is disabled</h4>
120120
$(function() {
121121
var myMap = new MapsLib({
122122
fusionTableId: "1m4Ez9xyTGfY2CU6O-UgEcPzlS0rnzLU93e4Faa0",
123-
googleApiKey: "AIzaSyA3FQFrNr5W2OEVmuENqhb2MBB2JabdaOY",
123+
googleApiKey: "AIzaSyAjYIJDSpRo90YUDZNtLnSCTmuMHfLMAlo",
124124
locationColumn: "geometry",
125125
map_center: [41.8781136, -87.66677856445312],
126126
locationScope: "chicago"

index_iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h4>Your JavaScript is disabled</h4>
7878

7979
var myMap = new MapsLib({
8080
fusionTableId: "1m4Ez9xyTGfY2CU6O-UgEcPzlS0rnzLU93e4Faa0",
81-
googleApiKey: "AIzaSyA3FQFrNr5W2OEVmuENqhb2MBB2JabdaOY",
81+
googleApiKey: "AIzaSyAjYIJDSpRo90YUDZNtLnSCTmuMHfLMAlo",
8282
locationColumn: "geometry",
8383
map_center: [41.8781136, -87.66677856445312],
8484
locationScope: "chicago"

0 commit comments

Comments
 (0)