awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Overv avatar

Overv/openstreetmap-tile-server

0
View on GitHub↗
1,445 stars·545 forks·Shell·Apache-2.0·17 views

Openstreetmap Tile 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 dedicated storage volumes to survive container restarts, while resource tuning configurations adjust memory limits, thread counts, and database maintenance parameters.

Additional capabilities include direct database access for external spatial tools, cross-origin resource sharing headers for secure cross-domain retrieval, and map styling customization to apply alternative visual themes and rendering scripts.

Features

  • Tile Map Renderers - Generates image tiles from raw map data files so clients can render interactive maps efficiently.
  • Regional Bulk Imports - Parses and loads large regional map data files into a relational database to prepare servers for rendering.
  • Geographic Information Systems - Configures a relational database backend with spatial extensions to store and query map coordinates and geometries.
  • OpenStreetMap Data Importers - Parses and loads large regional map data files into a relational database to prepare for rendering.
  • Docker Volume Persistence - Preserves generated map tiles in a dedicated mounted storage volume so cached images survive container restarts.
  • Spatial Data Extensions - Stores and indexes geographical vector data inside a relational database to enable high-performance spatial queries.
  • Ready-to-Run Docker Images - Provides a packaged software environment that runs OpenStreetMap data imports and tile rendering engines with minimal setup.
  • Map Tile Hosting - Runs a tile server from raw map data files to provide renderable PNG map tiles over HTTP.
  • Minecraft Map Tile Servers - Packages map tile rendering engines into isolated container environments for straightforward deployment and persistent caching.
  • Service Containerization - Packages all spatial databases and rendering engines into isolated environments for consistent and reproducible server execution.
  • Spatial Databases - Exposes database ports and credentials so external spatial tools and applications can query underlying geographic data directly.
  • Tile Expirations - Automatically downloads recent changes from the upstream provider to update the database and expire affected tiles.
  • Incremental Map Data Importers - Downloads recent changes from upstream providers automatically to keep the map database current and fresh.
  • Delta Synchronization - Downloads recent changes from data providers automatically to update the spatial database and expire affected tiles.
  • Persistent Caches - Preserves generated map tiles in dedicated storage volumes so cached images survive container restarts and updates.
  • Raster Map Generators - Generates raster map images dynamically from raw geospatial data files to serve interactive mapping clients efficiently.

Star history

Star history chart for overv/openstreetmap-tile-serverStar history chart for overv/openstreetmap-tile-server

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Openstreetmap Tile Server

These projects share indexed features with Openstreetmap Tile Server. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • osm-search/nominatimosm-search avatar

    osm-search/Nominatim

    4,334View on GitHub↗

    Nominatim is a self-hosted geospatial search engine and geocoding server that utilizes OpenStreetMap data. It provides a complete infrastructure for forward geocoding, converting addresses or place names into geographic coordinates, and reverse geocoding, translating coordinates into human-readable physical addresses. The project features a dedicated data importer that parses raw map data into a PostgreSQL geospatial database. It distinguishes itself through a configurable import pipeline that uses style files to filter map features and an importance-based ranking system to prioritize search

    Pythongeocodingopenstreetmaposm
    View on GitHub↗4,334
  • hyperknot/openfreemaphyperknot avatar

    hyperknot/openfreemap

    4,737View on GitHub↗

    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

    Pythongeospatialgismaplibre
    View on GitHub↗4,737
  • jupyter/docker-stacksjupyter avatar

    jupyter/docker-stacks

    8,432View on GitHub↗

    This project is a collection of pre-configured Docker images that provide ready-to-run environments for interactive computing and data science. It functions as a scientific computing stack and a polyglot notebook server, bundling language interpreters and libraries for Python, R, and Julia within a containerized system to ensure reproducible research environments. The collection uses a layered image hierarchy to provide versioned software dependencies and support for hardware acceleration across different CPU architectures. It allows for the creation of custom images based on a foundation of

    Pythondockeripythonipython-notebook
    View on GitHub↗8,432
  • cambecc/earthcambecc avatar

    cambecc/earth

    6,552View on GitHub↗

    Earth is an interactive web-based platform for visualizing global weather, ocean, and atmospheric data. It animates particle flows representing wind, ocean currents, and waves on a customizable map, and supports overlaying color-coded meteorological, oceanographic, chemical, and particulate data for detailed analysis. The platform distinguishes itself by offering multiple cartographic projections—including orthographic, equirectangular, and stereographic—that can be switched to view global patterns from different perspectives. It also provides keyboard-driven navigation, allowing map rotation

    JavaScript
    View on GitHub↗6,552
Compare all 30 related projects→

Frequently asked questions

What does overv/openstreetmap-tile-server do?

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.

What are the main features of overv/openstreetmap-tile-server?

The main features of overv/openstreetmap-tile-server are: Tile Map Renderers, Regional Bulk Imports, Geographic Information Systems, OpenStreetMap Data Importers, Docker Volume Persistence, Spatial Data Extensions, Ready-to-Run Docker Images, Map Tile Hosting.

Which projects share features with overv/openstreetmap-tile-server?

Projects with overlapping indexed features include: osm-search/nominatim — Nominatim is a self-hosted geospatial search engine and geocoding server that utilizes OpenStreetMap data. It provides… hyperknot/openfreemap — OpenFreeMap is an OpenStreetMap vector tile server and distribution system designed for self-hosted map tile… jupyter/docker-stacks — This project is a collection of pre-configured Docker images that provide ready-to-run environments for interactive… cambecc/earth — Earth is an interactive web-based platform for visualizing global weather, ocean, and atmospheric data. It animates… mapbox/mapbox-gl-native — This project is a cross-platform mapping SDK and hardware-accelerated rendering engine implemented in C++. It provides… freika/dawarich — Dawarich is a self-hosted location history manager and travel journaling platform. It functions as a personal travel…

Curated searches featuring Openstreetmap Tile Server

Hand-picked collections where Openstreetmap Tile Server appears.
  • Self-Hosted Map Tile Servers
  • interactive mapping platform
  • Map rendering library