prettymapp icon indicating copy to clipboard operation
prettymapp copied to clipboard

Known issues FAQ

Open chrieke opened this issue 3 years ago • 5 comments

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.

chrieke avatar Mar 31 '22 19:03 chrieke

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.

nick-verida avatar Jul 21 '22 00:07 nick-verida

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.

ypicard avatar Sep 12 '22 01:09 ypicard

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")

Guillaume-Fgt avatar Dec 02 '22 16:12 Guillaume-Fgt

Thanks for the feedback @ypicard @Guillaume-Fgt added savefig to readme example.

chrieke avatar Dec 02 '22 17:12 chrieke