-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Hello,
I am trying to use the Java code to read and write MLT tiles.
When opening the .mlt files from the test folder the returned MapboxVectorTile is empty.
No exception or log raised at all.
The test code :
final byte[] mltData = Files.readAllBytes(path);
final MapLibreTile tile = MltDecoder.decodeMlTile(mltData);
for (Layer layer : tile.layers()) {
... no layer decoded...
}Using version 0.0.4 of the project.
Metadata
Metadata
Assignees
Labels
No labels