mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 09:26:16 +00:00
fix path
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ def get_figures(trips: Trips, charging: List[dict]):
|
||||
lats = [42, 41]
|
||||
lons = [1, 2]
|
||||
names = ["undefined", "undefined"]
|
||||
trips_map = px.line_mapbox(lat=lats, lon=lons, hover_name=names, zoom=12, mapbox_style="/assets/style2.json")
|
||||
trips_map = px.line_mapbox(lat=lats, lon=lons, hover_name=names, zoom=12, mapbox_style="assets/style2.json")
|
||||
trips_map.add_trace(go.Scattermapbox(
|
||||
mode="markers",
|
||||
marker={"symbol": "marker", "size": 20},
|
||||
|
||||
Reference in New Issue
Block a user