We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basic usage implies the user being able to generate a map of France without editing out stuff that can ease up Osmosis job.
Although .map generation does work up to north of Paris, it's unable to proceed further for now. Am able to provide further information if required.
python -m wahoomc cli -xy 129/88
INFO:+ Merge splitted tiles with land, elevation, and sea: OK, took 17.609 s INFO:-------------------------------------------------------------------------------- INFO:# Creating .map files for tiles INFO:+ (tile 1 of 1) Coordinates: 129,88 ERROR:subprocess error output: ERROR:janv. 28, 2025 10:23:18 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Osmosis Version 0.49.2 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. janv. 28, 2025 10:23:18 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Preparing pipeline. janv. 28, 2025 10:23:18 PM org.mapsforge.map.writer.osmosis.MapFileWriterTask <init> INFO: mapfile-writer version: mapsforge-map-writer-0.21.0 janv. 28, 2025 10:23:18 PM org.mapsforge.map.writer.osmosis.MapFileWriterTask <init> INFO: mapfile format specification version: 3 janv. 28, 2025 10:23:18 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Launching pipeline execution. janv. 28, 2025 10:23:18 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Pipeline executing, waiting for completion. janv. 28, 2025 10:23:18 PM org.mapsforge.map.writer.osmosis.MapFileWriterTask process INFO: start reading data... janv. 28, 2025 10:23:22 PM org.mapsforge.map.writer.osmosis.MapFileWriterTask complete INFO: completing read... janv. 28, 2025 10:23:22 PM org.mapsforge.map.writer.RAMTileBasedDataProcessor complete INFO: handle relations... janv. 28, 2025 10:23:23 PM org.mapsforge.map.writer.RAMTileBasedDataProcessor complete INFO: handle ways... janv. 28, 2025 10:23:25 PM org.mapsforge.map.writer.osmosis.MapFileWriterTask complete INFO: start writing file... janv. 28, 2025 10:23:25 PM org.mapsforge.map.writer.osmosis.MapFileWriterTask complete INFO: overwriting file C:\Users\Kitoon\wahooMapsCreatorData\_tiles\129\88.map janv. 28, 2025 10:23:28 PM org.mapsforge.map.writer.MapFileWriter writeSubfile INFO: written 10% of sub file for zoom interval 1 (10,0,17) janv. 28, 2025 10:23:32 PM org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager waitForCompletion SEVERE: Thread for task 1-rbf failed java.nio.BufferOverflowException at java.base/java.nio.HeapByteBuffer.put(HeapByteBuffer.java:238) at org.mapsforge.map.writer.MapFileWriter.processTile(MapFileWriter.java:919) at org.mapsforge.map.writer.MapFileWriter.writeSubfile(MapFileWriter.java:977) at org.mapsforge.map.writer.MapFileWriter.writeFile(MapFileWriter.java:375) at org.mapsforge.map.writer.osmosis.MapFileWriterTask.complete(MapFileWriterTask.java:113) at org.openstreetmap.osmosis.pbf2.v0_6.PbfReader.run(PbfReader.java:117) at java.base/java.lang.Thread.run(Thread.java:1575) janv. 28, 2025 10:23:32 PM org.openstreetmap.osmosis.core.Osmosis main SEVERE: Execution aborted. org.openstreetmap.osmosis.core.OsmosisRuntimeException: One or more tasks failed. at org.openstreetmap.osmosis.core.pipeline.common.Pipeline.waitForCompletion(Pipeline.java:146) at org.openstreetmap.osmosis.core.Osmosis.run(Osmosis.java:92) at org.openstreetmap.osmosis.core.Osmosis.main(Osmosis.java:37) ERROR:Error in creating map file via Osmosis with tile: 129,88. mapwriter plugin installed?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Basic usage implies the user being able to generate a map of France without editing out stuff that can ease up Osmosis job.
Current Behavior
Although .map generation does work up to north of Paris, it's unable to proceed further for now.
Am able to provide further information if required.
Steps to Reproduce the Issue
python -m wahoomc cli -xy 129/88
Context
Log Output / Stack Trace
The text was updated successfully, but these errors were encountered: