tyrasd / overpass-turbo

A web based data mining tool for OpenStreetMap using the Overpass API.
https://overpass-turbo.eu
Other
920 stars 130 forks source link

JSON export: license could be split from copyright #715

Open fgnievinski opened 2 weeks ago

fgnievinski commented 2 weeks ago

currently the json export includes the following line:

  "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.",

Wiki Commons complains it doesn't have a separate explicit license.

so, I'd suggest splitting the license currently embedded in the copyright clause:

  "copyright": "The data included in this document is from www.openstreetmap.org.",
  "license": "ODbL-1.0",
mmd-osm commented 1 week ago

I'm assuming you're talking about GeoJSON, not JSON, right? Can you post a link to some Wiki Commons documentation that supports your suggestion?