TagSet: numTags and tag array as private (#439)

This commit is contained in:
Gustl22
2017-11-13 11:24:54 +01:00
committed by Emux
parent 9c3488e107
commit fe2c067272
10 changed files with 57 additions and 37 deletions

View File

@@ -137,7 +137,7 @@ public class TileDecoder implements ITileDecoder {
//add tag information
mTileSource.decodeTags(mMapElement, mTagMap);
if (mMapElement.tags.numTags == 0)
if (mMapElement.tags.size() == 0)
return;
mTileSource.postGeomHook(mMapElement);