The default tile extent is 4096, not 0

This commit is contained in:
Eric Fischer 2018-10-23 14:22:10 -07:00
parent 44c0a6b94a
commit c4cb8d58c0

View File

@ -129,7 +129,7 @@ struct mvt_layer {
std::vector<mvt_feature> features{};
std::vector<std::string> keys{};
std::vector<mvt_value> values{};
long long extent = 0;
long long extent = 4096;
long zoom = -1;
long x = -1;
long y = -1;