Skip to content

Commit f9a5570

Browse files
authored
Merge pull request #281987 from stevemunk/click-vs-select
Updated verbiage related to selecting items.
2 parents 332302c + f663aab commit f9a5570

9 files changed

+30
-30
lines changed

articles/azure-maps/creator-qgis-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Some layers have a drop-down containing multiple layers within it, followed by t
8282

8383
:::image type="content" source="./media/creator-indoor-maps/qgis/layers-example.png"alt-text="A screenshot showing a data set in the QGIS layers section.":::
8484

85-
This happens in the case when the [layer definition] shows that the layer can hold features of different geometries. since QGIS only supports one geometry per layer, the plugin splits these layers by their possible geometries.
85+
This happens in the case when the [layer definition] shows that the layer can hold features of different geometries. Since QGIS only supports one geometry per layer, the plugin splits these layers by their possible geometries.
8686

8787
> [!NOTE]
8888
> The geometry geometryCollection is not supported by QGIS.
@@ -139,7 +139,7 @@ To edit a feature property using the attribute table
139139
![A screenshot showing the attribute table.](./media/creator-indoor-maps/qgis/attribute-table.png)
140140

141141
> [!NOTE]
142-
> The attribute table shows each feature, with their properties, in a tabular form. It can be accessed by right-clicking on any layer in the **Layers** panel then selecting **Open Attribute Table**.
142+
> The attribute table shows each feature, with their properties, in a tabular form. Right-click to access any layer in the **Layers** panel then select **Open Attribute Table**.
143143
144144
1. Toggle edit mode on.
145145

articles/azure-maps/drawing-tools-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For a complete working sample of how to use the drawing tools to draw polygon ar
5555

5656
### Draw and search in polygon area
5757

58-
This code searches for points of interests inside the area of a shape after the user finished drawing the shape. You can modify and execute the code by clicking 'Edit on Code pen' on the top-right corner of the frame. The `drawingcomplete` event is used to trigger the search logic. If the user draws a rectangle or polygon, a search inside geometry is performed. If a circle is drawn, the radius and center position is used to perform a point of interest search. The `drawingmodechanged` event is used to determine when the user switches to the drawing mode, and this event clears the drawing canvas.
58+
This code searches for points of interests inside the area of a shape after the user finished drawing the shape. The `drawingcomplete` event is used to trigger the search logic. If the user draws a rectangle or polygon, a search inside geometry is performed. If a circle is drawn, the radius and center position is used to perform a point of interest search. The `drawingmodechanged` event is used to determine when the user switches to the drawing mode, and this event clears the drawing canvas.
5959

6060
For a complete working sample of how to use the drawing tools to search for points of interests within drawn areas, see [Draw and search polygon area] in the [Azure Maps Samples]. For the source code for this sample, see [Draw and search polygon area sample code].
6161

articles/azure-maps/drawing-tools-interactions-keyboard-shortcuts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The drawing manager supports three different ways of interacting with the map, t
2121

2222
## How to draw shapes
2323

24-
Before any shape can be drawn, set the `drawingMode` option of the drawing manager to a supported drawing setting. This setting can be programmed, or invoked by pressing one of the drawing buttons on the toolbar. The drawing mode stays enabled, even after a shape has been drawn, making it easy to draw more shapes of the same type. Programmatically set the drawing mode to an idle state. Or, switch to an idle state by clicking the current drawing modes button on the toolbar.
24+
Before any shape can be drawn, set the `drawingMode` option of the drawing manager to a supported drawing setting. This setting can be programmed, or invoked by pressing one of the drawing buttons on the toolbar. The drawing mode stays enabled, even after a shape has been drawn, making it easy to draw more shapes of the same type. Programmatically set the drawing mode to an idle state. Or, switch to an idle state by selecting the current drawing modes button on the toolbar.
2525

2626
The next sections outline all the different ways that shapes can be drawn on the map.
2727

articles/azure-maps/elevation-data-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Select the region that you want raster tiles for. For demonstration purposes, th
4141

4242
1. Navigate to the [USGS EarthExplorer].
4343

44-
1. In the **Search Criteria** tab, select **Polygon** then click on the map to create the boundary.
44+
1. In the **Search Criteria** tab, select **Polygon** then select anywhere on the map to create the boundary.
4545

4646
:::image type="content" source="./media/elevation-services/create-polygon.png" alt-text="A screenshot showing the search criteria tab in the USGS earth explorer web site." lightbox="./media/elevation-services/create-polygon.png":::
4747

@@ -82,7 +82,7 @@ Once you have the raster tiles you need, you can import them in QGIS.
8282
:::image type="content" source="./media/elevation-services/merge-raster-layers.png" alt-text="A screenshot showing the merge raster menu in QGIS.":::
8383

8484
3. Reproject the merged raster layer to EPSG:3857 (WGS84 / Pseudo-Mercator) using **Save Raster Layer as**
85-
accessed by right clicking on the merged raster layer in the **table of content** ->
85+
right-click to access the merged raster layer in the **table of content** ->
8686
**Export** -> **Save As** option. EPSG:3857 is required to use it with [Azure Maps Web SDK].
8787

8888
:::image type="content" source="./media/elevation-services/save-raster-layer.png" alt-text="A screenshot showing how the merge raster layers menu in QGIS.":::

articles/azure-maps/how-to-view-api-usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Continue to the next section if you need to customize these graphs for your part
2626

2727
1. Sign in to the [Azure portal](https://portal.azure.com).
2828

29-
2. Click the **All resources** menu item on the left-hand side and navigate to your *Azure Maps Account*.
29+
2. Select the **All resources** menu item on the left-hand side and navigate to your *Azure Maps Account*.
3030

31-
3. Once your Maps account is open, click on the **Metrics** menu on the left.
31+
3. Once your Maps account is open, select the **Metrics** menu on the left.
3232

3333
4. On the **Metrics** pane, choose one of the following options:
3434

@@ -37,7 +37,7 @@ Continue to the next section if you need to customize these graphs for your part
3737

3838
![Azure Maps usage metrics pane](media/how-to-view-api-usage/portal-metrics.png)
3939

40-
5. Next, you may select the *Time range* by clicking **Last 24 hours (Automatic)**. By default, the time range is set to 24 hours. After clicking, you'll see all selectable time ranges. You can select the *Time granularity* and choose to show the time as *local* or *GMT* in the same drop-down. Click **Apply**.
40+
5. Next, you may select the *Time range* by selecting **Last 24 hours (Automatic)**. By default, the time range is set to 24 hours. After clicking, you'll see all selectable time ranges. You can select the *Time granularity* and choose to show the time as *local* or *GMT* in the same drop-down. Click **Apply**.
4141

4242
![Azure Maps metrics time range](media/how-to-view-api-usage/time-range.png)
4343

@@ -49,7 +49,7 @@ Continue to the next section if you need to customize these graphs for your part
4949

5050
![Azure Maps usage metrics splitting](media/how-to-view-api-usage/splitting.png)
5151

52-
8. You may also observe multiple metrics on the same graph, simply by clicking on the **Add metric** button on top.
52+
8. You may also observe multiple metrics on the same graph, by selecting the **Add metric** button.
5353

5454
## Next steps
5555

articles/azure-maps/map-add-popup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Popup templates make it easy to create data driven layouts for popups. The follo
9999
> [!NOTE]
100100
> By default, all content rendered use the popup template will be sandboxed inside of an iframe as a security feature. However, there are limitations:
101101
>
102-
> - All scripts, forms, pointer lock and top navigation functionality is disabled. Links are allowed to open up in a new tab when clicked.
102+
> - All scripts, forms, pointer lock and top navigation functionality is disabled. Links are allowed to open up in a new tab when selected.
103103
> - Older browsers that don't support the `srcdoc` parameter on iframes will be limited to rendering a small amount of content.
104104
>
105105
> If you trust the data being loaded into the popups and potentially want these scripts loaded into popups be able to access your application, you can disable this by setting the popup templates `sandboxContent` option to false.

articles/azure-maps/release-notes-indoor-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This document contains information about new features and other changes to the A
3434

3535
### New features (0.2.1)
3636

37-
- multiple statesets are now supported for map configurations with multiple tileset, instead of single stateset ID, a mapping between tileset IDs and stateset ids can be passed:
37+
- multiple statesets are now supported for map configurations with multiple tileset, instead of single stateset ID, a mapping between tileset IDs and stateset IDs can be passed:
3838

3939
```js
4040
indoorManager.setOptions({
@@ -91,7 +91,7 @@ This document contains information about new features and other changes to the A
9191

9292
- Support for new [drawing package 2.0] derived tilesets.
9393

94-
- Support the possibility to select a facility when clicking on a feature that doesn't contain a facilityId, but has a levelId so that the facility can be inferred from the levelId.
94+
- Support the possibility to select a facility when selecting a feature that doesn't contain a facilityId, but has a levelId so that the facility can be inferred from the levelId.
9595

9696
### Changes (0.2.0)
9797

articles/azure-maps/spatial-io-add-simple-data-layer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: azure-maps
1414

1515
The spatial IO module provides a `SimpleDataLayer` class. This class makes it easy to render styled features on the map. It can even render data sets that have style properties and data sets that contain mixed geometry types. The simple data layer achieves this functionality by wrapping multiple rendering layers and using style expressions. The style expressions search for common style properties of the features inside these wrapped layers. The `atlas.io.read` function and the `atlas.io.write` function use these properties to read and write styles into a supported file format. After adding the properties to a supported file format, the file can be used for various purposes. For example, the file can be used to display the styled features on the map.
1616

17-
In addition to styling features, the `SimpleDataLayer` provides a built-in popup feature with a popup template. The popup displays when a feature is clicked. The default popup feature can be disabled, if desired. This layer also supports clustered data. When a cluster is clicked, the map zooms into the cluster and expands it into individual points and subclusters.
17+
In addition to styling features, the `SimpleDataLayer` provides a built-in popup feature with a popup template. The popup displays when a feature is selected. The default popup feature can be disabled, if desired. This layer also supports clustered data. When a cluster is clicked, the map zooms into the cluster and expands it into individual points and subclusters.
1818

1919
The `SimpleDataLayer` class is intended to be used on large data sets with many geometry types and many styles applied on the features. When used, this class adds an overhead of six layers containing style expressions. So, there are cases when it's more efficient to use the core rendering layers. For example, use a core layer to render a couple of geometry types and a few styles on a feature
2020

@@ -138,7 +138,7 @@ For example when parsing XML data feeds, you may not know the exact styles and g
138138
> [!NOTE]
139139
> This simple data layer uses the [popup template] class to display KML balloons or feature properties as a table. By default, all content rendered in the popup will be sandboxed inside of an iframe as a security feature. However, there are limitations:
140140
>
141-
> - All scripts, forms, pointer lock and top navigation functionality is disabled. Links are allowed to open up in a new tab when clicked.
141+
> - All scripts, forms, pointer lock and top navigation functionality is disabled. Links are allowed to open up in a new tab when selected.
142142
> - Older browsers that don't support the `srcdoc` parameter on iframes will be limited to rendering a small amount of content.
143143
>
144144
> If you trust the data being loaded into the popups and potentially want these scripts loaded into popups be able to access your application, you can disable this by setting the popup templates `sandboxContent` option to false.

0 commit comments

Comments
 (0)