This seems like it should have a simple answer, and usually I feel like I understand the basics of open license requirements, but looking through all the licensing information on "data' versus "produced work" and so forth is making this seem really complicated so me so I thought I'd ask specifically about what I'm doing.
I'm working on making a map for directions to my house. Here's the steps I'm taking:
- I went to OpenStreetMap.org, went to an area containing my house and the major roads around it, and exported a box of it to a SVG using the "Share" functionality.
- I opened that SVG in Inkscape and made some edits. Here is the nature of the edits I made:
- I removed features that weren't needed for my map, like power distribution lines, since they would distract from my main purpose of showing people how to get to my house.
- I added labels. These are labels of features that are generally already in the underlying data (and you would see if you zoomed in further or queried the underlying database or the like), but weren't in the export. That is, the specific roads leading from the main roads going to my house I labelled in big text, while most of the "minor" roads that wouldn't be relevant for people going to my house remained unlabelled. I also labeled some landmarks, like a solar farm and golf course that were already shown in a shaded region.
- I added a "pinpoint"-type marker at my house to indicate the destination.
- I then want to post this edited SVG file on my web site alongside some text-based directions I already have and wrote myself.
So, my questions are:
- What credit text do I need to put on (or next to) the map? Is it just "“Base map and data from OpenStreetMap and OpenStreetMap Foundation”? The copyright page says that's what I need to do for "The map tiles in the 'standard style'" which is what I guess I'm using but I also made some changes to it.
- Is there some license I need to publish this completed SVG file under to comply with share-alike rules? I'd be fine even just putting it into the public domain, but I'm assuming I don't have the complete rights to do that? As the image does contain some work I've "added" to it in some sense I want to ensure that it's "legal" for me to "publish" with my edits (and I'm happy for others to re-use my work if for whatever reason that would make sense).
While I don't think it matters for this specific question, before making the export I have made some fixes to the roads near my house in the standard iD editor to make the map more complete and accurate in this area.
Thanks!
asked
20 Dec '20, 22:32
PeterCooperJr
81●1●1●7
accept rate:
0%
You may find the following questions in the FAQ useful:
How should I attribute you?
What do you mean by share-alike?
@InsertUser Those describe how to credit if making my own map from the underlying OSM data, or if I use the OSM "default" rendering title directly. What I'm not seeing is how to credit if I take an export of the default rendering tiles and then modify it.