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.04k stars 516 forks source link

Fix crs instead of dummy request #28

Closed chrieke closed 2 years ago

chrieke commented 2 years ago

Appears to me that the crs should always be "EPSG:4326" (for latitude/longitude coordinates), I don't see a need to make a dummy request to fetch the crs. This dummy request adds multiple seconds to the execution time. Am I missing something maybe?