https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 08a6607b0b90adda0f2f9412608376c4865949cd authored by Eric Fischer on 18 December 2015, 19:29:00 UTC
Merge pull request #127 from mapbox/maxzoom
Tip revision: 08a6607
clip.h
int clip(double *x0, double *y0, double *x1, double *y1, double xmin, double ymin, double xmax, double ymax);
back to top