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

OSM Maps with Leaflet for commercial

0

Hi,

I'm using OSM Maps with Leaflet and Leaflet GeoSearch integration for commercial (and not open source) with credit OpenStreetMap (© OpenStreetMap contributors).

Also, we are using Tile layer:

  • url: "https://{s}.tile.osm.org/{z}/{x}/{y}.png"
  • attribution: '© OpenStreetMap contributors'

My reports, about the number of requests per day:

  • Maps Javascript API - max. 3000
  • Places API - max, 9000

My questions are:

  1. Could you tell me what the limitations are to use?
  2. If add as a contribution, what do I need to do?
  3. Can I use OpenStreetMaps & OpenStreetMaps API (with Leaflet) for commercial use in this scenario?

Let me know if you need anything else.

asked 23 Nov '23, 18:56

Rodrigo_Castilho's gravatar image

Rodrigo_Cast...
11112
accept rate: 0%

1

Have you considered setting up your own Tile and Nominatim servers? Then you could make as many requests as you wanted.

(24 Nov '23, 13:24) SomeoneElse ♦

Is it possible to make a donation with a budget and continue to use this infrastructure? Who is responsible for it?

(24 Nov '23, 14:20) Rodrigo_Cast...
1

No, but many or most of the commercial alternatives linked from e.g. the tile access policy are also OSM supporters, so by supporting them you are supporting OSM indirectly. You can also donate to OSM, of course, you just can't "buy an SLA".

(24 Nov '23, 14:43) SomeoneElse ♦

One Answer:

0

I guess this is a good place to start: https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy

Sorry, don't know all the details, just pointing out a possible starting point to get answers to your questions.

answered 24 Nov '23, 13:14

kucai's gravatar image

kucai
8614
accept rate: 9%

(24 Nov '23, 13:23) SomeoneElse ♦

Source code available on GitHub .