Skip to content

Commit 1bfb104

Browse files
authored
update main branch OpenMapURL sample (#780)
1 parent bccd129 commit 1bfb104

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

map/open-map-url/OpenMapURL.png

-200 KB
Loading

map/open-map-url/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A web map can be selected from the drop-down list. On selection the web map disp
2828

2929
## About the data
3030

31-
The web maps accessed by this sample show [Geology for United States](https://arcgis.com/apps/mapviewer/index.html?webmap=92ad152b9da94dee89b9e387dfe21acd#), [Terrestrial Ecosystems of the World](https://arcgis.com/home/item.html?id=5be0bc3ee36c4e058f7b3cebc21c74e6) and [Recent Hurricanes, Cyclones and Typhoons](https://arcgis.com/home/item.html?id=064f2e898b094a17b84e4a4cd5e5f549).
31+
The web maps accessed by this sample show [Recent Hurricanes, Cyclones and Typhoons](https://arcgis.com/home/item.html?id=064f2e898b094a17b84e4a4cd5e5f549) and [Geology for United States](https://arcgis.com/apps/mapviewer/index.html?webmap=92ad152b9da94dee89b9e387dfe21acd#).
3232

3333
## Tags
3434

map/open-map-url/src/main/java/com/esri/samples/open_map_url/OpenMapURLSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class OpenMapURLSample extends Application {
4141
private List<ArcGISMap> webMaps; // keep loadable in scope to avoid garbage collection
4242

4343
private static final String[] portalItemIDs = new String[] {
44-
"92ad152b9da94dee89b9e387dfe21acd", "5be0bc3ee36c4e058f7b3cebc21c74e6", "064f2e898b094a17b84e4a4cd5e5f549"
44+
"92ad152b9da94dee89b9e387dfe21acd", "064f2e898b094a17b84e4a4cd5e5f549"
4545
};
4646

4747
@Override

0 commit comments

Comments
 (0)