Skip to content

Commit 9630a90

Browse files
committed
Update readme.
1 parent 197b633 commit 9630a90

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Shared/Samples/Add tiled layer as basemap/README.md

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

33
Load an offline copy of a tiled map service as a basemap.
44

5-
![Image of add tiled layer as basemap](AddTiledLayerAsBasemap.png)
5+
![Screenshot of Add tiled layer as basemap sample](add-tiled-layer-as-basemap.png)
66

77
## Use case
88

9-
Constructing an `ArcGISTiledLayer` from a local tile package (.tpk & .tpkx), allows you to use that basemap tiled service when the application is offline. Dividing a raster into tiles allows the map to provide relevant tiles and level of detail to the user when panning and zooming. For example, when working in an environment that has no connectivity, this could provide access to a map for navigating your surroundings.
9+
Constructing a tiled layer from a local tile package (.tpk & .tpkx) allows you to use that basemap tiled service when the application is offline. Dividing a raster into tiles allows the map to provide relevant tiles and level of detail to the user when panning and zooming. For example, when working in an environment that has no connectivity, this could provide access to a map for navigating your surroundings.
1010

1111
## How to use the sample
1212

@@ -17,7 +17,7 @@ Launch the app to view the "San Francisco offline tile package" as the basemap.
1717
1. Create a `TileCache`, specifying the path to the local tile package.
1818
2. Create an `ArcGISTiledLayer` with the tile cache.
1919
3. Create a `Basemap` with the tiled layer.
20-
4. Create an `ArcGISMap` with the basemap and set it to a MapView.
20+
4. Create an `ArcGISMap` with the basemap and pass it to a MapView.
2121

2222
## Relevant API
2323

@@ -28,13 +28,11 @@ Launch the app to view the "San Francisco offline tile package" as the basemap.
2828

2929
## Offline data
3030

31-
Link
32-
---------|
33-
|[San Francisco offline tile package](https://www.arcgis.com/home/item.html?id=e4a398afe9a945f3b0f4dca1e4faccb5)|
31+
This sample uses the [San Francisco offline tile package](https://www.arcgis.com/home/item.html?id=e4a398afe9a945f3b0f4dca1e4faccb5). It is downloaded from ArcGIS Online automatically.
3432

3533
## About the data
3634

37-
The map opens to a view of the city of San Francisco, CA. In a disconnected environment, this basemap tile service would be fully accessible to zoom and pan as if you were connected to a online service.
35+
The map opens to a view of the city of San Francisco, CA. In a disconnected environment, this basemap tile service would be fully accessible to zoom and pan as if you were connected to an online service.
3836

3937
## Additional information
4038

Shared/Samples/Add tiled layer as basemap/README.metadata.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"category": "Edit and Manage Data",
33
"description": "Load an offline copy of a tiled map service as a basemap.",
44
"ignore": false,
5-
"images": [],
5+
"images": [
6+
"add-tiled-layer-as-basemap.png"
7+
],
68
"keywords": [
79
"cache",
810
"layers",
140 KB
Loading

0 commit comments

Comments
 (0)