Message HrzProtocol.FlatOverlayPolylineVectorRepr
Defined in hrz/protocol/vector/flat_overlay_polyline_repr.proto.
color: HrzProtocol.ColorProperty
width: HrzProtocol.FloatProperty
width_unit: HrzProtocol.InWorldSizeUnit
Indicates whether the line width is expressed in meters or in pixels.
dashes: HrzProtocol.Dashes
round_tips: bool
For polylines and outlines, draws the dashes, angle between segments, and the ends of polylines with a round shape. If disabled, angles that are not too sharp will be joined together like cylinders.
side: HrzProtocol.PolylineSide
Indicates what sides of a polyline should be displayed. This can be used to only display one side of a polygon’s outline.
z_index: uint32
Used to set the rendering order of the layer, features with a higher
value are drawn on top of features with a lower value. For instance,
features with the z-index value 1 are drawn over (and therefore can
hide) features with the value 0.
clip_to_tile: bool
Clip the geometry to the borders of the tiles. Useful for hiding margins often added by vector data tilers.