chrieke / prettymapp

🖼️ Create beautiful maps from OpenStreetMap data in a streamlit webapp
MIT License
2.37k stars 357 forks source link

Known issues FAQ #1

Open chrieke opened 2 years ago

chrieke commented 2 years ago

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.

nick-verida commented 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.

ypicard commented 2 years ago

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.

Guillaume-Fgt commented 1 year ago

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

chrieke commented 1 year ago

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

iamnunocaldeira commented 1 month ago

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?