Having a lot of trouble generating new maps with WahooMapsCreator sindce a few days. Since I don't have a GitHub Account and am not familiar with it, I'm posting here hoping someone might be able to point me towards a solution.
What happened?
I fiddled around with my map theme last week and wanted to create new maps for it, which would contain previously unused tags. When I started WMC, it told me that a new version was available (4.2.0), which I could install with a simple command (Upgrade wahoomc with “pip install wahoomc --upgrade”).
I violated the principle 'never change a running system' and installed the update - which I immediately regretted. The very first time I tried to download maps according to my tried and tested settings, I got a few error messages regarding mapsforge. At first I suspected that it might be related to the temporary problems with the plugin registration, but these should have been fixed with osmosis version 0.49.2.
I then deleted Anaconda, Java and all associated folders and thought I could solve the problem by reinstalling everything from the scratch and revert back to WMC 4.1.1 in the process. Far from it, it only lead to different the error messages (related to different Java versions). I was able to fix the Java error but am having a new error message regarding the mapwriter plugin. When I start the map download and building process, everything seems to be fine - until it isn't:
###
.
.
.
INFO:# Creating .map files for tiles
INFO:+ (tile 1 of 6) Coordinates: XXX,YYY
ERROR:subprocess error output:
ERROR:Okt. 14, 2024 4:08:59 PM org.openstreetmap.osmosis.core.Osmosis run
INFORMATION: 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.
Okt. 14, 2024 4:09:00 PM org.openstreetmap.osmosis.core.Osmosis run
INFORMATION: Preparing pipeline.
Okt. 14, 2024 4:09:00 PM org.openstreetmap.osmosis.core.Osmosis main
SCHWERWIEGEND: Execution aborted.
org.openstreetmap.osmosis.core.OsmosisRuntimeException: Task type mw doesn't exist.
at org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactoryRegister.getInstance(TaskManagerFactoryRegister.java:69)
at org.openstreetmap.osmosis.core.pipeline.common.Pipeline.buildTasks(Pipeline.java:51)
at org.openstreetmap.osmosis.core.pipeline.common.Pipeline.prepare(Pipeline.java:112)
at org.openstreetmap.osmosis.core.Osmosis.run(Osmosis.java:86)
at org.openstreetmap.osmosis.core.Osmosis.main(Osmosis.java:37)
ERROR:Error in creating map file via Osmosis with tile: XXX,YYY. mapwriter plugin installed?
(gdal-user) C:\Users\USERNAME\Anaconda3\envs\gdal-user\Lib\site-packages\wahoomc>
###
Can anybody help me solving this?