Skip to content

Commit d253f6c

Browse files
author
Rachael Ellen
committed
update raster service url
1 parent 3d8e466 commit d253f6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

raster/raster-layer-url/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To add a `RasterLayer` as an operational layer from an `ImageServiceRaster`:
2222

2323
## About the data
2424

25-
This sample uses a [NOAA raster image service](https://gis.ngdc.noaa.gov/arcgis/rest/services/bag_hillshades/ImageServer). The service computes a hillshade image from the depth (in meters) of U.S. coastal waters.
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.
2626

2727
## Relevant API
2828

raster/raster-layer-url/src/main/java/com/esri/samples/raster_layer_url/RasterLayerURLSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void start(Stage stage) {
5757
ArcGISRuntimeEnvironment.setApiKey(yourAPIKey);
5858

5959
// create an image service raster from an online raster service
60-
ImageServiceRaster imageServiceRaster = new ImageServiceRaster("https://gis.ngdc.noaa.gov/arcgis/rest/services/bag_hillshades/ImageServer");
60+
ImageServiceRaster imageServiceRaster = new ImageServiceRaster("https://gis.ngdc.noaa.gov/arcgis/rest/services/bag_hillshades_subsets/ImageServer");
6161

6262
// create a raster layer
6363
rasterLayer = new RasterLayer(imageServiceRaster);

0 commit comments

Comments
 (0)