diff --git a/website/Speedshow_Map.py b/website/Speedshow_Map.py index 6fe4fcd..dd96aaa 100644 --- a/website/Speedshow_Map.py +++ b/website/Speedshow_Map.py @@ -11,12 +11,12 @@ lat = data['data']['attributes']['lat'] lng = data['data']['attributes']['lng'] #create map object -m = folium.Map(location=[lat, lng], zoom_start=15) +m = folium.Map(location=[52.516190, 13.377693], zoom_start=13) #create markers folium.Marker([lat,lng], - popup='Berghain', - tooltip='ja was isch jetzt aus des?', + popup='ARTIST_NAME + ARTWORK_TITLE', + tooltip='ARTIST_NAME_HERE', icon=folium.Icon(icon='cloud')).add_to(m) #generate map.html diff --git a/website/map.html b/website/map.html index a9b3302..f2369f3 100644 --- a/website/map.html +++ b/website/map.html @@ -23,7 +23,7 @@