BounharAbdelaziz commited on
Commit
ee172d1
1 Parent(s): 062d91e

Removed the spinner marker to not confuse the users

Browse files
Files changed (1) hide show
  1. src/utils.py +2 -2
src/utils.py CHANGED
@@ -59,9 +59,9 @@ def parse_latlng(latlng):
59
  return None
60
 
61
  def add_epicentre_to_map(map_obj):
 
62
  icon_epicentre = folium.plugins.BeautifyIcon(
63
- icon='spinner',
64
- spin=True,
65
  border_color='#b3334f',
66
  background_color='#b3334f',
67
  text_color='white'
 
59
  return None
60
 
61
  def add_epicentre_to_map(map_obj):
62
+ # Removed the spinner to not confuse the users as the map is already loaded
63
  icon_epicentre = folium.plugins.BeautifyIcon(
64
+ icon='star',
 
65
  border_color='#b3334f',
66
  background_color='#b3334f',
67
  text_color='white'