mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 04:18:01 +00:00
Drag projection math into C++
This commit is contained in:
parent
94db232a89
commit
575072bb2f
@ -1,5 +1,8 @@
|
||||
#include <math.h>
|
||||
#include "projection.h"
|
||||
|
||||
extern "C" {
|
||||
#include "projection.h"
|
||||
}
|
||||
|
||||
// http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames
|
||||
void latlon2tile(double lat, double lon, int zoom, long long *x, long long *y) {
|
Loading…
Reference in New Issue
Block a user