add GeometryBuffer class to pass data from MapDatabase to TileGenerator

This commit is contained in:
Hannes Janetzek
2013-10-09 01:55:57 +02:00
parent 64da69e5cf
commit 8c8750a833
12 changed files with 380 additions and 449 deletions
@@ -63,11 +63,6 @@ class MatchingCacheKey {
MatchingCacheKey other = (MatchingCacheKey) obj;
// if (mTags == null) {
// return (other.mTags == null);
// } else if (other.mTags == null)
// return false;
int length = mTags.length;
if (length != other.mTags.length)
return false;