Skip to content

Commit

Permalink
[Maps] 7.12 doc updates (#93830)
Browse files Browse the repository at this point in the history
* [Maps] 712 doc updates

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

Co-authored-by: gchaps <[email protected]>

* review feedback

* avoid wrapping property name column in table

Co-authored-by: gchaps <[email protected]>
  • Loading branch information
nreese and gchaps authored Mar 6, 2021
1 parent 25d291a commit a1ac49a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
3 changes: 3 additions & 0 deletions docs/maps/map-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 3 additions & 7 deletions docs/maps/maps-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]]
Expand All @@ -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"]
Expand Down
26 changes: 25 additions & 1 deletion docs/maps/vector-style-properties.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
Expand Down Expand Up @@ -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.
|===


Expand All @@ -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.
|===

0 comments on commit a1ac49a

Please sign in to comment.