[openstreetmap/openstreetmap-website] Downloaded map images do not have a copyright/attribution message (#551)

Hartmut Holzgraefe notifications at github.com
Sun Jan 12 20:22:51 UTC 2020


@tomhughes I personally would only add the text to the vector format documents, and just leave the bitmap output as is, assuming that it is only used for embedding static map images in websites where attribution can be taken care of outside of the image, as mentioned in the initial comment here.

Direct PNG rendering via Mapnik also has the advantage that it can use the AGG rendering backend instead of Cairo Graphics, which produces slightly better bitmap results. With all the extra decorations added by MapOSMatic, we have no choice but to render into a cairo surface for all formats there, but for just adding an annotation text rendering a PNG with Mapnik directly, and then using some other image library like e.g. PIL to overlay the annotation text over the generated image ...?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/551#issuecomment-573453317
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200112/22016c40/attachment.htm>


More information about the rails-dev mailing list