Skip to content

Commit 94f5e36

Browse files
committed
change Falklands location name to Mare Harbour
1 parent 9799f8f commit 94f5e36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

polarrouteserver/route_api/fixtures/locations_bas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
{
77
"model": "route_api.location",
8-
"fields": { "id": 2, "name": "Falklands", "lat": -51.731, "lon": -57.706 }
8+
"fields": { "id": 2, "name": "Mare Harbour, Falklands", "lat": -51.902, "lon": -58.494 }
99
},
1010
{
1111
"model": "route_api.location",

request_route/request_route.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, lat: float, lon: float, name: str = None):
2727

2828
STANDARD_LOCATIONS = {
2929
"bird": Location(-54.025, -38.044, "bird"),
30-
"falklands": Location(-51.731, -57.706, "falklands"),
30+
"mareharbour": Location(-51.902, -58.494, "mareharbour"),
3131
"halley": Location(-75.059, -25.840, "halley"),
3232
"rothera": Location(-67.764, -68.02, "rothera"),
3333
"kep": Location(-54.220, -36.433, "kep"),

0 commit comments

Comments
 (0)