summaryrefslogtreecommitdiff
path: root/include/llmr/map/tile_data.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-05 09:40:32 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-05 09:40:32 +0100
commit027c6f33b3a4d260724ce2e010856aeda7120846 (patch)
tree60425432b80355f73f195876fc4fe6e8e5047337 /include/llmr/map/tile_data.hpp
parentb0ddabd6ac243fcb7969d006c9eab14e630105f8 (diff)
downloadqtlocation-mapboxgl-027c6f33b3a4d260724ce2e010856aeda7120846.tar.gz
implement tile wrapping
fixes #14
Diffstat (limited to 'include/llmr/map/tile_data.hpp')
-rw-r--r--include/llmr/map/tile_data.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llmr/map/tile_data.hpp b/include/llmr/map/tile_data.hpp
index 05dc59d422..67aa3e5307 100644
--- a/include/llmr/map/tile_data.hpp
+++ b/include/llmr/map/tile_data.hpp
@@ -71,7 +71,6 @@ public:
public:
const Tile::ID id;
- uint8_t clip_id;
std::atomic<state> state;
// Holds the actual geometries in this tile.
@@ -89,8 +88,6 @@ public:
// Holds the buckets of this tile.
// They contain the location offsets in the buffers stored above
std::map<std::string, std::shared_ptr<Bucket>> buckets;
-
- mat4 matrix;
private:
// Source data
std::string data;