kibana/docs/maps/vector-style-properties.asciidoc
Nick Peihl 3503aa16ad
[Maps] Enable borders for icon symbols (#43066)
* [Maps] Enable borders on icons

* [Maps] Enable borders on icons

* Review feedback

* Remove unnecessary Fragment
2019-08-12 10:51:07 -07:00

59 lines
1.4 KiB
Plaintext

[role="xpack"]
[[maps-vector-style-properties]]
=== Vector style properties
Point, polygon, and line features support different styling properties.
[float]
[[point-style-properties]]
==== Point style properties
You can symbolize Point features as *Circle markers* or *Icons*.
Use *Circle marker* to symbolize Points as circles.
*Fill color*:: The fill color of the point features.
*Border color*:: The border color of the point features.
*Border width*:: The border width of the point features.
*Symbol size*:: The radius of the symbol size, in pixels.
Use *Icon* to symbolize Points as icons.
*Fill color*:: The fill color of the point features.
*Border color*:: The border color of the point features.
*Border width*:: The border width of the point features.
*Symbol orientation*:: The symbol orientation rotating the icon clockwise.
*Symbol size*:: The radius of the symbol size, in pixels.
+
Available icons
+
[role="screenshot"]
image::maps/images/maki-icons.png[]
[float]
[[polygon-style-properties]]
==== Polygon style properties
*Fill color*:: The fill color of the polygon features.
*Border color*:: The border color of the polygon features.
*Border width*:: The border width of the polygon features.
[float]
[[line-style-properties]]
==== Line style properties
*Border color*:: The color of the line features.
*Border width*:: The width of the line features.