Version 0.5 ReleasedDownload from:
http://cppcms.com/files/makeahmap/makeahmap_v0.5.zipBug fixes:- Fixed river rendering to have correct width for rivers at NW/SW directions
- Fixed river width meaning now it really river width in pixels not 1+2*w
- Fixed support of spaces in path names
New Features:- Added support of
fully automatic data download - all files you need will be downloaded automatically when needed. You can disable this feature by setting download=no (see breaking changes below)
- Improver river removal algorithm such as a part of river is removed rather than entire river. You can return to old behavior by setting river_removal_policy=full.
- Added support of water depth variation near shores - you can specify a range on which a water becomes deep ocean.
- Added support of custom gndtype for the areas were water and land are mixed or not ocean depth water exits. This allows specification of custom tiles for various types of water boundaries.
- Added support of river width per river level, for example you can define river_width[2]=5 - which sets the river width of 2nd level river to 5 pixels(see breaking changes)
- By default river width changes with river majority - river level.
- Improved config.ini syntax and error reporting
- Improved error reporting in case of problems with file access
Breaking Changes- Parameter river_width had changes its semantics
- Parameters river_water_color, land_water_color, sea_water_color and lake_water_color had been removed. User water_color[river], water_color[sea], water_color[land], water_color[lake] instead.
- Default name of globcover TIFF file had changed to "data\globcover.tif". So rename the file or change the option, otherwise it would be downloaded once again.
Known Limitations1. The map that has area that includes the E180 - W180 meridian are not supported
2. The areas below latitude S60 are not supported. (Not much WW2 action thou)
due to lack of the relevant data from GlobCover database
3. There is known problem of slight misalignment of the rivers and shores.
You can try to use river_north_shift/river_east_shift options to
amge global corrections and it is good idea to check the rivers
ends before you start working on terrain objects.
SummaryThere are many improvements - how makeahmap deals with water boundaries, water depths etc. Fully automatic file download was added to simplify program usage.
Enjoy... And report problems.
I'd really like to get feedback about water depth, gnd-types and river width changes.