Skip to content

Commit 8fb2d24

Browse files
authored
Update README.md
1 parent ef644cc commit 8fb2d24

File tree

1 file changed

+4
-4
lines changed
  • src/main/java/com/esri/samples/tiledlayers/tile_cache

1 file changed

+4
-4
lines changed

src/main/java/com/esri/samples/tiledlayers/tile_cache/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
<p>To create a <code>Basemap</code> from a local tile package:</p>
1010
<ol>
11-
<li>Create a <code>TileCache</code>, specifying the path to the local tile package</li>
12-
<li>Create a <code>ArcGISTiledLayerLayer</code> with the tile cache</li>
13-
<li>Create a <code>Basemap</code> with the tiled layer</li>
14-
<li>Create a <code>ArcGISMap</li> with the basemap and set it to a <code>MapView</code></li>
11+
<li>Create a <code>TileCache</code>, specifying the path to the local tile package.</li>
12+
<li>Create a <code>ArcGISTiledLayer</code> with the tile cache.</li>
13+
<li>Create a basemap with the tiled layer.</li>
14+
<li>Create a <code>ArcGISMap</code> with the basemap and set it to a <code>MapView</code>.</li>
1515
</ol>
1616

1717
<h2>Features</h2>

0 commit comments

Comments
 (0)