[Maps] 7.12 doc updates (#93830)

* [Maps] 712 doc updates

* Update docs/maps/vector-style-properties.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* review feedback

* avoid wrapping property name column in table

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
Nathan Reese 2021-03-06 07:10:55 -07:00 committed by GitHub
parent 25d291a74f
commit a1ac49a5aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 8 deletions

View file

@ -11,6 +11,9 @@ To access these settings, click *Map settings* in the application toolbar.
*Background color*::
Set the map background color.
*Show scale*::
When enabled, display the map scale.
[float]
[[maps-settings-navigation]]
=== Navigation

View file

@ -34,7 +34,7 @@ refer to <<xpack-security-authorization,Granting access to {kib}>>.
. Open the main menu, and then click *Dashboard*.
. Click **Create dashboard**.
. Set the time range to *Last 7 days*.
. Click **Create new**.
. Click **Create panel**.
. Click **Maps**.
[float]
@ -152,10 +152,7 @@ image::maps/images/sample_data_web_logs.png[]
=== Step 4. Save the map
Now that your map is complete, save it and return to the dashboard.
. In the toolbar, click *Save*.
. Enter `Tutorial web logs map` for the title.
. Ensure *Add to Dashboard after saving* is enabled.
. Click *Save and return*.
. In the toolbar, click *Save and return*.
[float]
[[maps-embedding]]
@ -164,8 +161,7 @@ Now that your map is complete, save it and return to the dashboard.
View your geospatial data alongside a heat map and pie chart, and then filter the data.
When you apply a filter in one panel, it is applied to all panels on the dashboard.
. In the toolbar, click **Add** to open a list of objects that you can add to the dashboard.
. Set the **Types** select to **Visualization**.
. Click **Add from library** to open a list of panels that you can add to the dashboard.
. Add **[Logs] Heatmap** and **[Logs] Visitors by OS** to the dashboard.
+
[role="screenshot"]

View file

@ -17,7 +17,11 @@ You can add text labels to your Point features by configuring label style proper
|*Label color*
|The text color.
|*Label size*
|The size of the text font, in pixels.
|The size of the text, in pixels.
|*Label&nbsp;border&nbsp;color*
|The color of the label border.
|*Label&nbsp;border&nbsp;width*
|The width of the label border.
|===
You can symbolize Point features as *Circle markers* or *Icons*.
@ -70,6 +74,16 @@ image::maps/images/maki-icons.png[]
|The border width of the polygon features.
|*Fill color*
|The fill color of the polygon features.
|*Label*
|Specifies label content. For polygons, the label is positioned at the polygon centroid. For multi-polygons, the label is positioned at the largest polygon centroid.
|*Label color*
|The text color.
|*Label size*
|The size of the text, in pixels.
|*Label&nbsp;border&nbsp;color*
|The color of the label border.
|*Label&nbsp;border&nbsp;width*
|The width of the label border.
|===
@ -83,4 +97,14 @@ image::maps/images/maki-icons.png[]
|The color of the line features.
|*Border width*
|The width of the line features.
|*Label*
|Specifies label content. For lines, the label is positioned at the center of the line. For multi-lines, the label is positioned at the center of the longest line.
|*Label color*
|The text color.
|*Label size*
|The size of the text, in pixels.
|*Label&nbsp;border&nbsp;color*
|The color of the label border.
|*Label&nbsp;border&nbsp;width*
|The width of the label border.
|===