Skip to content

Commit 5e48416

Browse files
authored
Update geospatial-map-excel.md
1 parent d5d9477 commit 5e48416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ Coho Winery (sample) | -116.97751 | 32.87466 | |
9999
![A screenshot of the map control with custom icons and different colors.](./media/geospatial/pins-map.png)
100100

101101
>[!NOTE]
102-
> Each map control can display up to 5000 pins from latitude / longitude and 50 pins from addresses. The pin limit is lower for addresses as the map needs to geocode these addresses into latitude / longitude to display them. We recommend not using addresses where possible. You can [save geocoded addresses back to your data source](geospatial-map-excel.md#save-geocoded-addresses-from-map-control-to-data-source).
102+
> Each map control can display up to 5000 pins from latitude or longitude and 50 pins from addresses. The pin limit is lower for addresses as the map needs to geocode these addresses into latitude or longitude to display them. We recommend not using addresses where possible. You can [save geocoded addresses back to your data source](geospatial-map-excel.md#save-geocoded-addresses-from-map-control-to-data-source).
103103
>
104-
> When both latitude / longitude and an address is given for a single pin, the map control will prioritize using the latitude / longitude to avoid geocoding the address.
104+
> When both latitude or longitude and an address is given for a single pin, the map control will prioritize using the latitude or longitude to avoid geocoding the address.
105105
106106
## Save geocoded addresses from map control to data source
107107

0 commit comments

Comments
 (0)