You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.ClassCastException: class java.lang.String cannot be cast to class java.lang.Long (java.lang.String and java.lang.Long are in module java.base of loader 'bootstrap')
at com.mlt.converter.encodings.PropertyEncoder.encodeInt64Column(PropertyEncoder.java:316)
at com.mlt.converter.encodings.PropertyEncoder.encodeScalarPropertyColumn(PropertyEncoder.java:149)
at com.mlt.converter.encodings.PropertyEncoder.encodePropertyColumns(PropertyEncoder.java:38)
at com.mlt.converter.MltConverter.convertMvt(MltConverter.java:207)
at com.mlt.tools.Encode.main(Encode.java:221)
java.lang.ClassCastException: class java.lang.Double cannot be cast to class java.lang.Long (java.lang.Double and java.lang.Long are in module java.base of loader 'bootstrap')
at com.mlt.converter.encodings.PropertyEncoder.encodeInt64Column(PropertyEncoder.java:316)
at com.mlt.converter.encodings.PropertyEncoder.encodeScalarPropertyColumn(PropertyEncoder.java:149)
at com.mlt.converter.encodings.PropertyEncoder.encodePropertyColumns(PropertyEncoder.java:38)
at com.mlt.converter.MltConverter.convertMvt(MltConverter.java:207)
at com.mlt.tools.Encode.main(Encode.java:221)
I have two tiles with two diffrent class cast exceptions
nz-parcels_10_1009_630.pbf.gz
and
nz-parcels_10_1009_628.pbf.gz
Theses errors are from the current main 7f0d690
with a
then
java -jar ./build/libs/encode.jar -mvt nz-parcels_10_1009_628.pbf
The text was updated successfully, but these errors were encountered: