Skip to content

Commit

Permalink
Added Los Angeles
Browse files Browse the repository at this point in the history
Added Los Angeles to the list of cities for Citygram to pull from.
  • Loading branch information
tonyomendoza committed Jul 30, 2018
1 parent 60b20a4 commit a5b9158
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/cities.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,23 @@
38.5754351
]
}
},
{
"id": "los-angeles",
"type": "Feature",
"properties": {
"title": "Los Angeles",
"state": "CA",
"background": "los-angeles.jpg",
"zoom": 11
},
"geometry": {
"type": "Point",
"coordinates": [
-118.2436849,
34.0522342
]
}
}
]
}

0 comments on commit a5b9158

Please sign in to comment.