Skip to content

Commit f670d76

Browse files
author
[Mike]
committed
Fix link in README to the sample map - template file
1 parent e503c64 commit f670d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Both have been matched into the zip_zcta_lat_long.csv file in this repository.
2424
## Instructions
2525
You need to match the zip codes you want to map to latitudes and longitudes to utilize them in Google Maps. How you do this will depend on where you are getting your zip code data from. In the sample map you should see that these are turned into an array of JSON objects with the properties "latitude", "longitude", and "Zipcode". The "Zipcode" property is optional and only there for human readability.
2626

27-
Once you have your JSON array you can use the [sample_map - template.html] as a starting point, making the following changes:
27+
Once you have your JSON array you can use the [sample_map - template.html](https://github.com/mhokanson/zip_code_map/blob/master/sample_map%20-%20template.html) as a starting point, making the following changes:
2828

2929
1. Replace <key> on line 40 with your own Google Maps API key
3030
2. Replace the JSON array (lines 45-495) with your own data

0 commit comments

Comments
 (0)