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

Commit b0792d6

Browse files
authored
indentation fix
1 parent c70c750 commit b0792d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Follow the steps below and you'll be in business with your own map.
4646
1. Make sure at least one column is set to a type of Location and that Fusion Tables has geocoded it
4747
1. Set the Fusion Table to be publicly visible (via the Share button in the upper right) and make sure that 'Allow Downloads' is checked for your Fusion Table (File => About this table => Edit table information)
4848
1. Create your own Google Maps JavaScript API key to replace the default in the Map Options section of the index.html file above. By inserting your own key, Google will allow 25,000 requests per day to your Searchable Map.
49-
1. Go to the [Google Developers Maps JavaScript API](https://console.developers.google.com/projectselector/apis/credentials) page and click the Get a Key button
50-
1. On the Google Developers Console page, select Create a New Project and press Continue
51-
1. On the Credentials page, create a key, which should look something like `AIzaSyBNVkiNzErPTEGpxWp0cvdqDMd2BxD-S50`.
52-
1. Copy and paste your key into the Map Options section of the index.html file as described above.
53-
1. To find or edit your key in the future, go back to the Google Developers Console page
49+
1. Go to the [Google Developers Maps JavaScript API](https://console.developers.google.com/projectselector/apis/credentials) page and click the Get a Key button
50+
1. On the Google Developers Console page, select Create a New Project and press Continue
51+
1. On the Credentials page, create a key, which should look something like `AIzaSyBNVkiNzErPTEGpxWp0cvdqDMd2BxD-S50`.
52+
1. Copy and paste your key into the Map Options section of the index.html file as described above.
53+
1. To find or edit your key in the future, go back to the Google Developers Console page
5454
1. Download or clone this project and fire up your text editor of choice. Open up `index.html` and set your map options at the bottom of the file ([see the full list of options](#mapslib-options))
5555
1. **fusionTableId** - the ID of your Fusion Table (found in Fusion Tables under File => About this table)
5656
1. **googleApiKey** - the API key from your [Google API Console](https://code.google.com/apis/console/)

0 commit comments

Comments
 (0)