Contents
Can a web server be used to serve tiles?
The Apache web server can also be used to serve static web content like the HTML, JavaScript, or CSS for your map webpage. Once Apache handles the request from the web user, it passes the request to mod_tile to deal with.
Can you serve your own tiles on OpenStreetMap?
Tiles from a third-party provider are the simplest way to make the switch to OpenStreetMap, and offer clarity of cost. However, if you’d like to take full control of your destiny, you can render and serve your own tiles. This section explains how.
How do I share a tile on my computer?
In the Tile app, tap the Tile you want to share. Scroll down for options, tap “Unlimited Sharing”. Where it says “Type an email address to share”, type in the email address for the person you wish to share your Tile with. You also have an option to share the file from your existing contacts list or you may choose “share a Link” (see steps below).
Make your search party even bigger! You can share each of your Tiles with one other email address, or you can subscribe to Tile Premium and share with unlimited people!
How to use custom style for self-hosted tile server?
From what I understood, the openstreeetmap-carto style is not juste a style, some of its files are called during the setting-up process described on switch2osm (a .lua and .style file, etc.) so I’m also wondering how I’m supposed to use style like osm-bright for example (even if I’m looking for a much more simple one like klokantech-basic)?
What kind of OS do I need for serving tiles?
Both generating and serving tiles incur significant hardware requirements, especially if you need global coverage and regular updates. If you are setting up your own tile server, we recommend that you use Ubuntu Linux or Debian 11. Install locally on Debian 11, Ubuntu 20.04, Ubuntu 18.04 or Ubuntu 16.04.
What are the components of a tile server?
This tutorial describes the most standard version that is similar to that used on the main OpenStreetMap.org tile servers. It consists of 5 main components: mod_tile, renderd, mapnik, osm2pgsql and a postgresql/postgis database.