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

@@ -67,7 +67,7 @@ public class GeoJsonTileDecoder implements ITileDecoder {
/* add tag information */
mTileSource.decodeTags(mapElement, f.getProperties(mProperties));
if (mapElement.tags.numTags == 0)
if (mapElement.tags.size() == 0)
continue;
/* add geometry information */