https://github.com/mapbox/tippecanoe
Raw File
Tip revision: b2eff136675f1340abb794fcd7b016663d981547 authored by Eric Fischer on 19 December 2014, 22:33:39 UTC
Impose a limit on the maximum number of features in a tile.
Tip revision: b2eff13
clip.h
int clip(double *x0, double *y0, double *x1, double *y1, double xmin, double ymin, double xmax, double ymax);
back to top