Skip to content

Commit 7dbe46d

Browse files
author
john0005
committed
minor change
1 parent 4bdc5db commit 7dbe46d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/esri/samples/displayinformation/show_callout/ShowCalloutSample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void start(Stage stage) throws Exception {
5353
stage.show();
5454

5555
// create ArcGISMap with imagery basemap
56-
ArcGISMap map = new ArcGISMap(Basemap.createImageryWithLabels());
56+
ArcGISMap map = new ArcGISMap(Basemap.createStreets());
5757

5858
// create a view and set map to it
5959
mapView = new MapView();
@@ -75,7 +75,7 @@ public void start(Stage stage) throws Exception {
7575

7676
if (!callout.isVisible()) {
7777
// set the callout's details
78-
callout.setTitle("Callout");
78+
callout.setTitle("Location");
7979
callout.setDetail(String.format("x: %.2f, y: %.2f", mapPoint.getX(), mapPoint.getY()));
8080

8181
// show the callout where the user clicked
Binary file not shown.

0 commit comments

Comments
 (0)