logo separator

[mkgmap-dev] Commit: r1449: Provide an alternative to using a multipolygon when generating the sea.

From svn commit svn at mkgmap.org.uk on Thu Dec 31 12:00:01 GMT 2009

Version 1449 was commited by markb on 2009-12-31 12:00:01 +0000 (Thu, 31 Dec 2009) 

Provide an alternative to using a multipolygon when generating the sea.

The --generate-sea option can now take a comma separated list of values:

multipolygon - generate the sea using a multipolygon (the default
behaviour so this really doesn't need to be specified).

polygons | no-mp - don't generate the sea using a multipolygon - instead,
generate a background sea polygon plus individual land polygons with
tag natural=land. This requires a suitable land polygon type to be defined
in the style file (suggested type is 0x010100) and the polygon must be
defined in the TYP file as having a higher drawing level than the sea
polygon type.

no-sea-sectors - disable the generation of "sea sectors" when the
coastline fails to reach the tile's boundary.

An unrecognised option value or the value "help" will cause some help
blurb to be printed.

For backwards compatibility, with no values specified, the --generate-sea
option should behave as it did before.


More information about the mkgmap-dev mailing list