OSMNX - visualizing waterway together with footprints and ground
问题 I am trying to plot waterway together with ground (street network/map) and footprints (buildings). My problem is that the waterways are large closed polygon areas , which means instead of plotting a nice blue river with correct thickness it plots the river all over half of the figure (and there's no water there IRL...). This is what I have in Jupyter-Lab so far (example coordinates with few roads for quick test): %matplotlib inline import matplotlib.pyplot as plt import osmnx as ox ox.config