https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 040dcdfa14952b21e62614cb1eaa14be7d5e2a04 authored by Eric Fischer on 04 February 2016, 00:37:43 UTC
Track the average gap between points in the densest tile
Tip revision: 040dcdf
clip.h
int clip(double *x0, double *y0, double *x1, double *y1, double xmin, double ymin, double xmax, double ymax);
back to top