NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I am working on a search engine map project (It's free access, but there are ads) that use a geocoder to search POI from text, and I would like to integrate partner private data to our database imported with Imposm.

According to the ODBL licence, this database should be considered a Derivative Database. However, it is not clear in my mind : can I enrich OSM POIs with our private partner data, or should I create two separate databases in order to not mix OSM and private partner data in our geocoder search?

asked 11 Nov '21, 19:50

fatal69300's gravatar image

fatal69300
26113
accept rate: 0%

edited 12 Nov '21, 17:16


I am not a lawyer but when I had a similar situation I used two databases, one for the OSM data and one for the proprietary data. It meant that I had to do two queries and merge the results at run time which is less efficient but it also meant there was no doubt in my mind that I was properly following the OSM licensing.

permanent link

answered 12 Nov '21, 16:00

n76's gravatar image

n76
10.8k1082172
accept rate: 17%

Thank you for your answer. Indeed, I think I don't have the competency to understand ODBl licensing. I will keep the two database separate and ask a lawyer if necessary

(12 Nov '21, 17:40) fatal69300
permanent link

answered 16 Nov '21, 08:10

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×118
×115
×64

question asked: 11 Nov '21, 19:50

question was seen: 992 times

last updated: 16 Nov '21, 08:10

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum