I’ve read the help pages about the Open Database License on the OSM wiki several times, but I’m still not sure I understand it. Assume I want to produce a map of the world like that using OSM data. I will need to extract the relevant data (coastlines, names and boundaries of countries) from OSM, simplify the polygons to have something not too big and then generate the SVG. What are the legal requirements for the final SVG map? Can I release it into in the public domain or do I need to release it under the ODbL? My current understanding is that I can release the SVG into the public domain (it’s the Produced Work) but that the data used just before generating the SVG (i.e. the simplified boundaries) has to be released under the ODbL (it’s the Derivative Database). That would a bit strange, because once the SVG is in the public domain it’s easy to lose track of the database used to generate it (so it’s basically useless to have it under the ODbL), so maybe I misunderstood it. asked 23 Jul '13, 23:03 Fractal |
You will not get binding legal advice from anyone unless you hire a lawyer, but I'll try and summarise past discussions from the legal-talk mailing list for you:
This is just opinions from a bunch of interested people on the mailing list; not legal advice. answered 24 Jul '13, 08:10 Frederik Ramm ♦ |
[I'm not a lawyer and have not read the legal document for this scenario.] Based on their FAQ, Produced Work does not require the same license. However, you are required to provide attribution (credit) to OSM which is also specified in the form "© OpenStreetMap contributors." This is an odd requirement as it says to give credit to OSM a copyright to OSM must be attached. I suppose that does not specify a license; your produced work will not be under ODbL or Creative Commons (unless you put it there, and if we believe the FAQ). answered 24 Jul '13, 07:53 he_the_great |
Also, the simplified boundaries can easily be extracted from the SVG map, so it’s a bit strange if the SVG can be in the public domain.