cleanups
This commit is contained in:
parent
59533d823b
commit
ec77ef7d90
@ -316,17 +316,6 @@ public class TileDecoder extends PbfDecoder {
|
|||||||
mElem.layer = decodeVarint32();
|
mElem.layer = decodeVarint32();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// case TAG_ELEM_HEIGHT:
|
|
||||||
// mElem.height = decodeVarint32();
|
|
||||||
// break;
|
|
||||||
//
|
|
||||||
// case TAG_ELEM_MIN_HEIGHT:
|
|
||||||
// mElem.minHeight = decodeVarint32();
|
|
||||||
// break;
|
|
||||||
//
|
|
||||||
// case TAG_ELEM_PRIORITY:
|
|
||||||
// mElem.priority = decodeVarint32();
|
|
||||||
// break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
Log.d(TAG, mTile + " invalid type for way: " + tag);
|
Log.d(TAG, mTile + " invalid type for way: " + tag);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user