chrieke / prettymapp

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

A wonderful work, can I get a map without tag on the bottem right? #38

Closed jyC23333 closed 1 year ago

jyC23333 commented 1 year ago

And could this script add names on the buildings, waters...?

chrieke commented 1 year ago

Hi @jyC23333 Thank you for the kind words. Since the art is based on OpenStreetMap data and the prettymaps project, attribution should be kept. If you decide to change the code to remove the attribution for your own private prints, that is certainly up to you.

And could this script add names on the buildings, waters...?

Could you clarify what you mean by this? Adresses over all buildings etc?

jyC23333 commented 1 year ago

@chrieke Hi, I want to add names of the buildings on the map.

for example, if I plot a map of La Sagrada Familia in Barcelona, I want to show its name like this: image

chrieke commented 1 year ago

Okay understand. I think it is easier if you just produce the map you want and then overlay the text for the specific buildings in some image editing tool, e.g. Photopea. The prettymapp app or manipulating the Python code would essentially have to do the same. It would require too many controls to filter for the specific building titles. Would overload the app with controls for one very specific usecase.

jyC23333 commented 1 year ago

Thanks a lot!