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
Copy file name to clipboardExpand all lines: articles/azure-maps/power-bi-visual-add-reference-layer.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps Power BI visual
4
4
description: This article describes how to use the reference layer in Azure Maps Power BI visual.
5
5
author: deniseatmicrosoft
6
6
ms.author: limingchen
7
-
ms.date: 12/04/2023
7
+
ms.date: 07/10/2024
8
8
ms.topic: how-to
9
9
ms.service: azure-maps
10
10
services: azure-maps
@@ -18,6 +18,7 @@ Reference layers enable the enhancement of spatial visualizations by overlaying
18
18
-[WKT] (Well-Known Text) files with a `.wkt` extension
19
19
-[KML] (Keyhole Markup Language) files with a `.kml` extension
20
20
-[SHP] (Shapefile) files with a `.shp` extension
21
+
-[CSV] (Comma-separated values) files with a `.csv` extension. Note that the Azure Maps Power BI visual will only parse the column containing WKT (Well-Known Text) strings from the sheet.
21
22
22
23
## Add a spatial dataset as a reference layer
23
24
@@ -30,7 +31,7 @@ To upload a spatial dataset as a reference layer:
30
31
1. Navigate to the **Format** pane.
31
32
1. Expand the **Reference Layer** section.
32
33
1. Select **File Upload** from the **Type** drop-down list.
33
-
1. Select **Browse**. The file selection dialog opens, allowing you to choose a file with a `.json`, `.geojson`, `.wkt`, `.kml`or `.shp` extension.
34
+
1. Select **Browse**. The file selection dialog opens, allowing you to choose a file with a `.json`, `.geojson`, `.wkt`, `.kml`, `.shp`or `.csv` extension.
34
35
35
36
:::image type="content" source="./media/power-bi-visual/reference-layer-upload.png" alt-text="Screenshot showing the reference layers section when uploading a file control.":::
36
37
@@ -43,7 +44,7 @@ To use a hosted spatial dataset as a reference layer:
43
44
1. Navigate to the **Format** pane.
44
45
1. Expand the **Reference Layer** section.
45
46
1. Select **URL** from the **Type** drop-down list.
46
-
1. Select **Enter a URL** and enter a valid URL pointing to your hosted file. Hosted files must be a valid spatial dataset with a `.json`, `.geojson`, `.wkt`, `.kml`or `.shp` extension. After the link to the hosted file is added to the reference layer, the URL appears in the **Enter a URL** field. To remove the data from the visual simply delete the URL.
47
+
1. Select **Enter a URL** and enter a valid URL pointing to your hosted file. Hosted files must be a valid spatial dataset with a `.json`, `.geojson`, `.wkt`, `.kml`, `.shp`or `.csv` extension. After the link to the hosted file is added to the reference layer, the URL appears in the **Enter a URL** field. To remove the data from the visual simply delete the URL.
47
48
48
49
:::image type="content" source="./media/power-bi-visual/reference-layer-hosted.png" alt-text="Screenshot showing the reference layers section when using the 'Enter a URL' input control.":::
49
50
@@ -61,7 +62,7 @@ The following are all settings in the **Format** pane that are available in the
61
62
62
63
| Setting | Description |
63
64
|----------------------|---------------|
64
-
| Reference layer data | The data file to upload to the visual as another layer within the map. Selecting **Browse** shows a list of files with a `.json`, `.geojson`, `.wkt`, `.kml`or `.shp` file extension that can be opened. |
65
+
| Reference layer data | The data file to upload to the visual as another layer within the map. Selecting **Browse** shows a list of files with a `.json`, `.geojson`, `.wkt`, `.kml`, `.shp`or `.csv` file extension that can be opened. |
0 commit comments