mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit f32faab84d
)
Co-authored-by: Nick Peihl <nick.peihl@elastic.co>
This commit is contained in:
parent
f5447aeb86
commit
96cd1e9f2c
2 changed files with 14 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
|||
Maps offers settings that let you configure how a map is displayed.
|
||||
To access these settings, click *Map settings* in the application toolbar.
|
||||
|
||||
[float]
|
||||
[[maps-settings-custom-icons]]
|
||||
=== Custom icons
|
||||
|
||||
Add, edit, or delete custom icons for the map. Icons added to the map can be used for <<point-style-properties, styling Point features>>.
|
||||
|
||||
[float]
|
||||
[[maps-settings-display]]
|
||||
=== Display
|
||||
|
|
|
@ -61,6 +61,14 @@ Available icons
|
|||
[role="screenshot"]
|
||||
image::maps/images/maki-icons.png[]
|
||||
|
||||
Custom Icons
|
||||
|
||||
You can also use your own SVG icon to style Point features in your map. In **Layer settings** open the *icon* dropdown, and click the **Add custom icon** button. For best results, your SVG icon should be monochrome and have limited details.
|
||||
|
||||
Dynamic styling in **Elastic Maps** requires rendering SVG icons as PNGs using a https://en.wikipedia.org/wiki/Signed_distance_function[signed distance function]. As a result, sharp corners and intricate details may not render correctly. Modifying the settings under **Advanced Options** in the **Add custom icon** modal may improve rendering.
|
||||
|
||||
Manage your custom icons in <<maps-settings, Map settings>>.
|
||||
|
||||
[float]
|
||||
[[polygon-style-properties]]
|
||||
==== Polygon style properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue