Skip to content

Commit

Permalink
Apply suggestions from code review.
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Ridgeway <pridgeway@esri.com>
  • Loading branch information
CalebRas and philium authored Oct 17, 2024
1 parent 539fdbf commit c3f26f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shared/Samples/Add tiled layer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Open the sample to view the "World Topographic Map" tile layer as the basemap.
## How it works

1. Create an `ArcGISTiledLayer` object from a URL.
2. Create a `Basemap` passing in the tiled layer.
2. Create a `Basemap`, passing in the tiled layer.
3. Create a `Map` with the basemap.
4. Set the map on the `MapView`.

Expand All @@ -32,7 +32,7 @@ The application utilizes the "World Topographic Map" tile layer. This presents a

## Additional information

An ArcGISTiledLayer can also be added to the ArcGISMap as a layer, but it's best practice to use it as a basemap since its purpose is to provide geographical context. ArcGIS tiled layers do not support reprojection, query, select, identify, or editing.
An ArcGIS tiled layer can also be added to a map as a layer, but it's best practice to use it as a basemap since its purpose is to provide geographical context. ArcGIS tiled layers do not support reprojection, query, select, identify, or editing.

## Tags

Expand Down

0 comments on commit c3f26f5

Please sign in to comment.