You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. An admin must [enable the geospatial features in the Power Platform admin center](#enable-the-geospatial-features-for-the-environment) for the environment. This requires reviewing and agreeing to specific terms of service.
37
-
2. An admin must [ensure the geospatial controls will not be blocked by the environment's data loss prevention policies](#review-the-environments-data-loss-prevention-policies).
36
+
1. An admin must [add a Microsoft Dataverse database](/power-platform/admin/create-database) to the environment.
37
+
3. An admin must [enable the geospatial features in the Power Platform admin center](#enable-the-geospatial-features-for-the-environment) for the environment. This requires reviewing and agreeing to specific terms of service.
38
+
3. An admin must [ensure the geospatial controls will not be blocked by the environment's data loss prevention policies](#review-the-environments-data-loss-prevention-policies).
38
39
39
40
>[!IMPORTANT]
40
41
>The controls require the default **Organizations** data source to be present. This data source is included whenever you insert the controls into an app, but if you manually delete it you'll need to add it before the controls will work:
41
42
>
42
43
>1. With the control selected, go to the **Data sources** tab on the side navigation menu.
43
44
>2. In the search field, enter **Organizations**, and then select the data source that appears. This will add it to the control.
44
45
45
-
###Enable the geospatial features for the environment
46
+
## Enable the geospatial features for the environment
46
47
47
48
Before you can use geospatial features in your apps, an admin must enable access to the features for the environment where you want to create your app.
48
49
@@ -60,39 +61,40 @@ The geospatial features require additional terms of use that must be reviewed an
60
61
61
62
1. Under **Geospatial services**, set the toggle switch to **On**. A terms of service notice will appear. Read through the terms of service, and if you agree, select the checkbox **I agree to the terms of service**, and then select **Enable**.
62
63
63
-

64
+
:::image type="content" source="./media/geospatial/ppac-terms.png" alt-text="Screenshot of the terms of service.":::
64
65
65
66
>[!IMPORTANT]
66
67
>You must read and agree to the terms of service before you can use geospatial features.
67
-
>
68
-
>The following are the terms of service:
69
-
>
70
-
>These features use mapping capabilities that are powered by a third party, TomTom(tm), and operate outside your tenant's geographic region, compliance boundary, or national cloud instance.
71
-
>
72
-
>Microsoft shares the address and ___location queries with TomTom(tm). The name of the customer or end user who entered the query is not shared.
73
-
>
74
-
>This feature is non-regional and the queries you provide may be stored and processed in the United States or any other country in which Microsoft or its subprocessors operate.
75
-
>
76
-
>Additional licensing requirements might be required to enable this feature.
77
-
78
-
>[!NOTE]
79
-
>Requests sent between TomTom(tm) and the Azure Maps service are not exposed over the public Internet.
80
-
>
81
-
>Requests between apps you create with the control and the Azure Maps service are sent over HTTPS.
82
-
83
68
84
69
1. Select **Save** at the bottom of the settings page.
85
70
86
71

87
72
88
-
###Review the environment's data loss prevention policies
73
+
## Review the environment's data loss prevention policies
89
74
90
75
The geospatial controls require the Microsoft Dataverse and Spatial Services connectors. This connector is used by the Power Apps Maps and Address Input controls to connect to Microsoft’s Azure Maps service. It is used to fetch map tiles and satellite imagery, geocode addresses, and search for addresses. Thus, it is required for the Interactive Map and Address Input controls to function.
91
76
92
-
For the controls to function properly, these connectors must not have conflicting data loss prevention policies. An admin must review the environment's data loss prevention policies and ensure that these connectors are classified under the same data group, typically the **Business** data group. [Learn more about data loss prevention policies for Power Platform](/power-platform/admin/prevent-data-loss).
93
-
94
-
95
-
### Next steps
77
+
For the controls to function properly, these connectors must not have conflicting data loss prevention policies. An admin must review the environment's data loss prevention policies and ensure that these connectors are classified under the same data group, typically the **Business** data group. [Learn more about data loss prevention policies for Power Platform](/power-platform/admin/prevent-data-loss).
78
+
79
+
## Privacy and security considerations
80
+
81
+
- Power Apps doesn’t link search queries to any user when shared with TomTom, and the shared search queries can’t be used to identify individuals.
82
+
- Azure Maps doesn't store the request information sent by you. For more information about Azure Maps compliance, see [Azure global compliance](https://azure.microsoft.com/blog/new-azure-maps-make-identifying-local-compliance-options-easy/)
83
+
- Requests sent between TomTom and Azure Maps are not exposed over the public Internet.
84
+
- Requests sent between apps you create with the geospatial controls and Azure Maps are sent over HTTPS.
85
+
- Power Apps doesn't send any user identifiers or tracking data to Azure Maps, Bing Maps, or TomTom.
86
+
- The following table describes the user data that Power Apps sends to Azure Maps, Bing Maps, and TomTom:
87
+
88
+
| Control | Feature | Data | Sent to Azure Maps | Sent to Bing Maps | Sent to TomTom | Purpose |
| Map | Show map tiles | Coordinates in and around the map view | Yes | No | Yes | To show the map tiles in the map view. |
91
+
| Map | Show pins and route waypoints | Pins and route waypoint addresses | No | Yes | Yes | To translate addresses to latitude/longitude coordinates, and show them on the map. |
92
+
| Map | Show routes | Route waypoint coordinates | Yes | No | Yes | To calculate routes between waypoints. |
93
+
| Map | Show pins and shapes from coordinates | Pin and shape coordinates | No | No | No | Feature does not require sending coordinate data. |
94
+
| Address Input | Address Search | Address search query string | No | Yes | Yes | To show address search results. |
95
+
| Address Input | Address Search | Current device ___location | No | Yes | Yes | To bias address search results around the device ___location. |
Copy file name to clipboardExpand all lines: powerapps-docs/user/access-checker.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To perform an action on a row, a user needs to have the required privilege assig
26
26
27
27
To perform actions on a row, the system checks your privileges and if the privilege check passes, then the system performs an access check. The access check verifies that you have the required rights to perform actions on a row such as read, write, create, delete, append, append to, share, and assign.
28
28
29
-
You can have access rights to a perform an action on a row through ownership, role access, shared access, or hierarchy access.
29
+
You can have access rights to perform an action on a row through ownership, role access, shared access, or hierarchy access.
Copy file name to clipboardExpand all lines: powerapps-docs/user/activities-known-issues.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Find answers to common questions regarding the email experience features and fun
26
26
27
27
**Issue**: Recent content added to the email may get lost if you enter text in the body of an email and immediately select **Save**, **Save and Close**, or **Send**.
28
28
29
-
**Resolution**: To avoid this issue, wait a few seconds before you select **Save**, **Save and Close**, or **Send** after your enter text in the body of the email.
29
+
**Resolution**: To avoid this issue, wait a few seconds before you select **Save**, **Save and Close**, or **Send** after you enter text in the body of the email.
30
30
31
31
## The From column is read only or lookup isn't working
Copy file name to clipboardExpand all lines: powerapps-docs/user/add-activities.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Legend
122
122
1. The **More commands** icon, when expanded, provides additional functionality options.
123
123
2. The **Refresh timeline** command updates row details in the timeline.
124
124
3. The **Sort newer to older** or **Sort older to newer** command is used to sort rows.
125
-
4. The **Always show email as conversations** or **Always show email as individual messages** command is used to enable or disables threaded email views.
125
+
4. The **Always show email as conversations** or **Always show email as individual messages** command is used to enable or disable threaded email views.
Copy file name to clipboardExpand all lines: powerapps-docs/user/assign-or-share-records.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Use advanced find to search for rows and then reassign them to someone else. For
73
73
74
74
4. In the assign dialog box, select the **Assign to** column and choose one of the following options:
75
75
76
-
- Select **Me** to assign the row to yourself and them select **Assign**. Remember only a system administrator can assign a row that belongs to someone else to themself.
76
+
- Select **Me** to assign the row to yourself and then select **Assign**. Remember only a system administrator can assign a row that belongs to someone else to themself.
77
77
78
78
- Select **User or Team** and then enter the name of the user or team or use the lookup to find them. Or, select **New Row** to create a new user or team row. When you're done select **Assign**.
79
79
@@ -111,7 +111,7 @@ Use advanced find to search for rows and then reassign them to someone else. For
111
111
> [!NOTE]
112
112
> - The **Reassign Rows** option will reassign all rows regardless of their status. Inactive and active rows will be reassigned to the other user or team. This will also deactivate all activated processes including business rules and workflows when the row is reassigned to another user or team. The new owner must activate the processes that was deactivated when the row is reassigned.
113
113
> - When there is a large amount rows to reassign, the system may take a while to process.
114
-
> - If there is an issue during the reassignment process such as the user that the rows are being reassigned to doesn't have the required privileges then the **Reassign Rows** process will stop. The rows that are processed before the issue will be updated and saved. For the rows that were not saved, you will need reassign the rows again using the **Reassign Rows** option.
114
+
> - If there is an issue during the reassignment process such as the user that the rows are being reassigned to doesn't have the required privileges then the **Reassign Rows** process will stop. The rows that are processed before the issue will be updated and saved. For the rows that were not saved, you will need to reassign the rows again using the **Reassign Rows** option.
115
115
116
116
117
117
## Share a row with someone else
@@ -122,7 +122,7 @@ Use advanced find to search for rows and then reassign them to someone else. For
122
122
> For users on [early access](/power-platform/admin/opt-in-early-access-updates) the sharing feature has been updated for 2021 release wave 2. For more information, see [Share a row with someone else](share-row.md).
123
123
124
124
125
-
1. From a list of rows, select the row that you want to assign to someone else. You can select multiple rows.
125
+
1. From a list of rows, select the row that you want to share with someone else. You can select multiple rows.
126
126
127
127
> [!div class="mx-imgBorder"]
128
128
> 
Copy file name to clipboardExpand all lines: powerapps-docs/user/attach-email.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,14 @@ File attachments display differently, depending on the email form you are workin
53
53
54
54
1.**Email**. This display confirms which email form you are working in.
55
55
2.**Attachment**. This section displays a list of file attachments in a vertical view and only displays the first three attachments.
56
-
3.**File count**. This displays when you have more files than what can be viewed and allows you to see the total number of attached files on the left side under the last attachment with the option to page over to see more images.
56
+
3.**File count**. This displays when you have more files than what can be viewed and allows you to see the total number of attached files on the left side under the last attachment with the option to page over to see more files.
57
57
58
58
### Enhanced email form file attachment
59
59

60
60
61
61
1.**Enhanced Email**. This display confirms you are working in the **Enhanced email** form.
62
62
2.**Attached files**. This section displays all your email attachments in a tile view above your message horizontally. The defaulted setting for the maximum number of files that can display is five attachments before displaying the page forward functionality.
63
-
3.**File count**. This displays when you have files that occupy more than two rows and allows you to see the total number of attached files on the left side under the last attachment they the option to page over to see more images.
63
+
3.**File count**. This displays when you have files that occupy more than two rows and allows you to see the total number of attached files on the left side under the last attachment with the option to page over to see more files.
64
64
4.**Attachment Commands**. This allow you to use the select, select all, sort, delete, and download functionality when working with your file attachments.
Copy file name to clipboardExpand all lines: powerapps-docs/user/email-rich-text-editor.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The rich text editor toolbar provides features and functionality that allows you
27
27
The following table describes the different formatting features and functionality options available in the rich text editor that you can use in the email form.
28
28
29
29
>[!Note]
30
-
> You can access your browser's context menu by pressing **Ctrl** + right-click. his is useful if you need to use your browser's built-in spell checker. Otherwise, you can use the right-click to provide contextual formatting for any element you might be using.
30
+
> You can access your browser's context menu by pressing **Ctrl** + right-click. This is useful if you need to use your browser's built-in spell checker. Otherwise, you can use the right-click to provide contextual formatting for any element you might be using.
0 commit comments