https://github.com/mapbox/tippecanoe
Raw File
Tip revision: e63e719021430341744fccd00d30c0f5d111bc51 authored by Eric Fischer on 02 January 2015, 23:14:36 UTC
Catch duplicate points in the buffer as well as within the tile itself
Tip revision: e63e719
clip.h
int clip(double *x0, double *y0, double *x1, double *y1, double xmin, double ymin, double xmax, double ymax);
back to top