Open sashman opened 11 years ago
Currently the output maps are only dealing with GRASS types, even if the terrain is below sea level.
The contour format module should look up the sea level and create correct additional tile types.
Look at the algorithm in contour_format, all the grass tiles that get generated at <= water level, change the type enum to WATER.
Background
Currently the output maps are only dealing with GRASS types, even if the terrain is below sea level.
What needs to be done
The contour format module should look up the sea level and create correct additional tile types.
How to do it
Look at the algorithm in contour_format, all the grass tiles that get generated at <= water level, change the type enum to WATER.