Skip to content

Commit

Permalink
Standardized US abbreviations to full name. Resolves coderetreat#303
Browse files Browse the repository at this point in the history
  • Loading branch information
teobais committed Aug 25, 2018
1 parent b6d6a2c commit 600bb44
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ This year, registering your event at coderetreat.org is easier than it has ever
* `location.country`
* `location.city`

For `location.country`, make sure you use the full name of the country. Example below:

- United Kingdom ✅
- ~~UK~~
- United States of America ✅
- ~~US~~
- ~~USA~~

If you want your event to show up on our map as well, please fill out `location.coordinates` with the coordinates of your city.
You can find them by typing the city name into Google Maps (or OSM for that matter) and extracting the coordinates from the URL.

Expand Down
2 changes: 1 addition & 1 deletion _data/events_gdcr2018/Atlanta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"location": {
"city": "Atlanta, GA",
"country": "USA",
"country": "United States of America",
"coordinates": {
"latitude": 33.807474,
"longitude": -84.3829214
Expand Down
2 changes: 1 addition & 1 deletion _data/events_gdcr2018/Brooklyn.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"location": {
"city": "Brooklyn, NY",
"country": "USA",
"country": "United States of America",
"coordinates": {
"latitude": 40.7041935,
"longitude": -73.9889684
Expand Down
2 changes: 1 addition & 1 deletion _data/events_gdcr2018/ColumbusOH.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"location": {
"city": "Columbus, OH",
"country": "USA",
"country": "United States of America",
"coordinates": {
"latitude": 39.9748172,
"longitude": -82.99992
Expand Down
2 changes: 1 addition & 1 deletion _data/events_gdcr2018/Pittsburgh.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"location": {
"city": "Pittsburgh",
"country": "United States",
"country": "United States of America",
"coordinates": {
"latitude": 40.4599756,
"longitude": -79.9308717
Expand Down
2 changes: 1 addition & 1 deletion _data/events_gdcr2018/WestlakeVillage.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"location": {
"city": "Westlake Village, CA",
"country": "USA",
"country": "United States of America",
"coordinates": {
"latitude": 34.1511938,
"longitude": -118.7952308
Expand Down

0 comments on commit 600bb44

Please sign in to comment.