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: raster/raster-layer-url/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,15 @@ To add a `RasterLayer` as an operational layer from an `ImageServiceRaster`:
20
20
2. Create a `RasterLayer` from the raster
21
21
3. Add it as an operational layer with `map.getOperationalLayers().add(rasterLayer)`
22
22
23
-
## About the data
24
-
25
-
This sample uses a [NOAA raster image service](https://gis.ngdc.noaa.gov/arcgis/rest/services/bag_hillshades_subsets/ImageServer). The service computes a hillshade image from the depth (in meters) of U.S. coastal waters.
26
-
27
23
## Relevant API
28
24
29
25
* ImageServiceRaster
30
26
* RasterLayer
31
27
28
+
## About the data
29
+
30
+
This sample uses a [NOAA raster image service](https://gis.ngdc.noaa.gov/arcgis/rest/services/bag_hillshades_subsets/ImageServer). The service computes a hillshade image from the depth (in meters) of U.S. coastal waters.
0 commit comments