This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
CustomGeometrySource should support data in tile coordinates #10494
Labels
Core
The cross-platform C++ core, aka mbgl
The custom geometry Source type accepts tiled input in geographic coordinates. Internally this is converted to tile coordinates (using
geojson-vt
).This makes it inconvenient to use this source type with existing MBTiles where the map data is already in tile coordinates.
CustomGeometrySource
should allow providing the geometry in tile coordinates, and support varying tile sizes.The text was updated successfully, but these errors were encountered: