awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesVector Tile Serving

Server-side delivery of binary geographic map tile data for rendering.

Distinct from Vector Tile Map Clients: Distinct from Vector Tile Map Clients: focuses on the server-side retrieval and delivery of tiles rather than the client-side rendering.

Explore 6 awesome GitHub repositories matching graphics & multimedia · Vector Tile Serving. Refine with filters or upvote what's useful.

Awesome Vector Tile Serving GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • valhalla/valhallavalhalla 的头像

    valhalla/valhalla

    5,394在 GitHub 上查看↗

    Valhalla is an open-source routing engine that calculates optimal paths and travel times using OpenStreetMap data. It is built around a tiled routing graph framework, allowing map data to be organized into small geographic tiles for efficient regional updates and offline routing capability. The project distinguishes itself through a multimodal routing server that combines automobile, pedestrian, bicycle, and public transit modes into single journeys. It includes a GPS trace matching engine to align noisy coordinates to the most probable road network paths and an isochrone and matrix generator

    Valhalla returns binary map tile data for a specific set of coordinates for visual rendering.

    C++astardijkstradirections
    在 GitHub 上查看↗5,394
  • hyperknot/openfreemaphyperknot 的头像

    hyperknot/openfreemap

    4,737在 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

    Provides a distribution platform for weekly full-planet map extracts in standard image formats.

    Pythongeospatialgismaplibre
    在 GitHub 上查看↗4,737
  • maplibre/martinmaplibre 的头像

    maplibre/martin

    3,717在 GitHub 上查看↗

    Martin is a geospatial data API and vector tile server that delivers map tiles, styles, sprites, and glyphs to web map clients. It functions as a PostGIS vector tile server, generating tiles directly from databases, as well as serving data from MBTiles and PMTiles files. The project distinguishes itself through a specialized command line interface for managing MBTiles archives, allowing users to validate, compare, and merge offline map data. It also provides dynamic map styling capabilities, including the generation of signed distance field sprites for runtime recoloring and the on-the-fly pr

    Delivers binary geographic map tile data from databases and archives to web clients.

    Rusthacktoberfestleafletmapbox-gl
    在 GitHub 上查看↗3,717
  • urbica/martinurbica 的头像

    urbica/martin

    3,707在 GitHub 上查看↗

    Martin is a vector tile server and map asset server that delivers geospatial data from PostGIS databases, MBTiles, and PMtiles files. It functions as a TileJSON metadata provider and a suite of vector tile tooling for generating, validating, and exporting geospatial tile archives. The project distinguishes itself by providing integrated map asset management, generating map styles, sprite sheets, and font glyphs on the fly. It supports advanced visual rendering capabilities such as Signed Distance Field sprites for runtime recoloring and fallback-based font composition to ensure complete chara

    Provides high-performance server-side delivery of binary geographic vector map tiles to clients.

    Rust
    在 GitHub 上查看↗3,707
  • mapbox/tippecanoemapbox 的头像

    mapbox/tippecanoe

    3,026在 GitHub 上查看↗

    Tippecanoe is a command-line tool used to generate optimized vector tiles for web maps. It converts large-scale geospatial datasets, including GeoJSON, CSV, and Geobuf files, into binary vector tiles or MBTiles SQLite databases. The project is designed to maintain map performance and visual quality across different zoom levels. It achieves this through geospatial data downsampling, which includes simplifying geometries and thinning point density to prevent tile overcrowding and keep tile sizes within specific limits. The tool provides extensive data transformation capabilities, such as attri

    Combine multiple vector tile sources into a single output by joining layers and filtering attributes.

    C++c-plus-plusgeojsonvector-tiles
    在 GitHub 上查看↗3,026
  • protomaps/pmtilesprotomaps 的头像

    protomaps/PMTiles

    2,662在 GitHub 上查看↗

    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.

    TypeScriptpmtilesserverless
    在 GitHub 上查看↗2,662
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Tile Map Renderers
  5. Vector Tile Serving

探索子标签

  • Pre-Processed Tile ExportsConversion of raw geographic data into optimized vector tile formats prior to server deployment. **Distinct from Vector Tile Serving:** Focuses on the offline export/processing phase rather than the active serving of tiles.
  • Vector Tile DistributionSystems 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.
  • Vector Tile MergingCombining multiple vector tile sources into a single output by joining layers. **Distinct from Vector Tile Serving:** Focuses on the structural merging of binary tiles rather than the serving of those tiles.
  • Vector Tile to GeoJSON ConversionSpecific transformation of vector tile layer data into the GeoJSON standard. **Distinct from Vector Tile Serving:** More specific than general decoding; explicitly targets GeoJSON output for a specific zoom and coordinate.