Aller au contenu

Message HrzProtocol.FlatOverlayPointVectorRepr

Defined in hrz/protocol/vector/flat_overlay_point_repr.proto.


color: HrzProtocol.ColorProperty

radius: HrzProtocol.FloatProperty

Unit is determined by radius_unit.


radius_unit: HrzProtocol.InWorldSizeUnit

Indicates whether the disc radius is expressed in meters or in pixels.


outline_color: HrzProtocol.ColorProperty

outline_width: HrzProtocol.FloatProperty

Unit is determined by outline_width_unit.


outline_width_unit: HrzProtocol.InWorldSizeUnit

Indicates whether the outline width is expressed in meters or in pixels.


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.