-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make a start on the centre points for the areas. Only Anfield added s…
…o far. Part of #4
- Loading branch information
Adrian McEwen
committed
May 25, 2020
1 parent
326f297
commit 4da0b05
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[ | ||
{ "name": "City centre", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Aigburth", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Anfield", "lat": 53.4328, "lon": -2.9547 }, | ||
{ "name": "Bootle", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Broad Green", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Calderstones", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Childwall", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Clubmoor", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Dingle", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Edge Hill", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Everton", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Fairfield", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Fazakerley", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Grassendale", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Kensington", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Kirkdale", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Knotty Ash", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Mossley Hill", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Newsham", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Norris Green", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Old Swan", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Orrell", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Princes Park", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Seaforth", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Sefton Park", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Toxteth", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Tuebrook", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Vauxhall", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Victoria Park", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Walton", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "Wavertree", "lat": 0.0, "lon": 0.0 }, | ||
{ "name": "West Derby", "lat": 0.0, "lon": 0.0 } | ||
] | ||
|