marceloprates / prettymaps

A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
GNU Affero General Public License v3.0
11.12k stars 522 forks source link

Adding street names #86

Open LukeAFullard opened 2 years ago

LukeAFullard commented 2 years ago

Hello, how should I go about adding street names to the map?

I figure it must be a tag, but I am unsure which one or how to add that. Any help is appreciated.

Thank you!