fschwartzer commited on
Commit
b28d669
1 Parent(s): 4e8c737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -62,6 +62,7 @@ custom_lat = data['latitude'].mean()
62
  custom_lon = data['longitude'].mean()
63
  radius_in_meters = 1500
64
  filtered_data = data # Initialize with the entire dataset
 
65
 
66
  # Find the maximum distance between coordinates
67
  max_distance = 0
 
62
  custom_lon = data['longitude'].mean()
63
  radius_in_meters = 1500
64
  filtered_data = data # Initialize with the entire dataset
65
+ zoom_level = 12
66
 
67
  # Find the maximum distance between coordinates
68
  max_distance = 0