Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoding error: Specified physical level technique not yet supported #145

Closed
springmeyer opened this issue Jun 13, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@springmeyer
Copy link
Collaborator

springmeyer commented Jun 13, 2024

With the latest code, in the non-vectorized path, we are hitting:

java.lang.IllegalArgumentException: Specified physical level technique not yet supported: NONE
	at com.mlt.decoder.IntegerDecoder.decodeIntStream(IntegerDecoder.java:86)
	at com.mlt.decoder.GeometryDecoder.decodeGeometryColumn(GeometryDecoder.java:29)
	at com.mlt.decoder.MltDecoder.decodeMlTile(MltDecoder.java:77)
	at com.mlt.tools.Encode.main(Encode.java:269)

Testcase:

cd java
./gradlew cli
git clone [email protected]:mapbox/mvt-fixtures.git
java -jar build/libs/encode.jar -mvt mvt-fixtures/real-world/norway/12-2174-1070.mvt -decode
@springmeyer springmeyer added the bug Something isn't working label Jun 13, 2024
@springmeyer
Copy link
Collaborator Author

Still present after #158

@springmeyer
Copy link
Collaborator Author

Dupe of #148

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant