2 repository-uri
Systems for the periodic distribution of binary geographic map tiles.
Distinct from Vector Tile Serving: Focuses on the distribution platform and update cadence rather than the real-time serving of tiles.
Explore 2 awesome GitHub repositories matching graphics & multimedia · Vector Tile Distribution. Refine with filters or upvote what's useful.
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
Provides a distribution platform for weekly full-planet map extracts in standard image formats.
PMTiles is a cloud-native geospatial data format and a set of tools for creating cloud-optimized map tile archives. It organizes map tile pyramids into a single-file archive, allowing map data to be stored and retrieved from remote buckets without a dedicated backend database. The project provides a map tile format converter to transform various data sources into this unified archive and a map tile server proxy that serves these archives to display systems using standard protocols. It enables the use of HTTP byte-range requests and metadata-driven indexing to retrieve specific tiles without d
Packages map data into a single file for easy sharing and hosting via standard HTTP range requests.