From a1ac49a5aa9f0a40516e538b7d817775d33aa42b Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Sat, 6 Mar 2021 07:10:55 -0700 Subject: [PATCH] [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> --- docs/maps/map-settings.asciidoc | 3 +++ docs/maps/maps-getting-started.asciidoc | 10 +++------ docs/maps/vector-style-properties.asciidoc | 26 +++++++++++++++++++++- 3 files changed, 31 insertions(+), 8 deletions(-) diff --git a/docs/maps/map-settings.asciidoc b/docs/maps/map-settings.asciidoc index 4ff5c551fcd19..21582c3e0c67f 100644 --- a/docs/maps/map-settings.asciidoc +++ b/docs/maps/map-settings.asciidoc @@ -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 diff --git a/docs/maps/maps-getting-started.asciidoc b/docs/maps/maps-getting-started.asciidoc index 609a133c92ad1..c62aafac00d3f 100644 --- a/docs/maps/maps-getting-started.asciidoc +++ b/docs/maps/maps-getting-started.asciidoc @@ -34,7 +34,7 @@ refer to <>. . 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"] diff --git a/docs/maps/vector-style-properties.asciidoc b/docs/maps/vector-style-properties.asciidoc index 5656a7f04d0e3..be1b2c5e25285 100644 --- a/docs/maps/vector-style-properties.asciidoc +++ b/docs/maps/vector-style-properties.asciidoc @@ -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 border color* +|The color of the label border. +|*Label border 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 border color* +|The color of the label border. +|*Label border 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 border color* +|The color of the label border. +|*Label border width* +|The width of the label border. |===