From 4e0d1070f623811513e6800e4ac906d69958d66a Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Thu, 28 Jan 2016 21:41:20 -0800 Subject: [core] support tiles with non-4096 extents Convert all geometries to the maximum extent supported by our buffers and then use that constant extent everywhere else. --- include/mbgl/util/constants.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mbgl/util/constants.hpp') diff --git a/include/mbgl/util/constants.hpp b/include/mbgl/util/constants.hpp index 22a460c9b0..94b21ccb36 100644 --- a/include/mbgl/util/constants.hpp +++ b/include/mbgl/util/constants.hpp @@ -10,6 +10,7 @@ namespace mbgl { namespace util { extern const float tileSize; +extern const int32_t EXTENT; extern const double DEG2RAD; extern const double RAD2DEG; -- cgit v1.2.1