Spaces:
Sleeping
Sleeping
Updated camera location
Browse files- backend.py +2 -2
backend.py
CHANGED
|
@@ -123,8 +123,8 @@ def get_fly_situation_history(canteen):
|
|
| 123 |
def get_camera_locations(canteen):
|
| 124 |
if canteen == 'Frontier':
|
| 125 |
camera_locations = pd.DataFrame({
|
| 126 |
-
"latitude": [1.2963134225592299, 1.2965099487866827, 1.
|
| 127 |
-
"longitude": [103.78033553238319, 103.78067954132742, 103.
|
| 128 |
"size": [1 for i in range(3)]
|
| 129 |
})
|
| 130 |
elif canteen == 'Deck':
|
|
|
|
| 123 |
def get_camera_locations(canteen):
|
| 124 |
if canteen == 'Frontier':
|
| 125 |
camera_locations = pd.DataFrame({
|
| 126 |
+
"latitude": [1.2963134225592299, 1.2965099487866827, 1.2962607611149572],
|
| 127 |
+
"longitude": [103.78033553238319, 103.78067954132742, 103.78017467389839],
|
| 128 |
"size": [1 for i in range(3)]
|
| 129 |
})
|
| 130 |
elif canteen == 'Deck':
|