Skip to content

Commit 88006ae

Browse files
author
Iaan D'Souza-Wiltshire
committed
acro fixes
1 parent e854c46 commit 88006ae

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

powerapps-docs/maker/canvas-apps/geospatial-component-map.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
22
title: Insert interactive maps into apps
3-
description: Insert maps, and add customized pins, in PowerApps.
3+
description: Insert maps, and add customized pins, in Power Apps.
44
author: iaanw
55
manager: shellha
66
ms.service: powerapps
77
ms.topic: conceptual
8-
ms.custom: canvas
8+
ms.custom: canvas, ce06122020
99
ms.reviewer: tapanm
1010
ms.date: 11/10/2020
1111
ms.author: iawilt
1212
search.audienceType:
1313
- maker
1414
search.app:
1515
- PowerApps
16-
ms.custom: ce06122020
1716
---
1817

1918

@@ -44,7 +43,7 @@ With an app open for editing in the [Power Apps studio](https://create.powerapps
4443
1. Open the **Insert** tab.
4544
2. Expand **Media**.
4645
3. Select the component **Map** to place it in the center of the app screen, or drag it to position it anywhere on the screen.
47-
4. (Optional) Select **Allow** in the window that asks to know your ___location. This enables the component to display the user's current ___location.
46+
4. (Optional) Select **Allow** in the window that asks to know your ___location. This setting allows the component to display the user's current ___location.
4847

4948
![Allow highlighted in the window that asks to know your ___location](./media/geospatial/address-allow.png "Allow highlighted in the window that asks to know your ___location")
5049

@@ -66,12 +65,12 @@ Icon for the pin | ItemsIcons | Optional
6665

6766

6867

69-
The color field accepts any CSS string, as defined in [Color enumeration and ColorFade, ColorValue, and RGBA functions in Power Apps](./functions/function-colors).
68+
The color field accepts any CSS string, as defined in [Color enumeration and ColorFade, ColorValue, and RGBA functions in Power Apps](/functions/function-colors).
7069

7170
You can use the icons described in the [List of image templates](/azure/azure-maps/how-to-use-image-templates-web-sdk#list-of-image-templates) topic as your icon.
7271

7372

74-
The following is an example of an Excel table with the required columns:
73+
The following Excel table shows the required columns:
7574

7675

7776
:::image type="content" source="media/geospatial/sample-excel.png" alt-text="Sample excel file with a table named TestData and containing Name, Longitude, and Latitude columns":::
@@ -110,7 +109,7 @@ Coho Winery (sample) | -116.97751 | 32.87466 | |
110109

111110
1. On the **Properties** pane, select the **Locations(Items)** field and then search for *excel* and select **Import from Excel**.
112111

113-
:::image type="content" source="media/geospatial/select-excel.png" alt-text=" ":::
112+
:::image type="content" source="media/geospatial/select-excel.png" alt-text="Screenshot of the Import from Excel option.":::
114113

115114

116115
1. Locate the Excel workbook and then select **Open**. Select the table that contains the information, **TestData**, and then **Connect**.
@@ -129,7 +128,7 @@ Coho Winery (sample) | -116.97751 | 32.87466 | |
129128

130129
1. The map component will now show each row in the table as a pin, labeled with its *Name* as defined in the Excel table, and using the provided icons and colors. If an icon or color isn't provided, then the component will use the default icon and color.
131130

132-
![A screenshot of the map component with custom icons and different colors ](./media/geospatial/pins-map.png)
131+
![A screenshot of the map component with custom icons and different colors.](./media/geospatial/pins-map.png)
133132

134133

135134

@@ -161,7 +160,7 @@ Some properties are only available on the **Advanced** tab in the **Properties**
161160
| ItemsAddresses | A column in Items with the strings that represent the ___location of the pins. | TableName.ColumnName | Advanced |
162161
| ItemsLongitudes | Name of the column in the table in your data source with floating-point numbers that represent the longitude position of the pins. | TableName.ColumnName | Advanced |
163162
| ItemsLatitudes | Name of the column in the table in your data source with floating-point numbers that represent the latitude position of the pins. | TableName.ColumnName | Advanced |
164-
| ItemsColors | Color of the pins | [Any CSS color string](./functions/function-colors) | Advanced |
163+
| ItemsColors | Color of the pins | [Any CSS color string](/functions/function-colors) | Advanced |
165164
| ItemsIcons | Icon of the pins | [Icons defined in Azure image templates](/azure/azure-maps/how-to-use-image-templates-web-sdk#list-of-image-templates) | Advanced |
166165
| Items | Name of the table in your data source that contains all the records that you want to plot in the map by using pins. Each row must have an entry for the label, longitude, and latitude for each row. | TableName | Advanced |
167166

0 commit comments

Comments
 (0)