You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Shared/Samples/Add tiled layer as basemap/README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
Load an offline copy of a tiled map service as a basemap.
4
4
5
-

5
+

6
6
7
7
## Use case
8
8
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.
10
10
11
11
## How to use the sample
12
12
@@ -17,7 +17,7 @@ Launch the app to view the "San Francisco offline tile package" as the basemap.
17
17
1. Create a `TileCache`, specifying the path to the local tile package.
18
18
2. Create an `ArcGISTiledLayer` with the tile cache.
19
19
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.
21
21
22
22
## Relevant API
23
23
@@ -28,13 +28,11 @@ Launch the app to view the "San Francisco offline tile package" as the basemap.
28
28
29
29
## Offline data
30
30
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.
34
32
35
33
## About the data
36
34
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.
0 commit comments