Skip to content

Commit

Permalink
adding zipcode to every place
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottross authored and blakek committed May 5, 2020
1 parent b3f80bb commit 60c3561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions array.js
Original file line number Diff line number Diff line change
Expand Up @@ -6216,6 +6216,7 @@ module.exports = [
{"latitude":34.998714,"longitude":-80.098785,"zipCode":"28170"},
{"latitude":34.916155,"longitude":-80.731415,"zipCode":"28173"},
{"latitude":34.969035,"longitude":-80.43958,"zipCode":"28174"},
{"latitude":35.229430,"longitude":-80.933489,"zipCode":"28201"},
{"latitude":35.227271,"longitude":-80.844194,"zipCode":"28202"},
{"latitude":35.208185,"longitude":-80.859107,"zipCode":"28203"},
{"latitude":35.21462,"longitude":-80.827014,"zipCode":"28204"},
Expand Down
1 change: 1 addition & 0 deletions object.js
Original file line number Diff line number Diff line change
Expand Up @@ -6216,6 +6216,7 @@ module.exports = {
'28170': { latitude: 34.998714, longitude: -80.098785 },
'28173': { latitude: 34.916155, longitude: -80.731415 },
'28174': { latitude: 34.969035, longitude: -80.43958 },
'28201': { latitude: 35.229430, longitude: -80.933489 },
'28202': { latitude: 35.227271, longitude: -80.844194 },
'28203': { latitude: 35.208185, longitude: -80.859107 },
'28204': { latitude: 35.21462, longitude: -80.827014 },
Expand Down

0 comments on commit 60c3561

Please sign in to comment.