Open chrieke opened 2 years ago
As of 21/Jul/2022 This is pretty hard to install on a M1 Mac because of missing pip dependencies with that architecture.
https://stackoverflow.com/a/71139156/280795 worked for me.
When running it locally on Mac M1, what is supposed to happen? Display the generated map in a new window? Save the file locally? Nothing happens on my computer and I have no error message.
When running it locally on Mac M1, what is supposed to happen? Display the generated map in a new window? Save the file locally? Nothing happens on my computer and I have no error message.
I was in the same case. In fact, the example code create a Figure. It's up to you to do something with it. For example, you can save it in cwd:
fig.savefig("map.jpg")
Thanks for the feedback @ypicard @Guillaume-Fgt added savefig to readme example.
Somer water areas are not shown or cut off
OSM does not provide ocean geometries via the API (status proposed), this is why some coastal areas seem to cut off water area. No good solution as of right now.
Wouldn't be possible to use coastline (outer relation) so that there could be a option to color it and the background color would be the sea?
OSM does not provide ocean geometries via the API (status proposed), this is why some coastal areas seem to cut off water area. No good solution as of right now.