Revision 45043922e7c3e39f5cbb05187265ba3b3d4c8e3b authored by Eric Fischer on 12 January 2016, 22:29:39 UTC, committed by Eric Fischer on 12 January 2016, 22:29:39 UTC
Chunked parallel reading of input streams
2 parent s 29db0e8 + 872df4b
Raw File
projection.h
void latlon2tile(double lat, double lon, int zoom, long long *x, long long *y);
void tile2latlon(long long x, long long y, int zoom, double *lat, double *lon);
unsigned long long encode(unsigned int wx, unsigned int wy);
void decode(unsigned long long index, unsigned *wx, unsigned *wy);
back to top