Skip to content

Java Decoder not working #737

@jsorel

Description

@jsorel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions