echons commited on
Commit
3e6293f
1 Parent(s): 4c49fde

Updated camera location

Browse files
Files changed (1) hide show
  1. 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.296561127489237],
127
- "longitude": [103.78033553238319, 103.78067954132742, 103.7807614482189],
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':