We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3b517 commit 0c1236cCopy full SHA for 0c1236c
src/main/java/com/esri/samples/raster/raster_layer_file/README.md
@@ -8,9 +8,9 @@
8
9
<p>To add a <code>RasterLayer</code> as an operational layer from a local raster file:</p>
10
<ol>
11
- <li>Create a <code>Raster</code> from a raster file</li>
12
- <li>Create a <code>RasterLayer</code> from the raster</li>
13
- <li>Add it as an operational layer with <code>map.getOperationalLayers().add(rasterLayer)</code></li>
+ <li>Create a <code>Raster</code> from a raster file.</li>
+ <li>Create a raster layer from the raster.</li>
+ <li>Add it as an operational layer with <code>map.getOperationalLayers().add(rasterLayer)</code>.</li>
14
</ol>
15
16
<h2>Features</h2>
0 commit comments