parent
ea2a94f76b
commit
54feb7a25e
@ -550,9 +550,9 @@ public class MapDatabase implements ITileDataSource {
|
|||||||
Tag[] poiTags = mTileSource.fileInfo.poiTags;
|
Tag[] poiTags = mTileSource.fileInfo.poiTags;
|
||||||
MapElement e = mElem;
|
MapElement e = mElem;
|
||||||
|
|
||||||
int numTags = 0;
|
|
||||||
|
|
||||||
for (int elementCounter = numberOfPois; elementCounter != 0; --elementCounter) {
|
for (int elementCounter = numberOfPois; elementCounter != 0; --elementCounter) {
|
||||||
|
int numTags = 0;
|
||||||
|
|
||||||
if (mDebugFile) {
|
if (mDebugFile) {
|
||||||
/* get and check the POI signature */
|
/* get and check the POI signature */
|
||||||
mSignaturePoi = mReadBuffer.readUTF8EncodedString(SIGNATURE_LENGTH_POI);
|
mSignaturePoi = mReadBuffer.readUTF8EncodedString(SIGNATURE_LENGTH_POI);
|
||||||
@ -725,8 +725,6 @@ public class MapDatabase implements ITileDataSource {
|
|||||||
Tag[] wayTags = mTileSource.fileInfo.wayTags;
|
Tag[] wayTags = mTileSource.fileInfo.wayTags;
|
||||||
MapElement e = mElem;
|
MapElement e = mElem;
|
||||||
|
|
||||||
int numTags = 0;
|
|
||||||
|
|
||||||
int wayDataBlocks;
|
int wayDataBlocks;
|
||||||
|
|
||||||
// skip string block
|
// skip string block
|
||||||
@ -742,6 +740,8 @@ public class MapDatabase implements ITileDataSource {
|
|||||||
//setTileClipping(queryParameters);
|
//setTileClipping(queryParameters);
|
||||||
|
|
||||||
for (int elementCounter = numberOfWays; elementCounter != 0; --elementCounter) {
|
for (int elementCounter = numberOfWays; elementCounter != 0; --elementCounter) {
|
||||||
|
int numTags = 0;
|
||||||
|
|
||||||
if (mDebugFile) {
|
if (mDebugFile) {
|
||||||
// get and check the way signature
|
// get and check the way signature
|
||||||
mSignatureWay = mReadBuffer.readUTF8EncodedString(SIGNATURE_LENGTH_WAY);
|
mSignatureWay = mReadBuffer.readUTF8EncodedString(SIGNATURE_LENGTH_WAY);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user