S52Visualizer.OptimizeForBitmapTiling Property
Gets or sets a value indicating if rendering should be adjusted to look better when generating raster tiles.
Syntax
public System.Boolean OptimizeForBitmapTiling { get; set; }
Property Value
Default: false
A value indicating if rendering should be adjusted to look better when generating raster tiles.
Remarks
Normally, the S52Visualizer places symbols and text labels at the center of polygons. When a polygon is partly outside the current view area, the symbol or text label is moved to the center of the visible part of the symbol, like the S-52 specification dictates. This is similar to what for instance PointVisualizer.ClipToViewArea does.
However, this does not work well when raster tiles are generated from an S-52 configuration, for instance when an S-52 map is published in Carmenta Server through an OGC WMTS interface. Typically a lot of extra symbols and labels will be generated at the center of each tile. Setting this property to True will change this behavior, so that symbols and labels will only be rendered once, at the center of the original, unclipped polygons.
Platforms
Windows, Linux, Android