openstreetmap-tile-server VS TileServer GL

Compare openstreetmap-tile-server vs TileServer GL and see what are their differences.

openstreetmap-tile-server

Docker file for a minimal effort OpenStreetMap tile server (by Overv)

TileServer GL

Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc. (by maptiler)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
openstreetmap-tile-server TileServer GL
11 12
1,138 2,056
- 2.9%
1.3 9.5
4 days ago 2 days ago
Shell JavaScript
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

openstreetmap-tile-server

Posts with mentions or reviews of openstreetmap-tile-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-22.
  • Converting PNG tiles to .pbf for self hosting
    1 project | /r/gis | 11 Jun 2023
    Hi fellow redditors! I have a custom tilemap that I wanted to self host and I conveniently found a good premade Docker solution (https://github.com/Overv/openstreetmap-tile-server) that would allow me to achieve the task quite easily if not for a minor inconvenience: i need to provide the map as .osm.pbf rather than as an ZXY folder tree.
  • Self Hosting a Google Maps Alternative with OpenStreetMap
    17 projects | news.ycombinator.com | 22 Nov 2022
    Author here: the docker project for the tile server allows setting up automatic syncing fairly easily:

    https://github.com/Overv/openstreetmap-tile-server#enabling-...

    I'm not sure about Nominatim or Valhalla's ability to auto-sync the latest changes, at least with the dockerized version, but it may be possible.

  • Maps.earth – free and open-source web maps
    16 projects | news.ycombinator.com | 22 Aug 2022
    We're in the same boat using Mapbox, we've been debating leaving for the OpenStreetMaps container since we only use them for static images and map display. https://github.com/Overv/openstreetmap-tile-server

    Our bill last year was $80k and honestly its right on the cusp of being worth the effort to switch.

  • Is there any way to view the map as it was a year ago?
    1 project | /r/openstreetmap | 11 Jul 2022
    It's kinda difficult but I have had success running https://github.com/Overv/openstreetmap-tile-server and postgresql in docker to generate standard-style tiles from a planet (.pbf) file that you can download from geofabrik.
  • Show HN: Self-Hosted Maps Stack
    11 projects | news.ycombinator.com | 27 May 2022
    My friend Alexander created an easy docker file[1] for an OSM tile server. I use it for nearly two years without problems.

    [1] https://github.com/Overv/openstreetmap-tile-server

  • Applying styles on tail server
    2 projects | /r/openstreetmap | 24 May 2022
    I found this project on Github https://github.com/Overv/openstreetmap-tile-server .
  • Setting up OpenStreetMap tiler server
    1 project | /r/openstreetmap | 21 May 2022
  • Offline Map Tiles
    3 projects | /r/selfhosted | 3 Jul 2021
    Finally: https://github.com/Overv/openstreetmap-tile-server I haven't tried this one before, but it seems kind of cool, and seems to be what you're looking for?
  • [OC] Interactive Heatmap of Traffic Accidents Reported by the Missouri State Highway Patrol
    3 projects | /r/dataisbeautiful | 24 Jun 2021
    I don't need to serve the whole country, but it's nice to have a little more than just Missouri, so I was pleased to find Protomaps. There are several other extract repositories, but this was the only one I found that let me define and export a custom region. For the actual generation and rendering of the tiles, it seemed easiest to use this existing docker project.
  • [JOB] Help with custom styling of tile server (CartoCSS)
    1 project | /r/openstreetmap | 6 Mar 2021
    Hi, I'm struggling to use OSM self-hosted tile server for my project with custom style. I started to use Overv/openstreetmap-tile-server as a starting point to customize and create my own Dockerfile but I cannot set it up Positron (or something different dark/grayish as a starting point) as a renderer style. There are many styling standards, different file types, and no visual editor that can export the required file for CartoCSS, and to add them to Dockerfile.

TileServer GL

Posts with mentions or reviews of TileServer GL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-23.
  • GIS hosting
    1 project | /r/selfhosted | 8 Dec 2023
  • Protomaps – A free and open source map of the world
    12 projects | news.ycombinator.com | 23 Oct 2023
    I've been using TileServer GL for a while and it looks like there is support for pmtiles coming soon.

    https://github.com/maptiler/tileserver-gl/pull/1009

  • Serverless maps at 1/700 the cost of Google Maps API
    9 projects | news.ycombinator.com | 10 Mar 2023
    Firstly, I just want to say thanks for the reply, but more so thanks for your work, its moving opensource mapping forward.

    In my work we are looking at switching from mbtiles hosted with tilserver-gl(https://github.com/maptiler/tileserver-gl) to pmtiles to remove a server process. But we we self host already and we are already using maplibre-gl 2.

    I can see why the implementation in the blog post would be better for high traffic deployments (ours isn't). It also points out to me I don't understand how a CDN would handle range request for hosting the pmtiles file directly, it probably doesn't?

    As far as the mapbox stuff,in my mind, pmtiles is a direct competitor (successor) to the mbtiles format, which was a revolution in comparison to everything that came before it. A successor I welcome because it makes it even easier for me as a developer to self host and not be dependent on a SaaS to run my maps.

    The modern opensource map stack wouldn't exist without mapbox and I'm personally grateful to them for that. Most people who use pmtiles will use mapbox's opensource style spec to style them, and descendants of their open source code to render them. But as a developer now its an obvious choice to not use their services after years of using them.

    However I'm not doing high traffic stuff and they never made much money off me anyway.

  • How The Post is replacing Mapbox with open source solutions
    21 projects | news.ycombinator.com | 17 Feb 2023
    https://github.com/maptiler/tileserver-gl makes it really easy. I have a pretty simple pipeline set up to download an OSM extract, convert it to MBTiles, host it in CloudFlare, and render raster tiles with this software.
  • Does anyone know where to find the global raster set of buildings??
    4 projects | /r/gis | 25 Jan 2023
    It's not raster directly, but you could use planetiler ( https://github.com/onthegomap/planetiler ) to build a full planet vector map . Then you could use something like TileServer-GL to server the vector map with a style. TileServer-gl ( https://github.com/maptiler/tileserver-gl) would provide a raster source that displays in the style you set on your vector map.
  • Self Hosting a Google Maps Alternative with OpenStreetMap
    17 projects | news.ycombinator.com | 22 Nov 2022
  • Shade Map Pro
    2 projects | news.ycombinator.com | 3 Mar 2022
  • XYZ Vector tile server
    3 projects | /r/openstreetmap | 6 Oct 2021
  • Offline Map Tiles
    3 projects | /r/selfhosted | 3 Jul 2021
    You could host something like tileserver-gl (https://github.com/maptiler/tileserver-gl) and use the pre-generated vector tiles from https://archive.org/details/osm-vector-mbtiles Add some map styles and you have your own offline map service. Here are some good starters for styles: https://github.com/openmaptiles/osm-bright-gl-style
  • Need help finding a server-compatible GPU
    1 project | /r/HomeServer | 25 Mar 2021
    This server is intended to be a tile server, taking vector data and rendering it to rasterized tile images via tileserver-gl (which uses OpenGL)

What are some alternatives?

When comparing openstreetmap-tile-server and TileServer GL you can also consider the following projects:

osm-bright-gl-style - OSM Bright GL Style using OpenMapTiles

TileServer PHP - MBTiles and MapTiler folder hosting with TileJSON, OGC WMTS, UTFGrid interaction and web interface. QGIS & ESRI ArcGIS compatible. Runs on any Apache+PHP webhosting. MapBox Studio Vector Tiles hosting.

osmscout-server - Maps server providing tiles, geocoder, and router

Open Source Routing Machine (OSRM) - Open Source Routing Machine - C++ backend

headway - Self-hostable maps stack, powered by OpenStreetMap.

Nominatim - Open Source search based on OpenStreetMap data

vtm - OpenGL vector map library - running on Android, iOS, Desktop and browser.

InterpolateHeatmapLayer - Minimalist JavaScript library for rendering temperature maps (or interpolate heatmaps) with Mapbox GJ JS

Openstreetmap - The Rails application that powers OpenStreetMap

Hauk - Open-source realtime location sharing

tilemaker - Make OpenStreetMap vector tiles without the stack