awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • valhalla/valhallaالصورة الرمزية لـ valhalla

    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/openfreemapالصورة الرمزية لـ hyperknot

    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/martinالصورة الرمزية لـ maplibre

    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/martinالصورة الرمزية لـ urbica

    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/tippecanoeالصورة الرمزية لـ mapbox

    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/pmtilesالصورة الرمزية لـ protomaps

    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.