diff --git a/README.md b/README.md index fcd05ef..97f253d 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,21 @@ A minimal Python library to draw customized maps from OpenStreetMap data. Based on [osmnx](https://github.com/gboeing/osmnx), [matplotlib](https://matplotlib.org/), [shapely](https://shapely.readthedocs.io/en/stable/index.html) and [vsketch](https://github.com/abey79/vsketch) libraries. -## Important: +- **Because of the recent episodes of plagiarism and refusal to credit this project in the NFT Community (Twitter profiles [AeternaCivitas](https://twitter.com/AeternaCivitas) and [geoartnft](twitter.com/geoartnft)) I have decided to change my license to Creative Commons (CC-BY-4.0) which requires you to credit it everytime you use it.** +- **The printed message on the figures crediting OpenStreetMap and my repository, included by default, is mandatory.** +- **I do not authorize people to sell NFTs using prettymaps and ask that you contact me if know of someone who is doing it.** +- **You can make and sell prints generated with prettymaps, always with the credit message printed.** +- **CREDIT OPEN SOURCE DEVELOPERS** Buy Me a Coffee at ko-fi.com -- I've made the `plot` function print by default a message in the corner containing the [mandatory OpenStreetMap credit](https://www.openstreetmap.org/copyright) and the link to this repository. Please keep it. -- You can make commercial use of `prettymaps` drawings, but I ask that you credit OpenStreetMaps and myself. -- Share your creations on the [prettymaps subreddit](https://www.reddit.com/r/prettymaps_/) - ## As seen on [Hacker News](https://web.archive.org/web/20210825160918/https://news.ycombinator.com/news): ![](prints/hackernews-prettymaps.png) ## Read the [docs](https://prettymaps.readthedocs.io/en/latest/prettymaps.html#module-prettymaps) -## Google Colaboratory Demo - -[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/marceloprates/prettymaps/blob/master/notebooks/examples.ipynb) +## [prettymaps subreddit](https://www.reddit.com/r/prettymaps_/) +## [Google Colaboratory Demo](https://colab.research.google.com/github/marceloprates/prettymaps/blob/master/notebooks/examples.ipynb) ## Installation