map update

This commit is contained in:
Miupro 2021-10-31 00:56:33 +02:00
parent 0b5250feb7
commit fbb162527f

View File

@ -38,7 +38,7 @@ class SwissMap:
# Working examples for travel history map and destination map # Working examples for travel history map and destination map
"""
# Hard coded location list # Hard coded location list
location_list = [('Center of Switzerland' , [46.8132, 8.2242]), ('Zermatt', [46.11654, 7.445683])] location_list = [('Center of Switzerland' , [46.8132, 8.2242]), ('Zermatt', [46.11654, 7.445683])]
customer_id = 235 customer_id = 235
@ -50,3 +50,4 @@ thmap.travel_history_map(customer_id, location_list)
# Destination # Destination
dmap = SwissMap() dmap = SwissMap()
dmap.destination_map(customer_id, location_list[0], location_list[1]) dmap.destination_map(customer_id, location_list[0], location_list[1])
"""