summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/vector_tile.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-11 13:54:05 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-11 13:54:05 -0700
commit1a030e7c3347f08329d2787cde37cfa0958baad4 (patch)
treee9ec309eda3de6edc411824e76df632730d41064 /src/mbgl/tile/vector_tile.hpp
parent5f1144f05a8391cf2c01dc7a67312a27ef32805b (diff)
downloadqtlocation-mapboxgl-1a030e7c3347f08329d2787cde37cfa0958baad4.tar.gz
[core] Normalize tile coordinates in VectorTile (#4966)
Previously, vector tile coordinates were being normalized to util::EXTENT in each place they were used, and for annotation and GeoJSON sources that don't require normalization.
Diffstat (limited to 'src/mbgl/tile/vector_tile.hpp')
-rw-r--r--src/mbgl/tile/vector_tile.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/tile/vector_tile.hpp b/src/mbgl/tile/vector_tile.hpp
index c0892cd243..d41d4f4f34 100644
--- a/src/mbgl/tile/vector_tile.hpp
+++ b/src/mbgl/tile/vector_tile.hpp
@@ -25,7 +25,6 @@ public:
std::unordered_map<std::string,Value> getProperties() const override;
optional<uint64_t> getID() const override;
GeometryCollection getGeometries() const override;
- uint32_t getExtent() const override;
private:
const VectorTileLayer& layer;