Skip to content

Commit d7953a7

Browse files
authored
Update README.md
1 parent 8296417 commit d7953a7

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/esri/samples/localserver/local_server_dynamic_workspace_raster

1 file changed

+1
-1
lines changed

src/main/java/com/esri/samples/localserver/local_server_dynamic_workspace_raster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ul><li>Wait for server to be in the <code>LocalServerStatus.STARTED</code> state.</li></ul>
2727
<ul><li><code>localMapService.addStatusChangedListener()</code> fires whenever the status of the local server has changed.</li></ul></li>
2828
<li>Create a <code>ArcGISMapImageLayer</code> using the url from the LocalMapService</li>
29-
<li>Add the <code>ArcGISMapImageSublaye</code>r to it's list of sublayers. The ArcGISMapImageSublayer points to the raster file on disk.
29+
<li>Add the <code>ArcGISMapImageSublayer</code> to it's list of sublayers. The ArcGISMapImageSublayer points to the raster file on disk.
3030
<li>Finally, add the ArcGISMapImageLayer to map's list of operational layers. The raster layer appears in the map.</li>
3131
</ol>
3232

0 commit comments

Comments
 (0)