Skip to content

Commit 7a09f93

Browse files
fcamasCalebRas
andauthored
Apply suggestions from code review
Co-authored-by: Caleb Rasmussen <[email protected]>
1 parent 4b4c58d commit 7a09f93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Shared/Samples/Add web tiled layer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Display a tiled web layer.
44

5-
![Image of Add web tiled layer](add-web-tiled-layer.png)
5+
![Image of Add web tiled layer sample](add-web-tiled-layer.png)
66

77
## Use case
88

9-
Tiled map services are a set of pre-generated images (e.g. "tiles") arranged in folders for each row, column, and zoom level. As you navigate the map, map tiles are requested for the current extent. `ArcGISTiledLayer` and `WMTSLayer` are types of tiled map services used for specific data types. `WebTiledLayer` is useful for displaying other data sources that contain tiles arranged in a row/column/level directory structure, such as OpenStreetMap.
9+
Tiled map services are a set of pre-generated images (e.g., "tiles") arranged in folders for each row, column, and zoom level. As you navigate the map, map tiles are requested for the current extent. `ArcGISTiledLayer` and `WMTSLayer` are types of tiled map services used for specific data types. `WebTiledLayer` is useful for displaying other data sources that contain tiles arranged in a row/column/level directory structure, such as OpenStreetMap.
1010

1111
## How to use the sample
1212

@@ -29,7 +29,7 @@ To display the web tiled layer, this sample:
2929
For more information about web tiled layers, see the following resources:
3030

3131
* [Wikipedia: tiled web maps](https://en.wikipedia.org/wiki/Tiled_web_map)
32-
* [ArcGIS Pro: Share a web tile layer](http://pro.arcgis.com/en/pro-app/help/sharing/overview/web-tile-layer.htm)
32+
* [ArcGIS Pro: Share a web tile layer](https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/web-tile-layer.htm)
3333

3434
## Relevant API
3535

0 commit comments

Comments
 (0)