https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 94b09821e165ae05c343d26481a844033014f754 authored by Eric Fischer on 03 August 2015, 21:13:58 UTC
Output polygons with metadata and with each ring separately
Tip revision: 94b0982
clip.h
int clip(double *x0, double *y0, double *x1, double *y1, double xmin, double ymin, double xmax, double ymax);
back to top