mappymatch.utils.plot.path#
Functions
|
Plot a list of roads. |
- mappymatch.utils.plot.path.plot_path(path: List[Road], crs: CRS, m: Map | None = None, line_color='red', line_weight=10, line_opacity=0.8)[source]#
Plot a list of roads.
- Args:
path: The path to plot. crs: The crs of the path. m: The folium map to add to. line_color: The color of the line. line_weight: The weight of the line. line_opacity: The opacity of the line.