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

Washington DC not horizontal rendered #73

Open smilebasti opened 2 years ago

smilebasti commented 2 years ago

Hi, i was just trying to render Washington DC (38.89872,-77.03654).

Open street Maps Map of Washington shows me that all streets are horizontal East-West.

But when i render it, it looks like this: washington

Just a bit rotated.... I used following Notebook: Washington.pdf

Is there any explanation to that phenomena? Can i rotate the location but still render as a horizontal square?

Thanks

Adalsteinnjons commented 2 years ago

There seems to be a small tilt on the rendered images. When I declare a bounding box with a rectangle I get this result: zueichETH It is rotated slightly in the same direction as your map, you can see it at the border. Not sure what's causing this.