Skip to content

Commit 985d82e

Browse files
committed
fixed capitalization of headers.
1 parent cfbb91e commit 985d82e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Next, initialize the MapLibre PMTiles protocol.
4242
});
4343
```
4444

45-
## Add PMTiles Protocol
45+
## Add PMTiles protocol
4646

4747
To add the PMTiles protocol, hook the data source with the specified protocol URL schema. The following sample uses the [Overture] building dataset to add building data over the basemap.
4848

@@ -51,7 +51,7 @@ const PMTILES_URL = "https://overturemaps-tiles-us-west-2-beta.s3.amazonaws.com/
5151
protocol.add(new pmtiles.PMTiles(PMTILES_URL));
5252
```
5353

54-
## Add PMTiles as a Map Source
54+
## Add PMTiles as a map source
5555

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

@@ -68,7 +68,7 @@ PMTiles are added as a map source during the map event. Once added, the specifie
6868
> [!NOTE]
6969
> Using the `pmtiles://` protocol automatically creates the `minzoom` and `maxzoom` properties for the source.
7070
71-
## Enrich Map with Overture data
71+
## Enhance map with Overture data
7272

7373
Overture provides a unified and comprehensive [data schema] designed to organize and structure geospatial data effectively. This schema is divided into different themes, each representing a specific type of geospatial information.
7474

0 commit comments

Comments
 (0)