Create new drawing using Mapsforge.
This commit is contained in:
@@ -61,6 +61,8 @@ public class BinaryGraphReader extends BinaryReader implements AbstractGraphRead
|
||||
@Override
|
||||
public Graph read() throws IOException {
|
||||
|
||||
System.out.println(getClass());
|
||||
|
||||
// Read and check magic number and file version.
|
||||
checkMagicNumberOrThrow(dis.readInt());
|
||||
checkVersionOrThrow(dis.readInt());
|
||||
|
Reference in New Issue
Block a user