added marker opacity

This commit is contained in:
seangreaves
2022-12-24 13:45:20 +00:00
parent 982c30f0a6
commit 3cee349bce

View File

@@ -76,6 +76,7 @@ def load_map_data(network):
m.add_layer(origin_trail)
marker_cluster = MarkerCluster(
center=(50, 0),
opacity=1,
markers=get_marker_data(network, address_trail, origin_trail, path_table),
disable_clustering_at_zoom = 25,
max_cluster_radius = 25