https://github.com/mapbox/tippecanoe
Raw File
Tip revision: bab33fffbae87c06438acc827081f583702fea8a authored by Eric Fischer on 22 October 2015, 22:59:33 UTC
Reverse the order of polygon winding
Tip revision: bab33ff
clip.h
int clip(double *x0, double *y0, double *x1, double *y1, double xmin, double ymin, double xmax, double ymax);
back to top