osmand_map_creation icon indicating copy to clipboard operation
osmand_map_creation copied to clipboard

Map Creator Errors out if file reaches 2GB

Open pnoll1 opened this issue 1 year ago • 0 comments

java.lang.IllegalArgumentException: File offset > 2 GB. at net.osmand.obf.preparation.BinaryMapIndexWriter.writeCityIndex(BinaryMapIndexWriter.java:991) at net.osmand.obf.preparation.IndexAddressCreator.writeBinaryAddressIndex(IndexAddressCreator.java:1185) at net.osmand.obf.preparation.IndexCreator.generateIndexes(IndexCreator.java:695) at net.osmand.obf.preparation.IndexCreator.generateIndexes(IndexCreator.java:538) at net.osmand.util.IndexBatchCreator.generateLocalIndex(IndexBatchCreator.java:811) at net.osmand.util.IndexBatchCreator.runBatch(IndexBatchCreator.java:387)
at net.osmand.util.IndexBatchCreator.main(IndexBatchCreator.java:178)

pnoll1 avatar Apr 29 '23 08:04 pnoll1