Skip to content

Commit bc9afc2

Browse files
committed
Changed 'URL schema' to 'URI scheme'.
1 parent 51cb66e commit bc9afc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/add-custom-protocol-pmtiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Next, initialize the MapLibre PMTiles protocol.
4444

4545
## Add PMTiles protocol
4646

47-
To add the PMTiles protocol, hook the data source with the specified protocol URL scheme. The following sample uses the [Overture] building dataset to add building data over the basemap.
47+
To add the PMTiles protocol, hook the data source with the specified protocol URI scheme. The following sample uses the [Overture] building dataset to add building data over the basemap.
4848

4949
```js
5050
const PMTILES_URL = "https://overturemaps-tiles-us-west-2-beta.s3.amazonaws.com/2024-07-22/buildings.pmtiles";
@@ -53,7 +53,7 @@ protocol.add(new pmtiles.PMTiles(PMTILES_URL));
5353

5454
## Add PMTiles as a map source
5555

56-
PMTiles are added as a map source during the map event. Once added, the specified URL scheme is available to the Azure Maps Web SDK. In the following sample, the PMTiles URL is added as a `VectorTileSource`.
56+
PMTiles are added as a map source during the map event. Once added, the specified URI scheme is available to the Azure Maps Web SDK. In the following sample, the PMTiles URL is added as a `VectorTileSource`.
5757

5858
```js
5959
//Add the source to the map.

0 commit comments

Comments
 (0)