TagSet: refactor + add docs

- removed duplicate hasKey/hasValue functions
- renamed asString -> toString
This commit is contained in:
Hannes Janetzek
2013-09-29 23:59:18 +02:00
parent a6c2ac1d41
commit 82f169f2d5
4 changed files with 75 additions and 52 deletions

View File

@@ -396,7 +396,7 @@ public class VectorTileLoader extends TileLoader implements IRenderTheme.Callbac
@Override
public void renderPointSymbol(Symbol symbol) {
if (symbol.texture == null) {
Log.d(TAG, "missing symbol for " + mElement.tags.asString());
Log.d(TAG, "missing symbol for " + mElement.tags.toString());
return;
}
for (int i = 0, n = mElement.getNumPoints(); i < n; i++) {