1 repository
Limiting 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.
Explore 1 awesome GitHub repository matching graphics & multimedia · Feature Capping. Refine with filters or upvote what's useful.
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.