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/planetary-computer/render-configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Before building the configuration, determine how you want to visualize your data
93
93
94
94
## Step 3: Construct the Render Configuration Object
95
95
96
-
Render configurations are defined as a list of JSON objects (or Python dictionaries if using the API). Each object in the list represents one visualization option that will appear in the [Explorer dropdown](./use-explorer.md#Select-a-different-render-configuration).
96
+
Render configurations are defined as a list of JSON objects (or Python dictionaries if using the API). Each object in the list represents one visualization option that will appear in the [Explorer dropdown](./use-explorer.md#select-a-different-render-configuration).
97
97
98
98
**Basic Structure:**
99
99
@@ -245,7 +245,7 @@ For more information on configuring collections, see [Configure a collection wit
245
245
246
246
**Using the API:**
247
247
248
-
Define a collection render configuration using the [create stac collection render options](https://learn.microsoft.com/rest/api/planetarycomputer/data-plane/stac-collection-render-options/create) endpoint. The following is an example of using this endpoint using the REST API with Python:
248
+
Define a collection render configuration using the [create stac collection render options](/rest/api/planetarycomputer/data-plane/stac-collection-render-options/create) endpoint. The following is an example of using this endpoint using the REST API with Python:
Copy file name to clipboardExpand all lines: articles/planetary-computer/tile-settings.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ ms.topic: how-to
8
8
ms.date: 04/09/2025
9
9
ms.custom:
10
10
- build-2025
11
-
# customer intent: As a GeoCatalog user, I want to set the tile configuration for my collection so that I can visualize my data in the Explorer UI.
11
+
# customer intent: As a GeoCatalog user, I want to set the tile configuration for my SpatioTemporal Access Catalog (STAC) collection so that I can visualize my data in the Explorer UI.
12
12
---
13
13
14
14
# Tile settings in Microsoft Planetary Computer Pro
15
15
16
-
For each collection in Microsoft Planetary Computer Pro, you can configure the tile settings, which determine the default location and minimum zoom level when visualizing mosaics in the Data Explorer.
16
+
For each SpatioTemporal Access Catalog (STAC) collection in Microsoft Planetary Computer Pro, you can configure the tile settings, which determine the default location and minimum zoom level when visualizing mosaics in the Data Explorer.
17
17
18
18
In this article, see where to find and modify tile settings for Microsoft Planetary Computer Pro.
19
19
@@ -34,11 +34,12 @@ The settings are in the form of a JSON object with the following properties:
|`minZoom`| Integer (int32); maximum:24 | Minimum zoom level at which the Explorer UI will render items from the collection. See [Zoom Levels](https://learn.microsoft.com/azure/azure-maps/zoom-levels-and-tile-grid) for more information. |
37
+
|`minZoom`| Integer (int32); maximum:24 | Minimum zoom level at which the Explorer UI renders items from the collection. For mor information, see [Zoom Levels](/azure/azure-maps/zoom-levels-and-tile-grid). |
38
38
|`maxItemsPerTile`| Integer (int32) | Maximum number of items that can be rendered per tile. |
39
39
|`defaultLocation`| DefaultLocation Object | Specifies the default map center coordinates and zoom level when the collection opens in the Explorer.|
40
40
41
41
The `defaultLocation` object has the following properties:
|`zoom`| Integer (int32) | The default zoom level when the collection opens in the Explorer. |
@@ -63,10 +64,10 @@ The `defaultLocation` object has the following properties:
63
64
64
65
### Tuning Performance
65
66
66
-
It is recommended to pair a higher minimum zoom level with high resolution imagery. This will avoid experiencing additional latency when using the Explorer when at low zoom levels. Low resolution imagery can have lower min zoom levels without issue.
67
+
It's recommended to pair a higher minimum zoom level with high resolution imagery. This setting will help avoid experiencing higher latency when using the Explorer when at low zoom levels. Low resolution imagery can have lower min zoom levels without issue.
67
68
68
69
> [!NOTE]
69
-
> The minimum zoom level for a given map view will be greater of the minimum zoom level for the [render configuration](./render-configuration.md) and the tile settings. For example, if the tile setting `minZoom` level is set to `6` but the render configuration `minZoom` level is set to `12`, the explorer will not start rendering tiles until zoom level 12.
70
+
> The effective minimum zoom level for a given map view is the greater of the minimum zoom level for the [render configuration](./render-configuration.md) and the tile settings. For example, if the tile setting `minZoom` level is set to `6` but the render configuration `minZoom` level is set to `12`, the explorer does not start rendering tiles until zoom level 12.
0 commit comments