mappymatch.utils.plot.map#
Functions
|
Plot the roads on an NxMap. |
- mappymatch.utils.plot.map.plot_map(tmap: NxMap, m: Map | None = None, highlight: bool = False)[source]#
Plot the roads on an NxMap.
- Args:
tmap: The Nxmap to plot. m: the folium map to add to highlight: Whether to enable hover highlighting and popups (default: False)
- Returns:
The folium map with the roads plotted.