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,394GitHub पर देखें↗

    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,737GitHub पर देखें↗

    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,717GitHub पर देखें↗

    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,707GitHub पर देखें↗

    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,026GitHub पर देखें↗

    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,662GitHub पर देखें↗

    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.