Skip to content

Commit 6d2af5f

Browse files
authored
Update ss7 URL (#629)
1 parent 1b3a980 commit 6d2af5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raster/apply-mosaic-rule-to-rasters/src/main/java/com/esri/samples/apply_mosaic_rule_to_rasters/ApplyMosaicRuleToRastersSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void start(Stage stage) {
9494

9595
// create a raster layer from the image service raster
9696
ImageServiceRaster imageServiceRaster = new ImageServiceRaster(
97-
"https://sampleserver7.arcgisonline.com/arcgis/rest/services/amberg_germany/ImageServer");
97+
"https://sampleserver7.arcgisonline.com/server/rest/services/amberg_germany/ImageServer");
9898
RasterLayer rasterLayer = new RasterLayer(imageServiceRaster);
9999

100100
// add a raster layer as an operational layer to the map

0 commit comments

Comments
 (0)