Skip to content

Commit d252b0d

Browse files
committed
acrolinx and build updates to render-configuration and tile-settings
1 parent 67f6a63 commit d252b0d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

articles/planetary-computer/render-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Before building the configuration, determine how you want to visualize your data
9393

9494
## Step 3: Construct the Render Configuration Object
9595

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).
9797

9898
**Basic Structure:**
9999

@@ -245,7 +245,7 @@ For more information on configuring collections, see [Configure a collection wit
245245

246246
**Using the API:**
247247

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:
249249

250250
```python
251251
import requests

articles/planetary-computer/tile-settings.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ ms.topic: how-to
88
ms.date: 04/09/2025
99
ms.custom:
1010
- 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.
1212
---
1313

1414
# Tile settings in Microsoft Planetary Computer Pro
1515

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.
1717

1818
In this article, see where to find and modify tile settings for Microsoft Planetary Computer Pro.
1919

@@ -34,11 +34,12 @@ The settings are in the form of a JSON object with the following properties:
3434

3535
| Property | Type | Description |
3636
|--------------------|----------|--------------------------------------------------------------------------------------------------|
37-
| `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). |
3838
| `maxItemsPerTile` | Integer (int32) | Maximum number of items that can be rendered per tile. |
3939
| `defaultLocation` | DefaultLocation Object | Specifies the default map center coordinates and zoom level when the collection opens in the Explorer.|
4040

4141
The `defaultLocation` object has the following properties:
42+
4243
| Property | Type | Description |
4344
|---------------|---------------------|-----------------------------------------------------------------------------|
4445
| `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:
6364

6465
### Tuning Performance
6566

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.
6768

6869
> [!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.
7071
7172

7273

0 commit comments

Comments
 (0)