For 自托管地图服务器, the strongest matches are hyperknot/openfreemap (OpenFreeMap is a vector tile server that serves pre-processed), maptiler/tileserver-gl (maptiler/tileserver-gl is a self-hosted map tile server that renders) and overv/openstreetmap-tile-server (This repository provides a Docker-based setup for a self-hosted). Each is ranked by relevance to your query, popularity and recent activity.
Open-source software solutions for rendering and serving custom map tiles from your own infrastructure.
OpenFreeMap is an OpenStreetMap vector tile server and distribution system designed for self-hosted map tile infrastructure. It provides a platform for deploying and managing full-planet map datasets on independent server infrastructure, delivering map data as vector tiles. The system distinguishes itself by distributing pre-processed map data as standard filesystem images, allowing for the mounting of full-planet extracts without the need for a live database. It utilizes a static file serving model and a vector tile distribution system that provides weekly updates in image formats for local
OpenFreeMap is a vector tile server that serves pre-processed OpenStreetMap data as static files, fitting the self-hosted map tile server category with an HTTP tile API and style support, though it relies on pre-rendered tiles rather than on-the-fly rendering from arbitrary geographic sources.
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.
maptiler/tileserver-gl is a self-hosted map tile server that renders both vector and raster tiles with GL styles, serving them via HTTP and WMTS to web mapping clients, directly matching the need for a self-hosted tile rendering server.
OpenStreetMap Tile Server is a containerized software package that hosts self-hosted map tile services from raw geographical data files. It combines a relational database configured with spatial extensions to store and query map coordinates and geometries with rendering engines that generate raster map images dynamically for interactive mapping clients. The service provides regional map data import to parse and load spatial files into the database alongside automated incremental updates that download recent upstream changes and expire affected tiles. Generated map images are preserved in ded
This repository provides a Docker-based setup for a self-hosted OpenStreetMap tile server, rendering raster tiles with tile caching and an HTTP API; it fits your request for a tile server from geographic data, but is primarily tailored to OSM data rather than arbitrary custom data sources.