Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Removed the spinner marker to not confuse the users
#16
by
BounharAbdelaziz
- opened
- 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='
|
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'
|