awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·0 Aufrufe

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-Verlauf

Star-Verlauf für overv/openstreetmap-tile-serverStar-Verlauf für overv/openstreetmap-tile-server

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Openstreetmap Tile Server

Handverlesene Sammlungen, in denen Openstreetmap Tile Server vorkommt.
  • Self-Hosted Map-Tile-Server
  • Interaktive Kartenplattform
  • Map rendering library

Häufig gestellte Fragen

Was macht overv/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.

Was sind die Hauptfunktionen von overv/openstreetmap-tile-server?

Die Hauptfunktionen von overv/openstreetmap-tile-server sind: 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.

Welche Open-Source-Alternativen gibt es zu overv/openstreetmap-tile-server?

Open-Source-Alternativen zu overv/openstreetmap-tile-server sind unter anderem: 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…

Open-Source-Alternativen zu Openstreetmap Tile Server

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Openstreetmap Tile Server.
  • osm-search/nominatimAvatar von osm-search

    osm-search/Nominatim

    4,334Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,334
  • hyperknot/openfreemapAvatar von hyperknot

    hyperknot/openfreemap

    4,737Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,737
  • jupyter/docker-stacksAvatar von jupyter

    jupyter/docker-stacks

    8,432Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,432
  • cambecc/earthAvatar von cambecc

    cambecc/earth

    6,552Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,552
Alle 30 Alternativen zu Openstreetmap Tile Server anzeigen→