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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesVector Tile Clients

Clients capable of retrieving map data from public, private, or local vector tile sources.

Distinct from Tile Map Renderers: Focuses on the client-side retrieval and consumption of tiles, whereas Map Tile Serving focuses on the server-side delivery.

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

Awesome Vector Tile Clients GitHub Repositories

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

    rastapasta/mapscii

    8,975عرض على GitHub↗

    Mapscii is a terminal-based geographic interface and vector map renderer. It allows users to view and explore geographic map data and points of interest directly within an xterm-compatible console using ASCII and Braille characters. The project functions as a vector tile map client capable of fetching and styling geographic layers from public or private sources. It also serves as an MBTiles map viewer, enabling the exploration of geographic data stored in local files for offline use. The tool provides keyboard-driven navigation for zooming and panning across coordinates, along with the abili

    Retrieves map data from public, private, or local vector tile and MBTiles sources for rendering.

    JavaScriptascii-artbrailleconsole
    عرض على GitHub↗8,975
  • mapbox/mapbox-gl-nativeالصورة الرمزية لـ mapbox

    mapbox/mapbox-gl-native

    4,452عرض على GitHub↗

    This project is a cross-platform mapping SDK and hardware-accelerated rendering engine implemented in C++. It provides a shared geospatial core that allows for the embedding of interactive maps into Android, iOS, macOS, Node.js, and Qt applications. The system focuses on high-performance vector tile rendering using OpenGL and GPU primitives to display interactive 3D landscapes and complex geospatial datasets. It transforms compressed protocol buffers into customizable visuals through a style-driven layer pipeline. The capability surface extends to comprehensive location services, including g

    Implements a client-side system to fetch and filter binary map data tiles for specific coordinates and zoom levels.

    C++
    عرض على GitHub↗4,452
  • 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

    Caps the number of features per tile to prevent excessive detail from causing browser crashes.

    Rusthacktoberfestleafletmapbox-gl
    عرض على GitHub↗3,717
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Vector Tile Clients

استكشف الوسوم الفرعية

  • Feature CappingLimiting the number of features per tile to ensure stable client-side rendering. **Distinct from Vector Tile Clients:** Specifically limits data density per tile to prevent crashes, unlike general client retrieval logic.