A vector tile renderer for use in creating map tile images or writing to a canvas. Written in Dart to enable use of vector tiles with Flutter.
BSD 3-Clause "New" or "Revised" License
42
stars
24
forks
source link
clip polygons to the clip area #60
Closed
greensopinion closed 2 years ago
Clip polygons to the clip area with
TileClip
. This is important for large polygons such as elevation lines when overzooming to keep memory usage low.