This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Nominatim geocoding licence

0

Can i use Nominatim geocoding in commercial project. On nominatim usage policy Nominatim usage policy is nothing about using it in commercial project only this:

Data is provided under the ODbL license which requires to share alike (although small extractions are likely to be covered by fair usage / fair dealing).

asked 12 Aug '16, 16:12

peterm3's gravatar image

peterm3
21112
accept rate: 0%

edited 12 Aug '16, 16:18

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

1

note that using a service which is run by someone else is different from the data license:

  • Using the service is covered by the usage policy of the person/organisation who runs the service. If possible you should (in case of much usage) run your own service – the code is under a GPLv2 license.
  • What you can do with the returned results is covered by the data license: ODbL. Please read the full license text and consult a lawyer if you need an evaluation of your own situation/use case. There have been many questions about using OSM data in commercial products in the past, please read over there: https://help.openstreetmap.org/tags/commercial/?sort=mostvoted

answered 12 Aug '16, 16:22

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554
accept rate: 18%

edited 12 Aug '16, 16:31

Source code available on GitHub .