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

Hi Everyone,

We have a leaflet application which is targeted for general public and need to use one of the open-sourced tile server as the basemap. In finding the right tile server, we learned that most of the existing servers have limit on the number of mapviews (number of tiles loaded) per month, for example, Mapbox limits 3000 mapviews (1 mapview = 15 tiles) per month under a free account. So I am wondering is there any tile server which provides basemaps that do not have any limit on the number of tiles/request? Does the OpenSreetMap standard style (http://{s}.tile.osm.org/{z}/{x}/{y}.png) also have this limit?

We do not anticipate heavy usage for loading the tiles. I am posting this because my client only want something that's 100% open sourced (free).

Thanks for any input.

Aster

asked 20 Aug '14, 19:17

asterxiang's gravatar image

asterxiang
1112
accept rate: 0%

edited 20 Aug '14, 19:18


To my knowledge, the most liberal tile server is that run by Mapquest (open.mapquest.com). However, your client seems to mix up two things. OpenStreetMap data is 100% open and doesn't cost you a penny to use, because it is contributed by volunteers who in turn are not paid.

Running a tile server, on the other hand, does cost money. Last I checked, there were no hardware vendors who gave away processors for free, or power companies giving you free power consumption, or Internet providers giving you free access. You need to buy a server, set it up, pay for rack space and power consumption, and so on.

There are organisations who have decided to pay this money and make tile servers available free of charge, but that is totally different from the "open source" or "open data" idea and the two should not be mixed. When you use a free tile server, that is essentially a "sponsored" server, and that "sponsorship" can change end at any time. Unlike the openness of OSM data which is guaranteed by the license and cannot stop.

permanent link

answered 20 Aug '14, 21:16

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

4

@asterxiang: I would just like to add the option of running an own tile server. This has no fixed "limit on the number of tiles/request" – only a hardware limit. And of course you need to run and set it up (which is no simple and cheap task). Setting an own tile server is possible because the OSM data is free (as in "freedom", not as in "free beer", as you already noticed).

(20 Aug '14, 21:53) aseerel4c26 ♦
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:

×362
×74
×57
×40

question asked: 20 Aug '14, 19:17

question was seen: 12,209 times

last updated: 20 Aug '14, 21:55

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