From 18176605f65ce90c973e0b61a1a2b563471b0ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 15 Aug 2016 18:34:45 +0200 Subject: [core] support "scheme": "tms" in TileJSON files --- include/mbgl/storage/resource.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mbgl/storage') diff --git a/include/mbgl/storage/resource.hpp b/include/mbgl/storage/resource.hpp index 31df069952..c05f40b65c 100644 --- a/include/mbgl/storage/resource.hpp +++ b/include/mbgl/storage/resource.hpp @@ -3,6 +3,7 @@ #include #include #include +#include #include @@ -47,6 +48,7 @@ public: int32_t x, int32_t y, int8_t z, + Tileset::Scheme scheme, Necessity = Required); static Resource glyphs(const std::string& urlTemplate, const FontStack& fontStack, -- cgit v1.2.1