diff options
author | Aleksandar Stojiljkovic <aleksandar.stojiljkovic@mapbox.com> | 2019-05-13 22:13:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-13 22:13:37 +0300 |
commit | 926e8e8a5b453b02b0df754df35837c4f106f024 (patch) | |
tree | 02984e9c992a88b65c4745fa473c6d8f786e70af /circle.yml | |
parent | d2dd3cc2c875f52d2bb797a5f842f6f6fb3c769a (diff) | |
download | qtlocation-mapboxgl-926e8e8a5b453b02b0df754df35837c4f106f024.tar.gz |
Refactor: coordinatePointMatrix skip recomputation (#14507)
coordinatePointMatrix is always used with getZoom():
Projection::worldSize(scale) / std::pow(2, z) is computed as
scale * util::tileSize / std::pow(2, z)
scale is equal to std::pow(2, z).
____________________________________=>
Projection::worldSize(scale) / std::pow(2, z) => util::tileSize.
Diffstat (limited to 'circle.yml')
0 files changed, 0 insertions, 0 deletions