Skip to content

Commit 2e38f9e

Browse files
author
mark8487
committed
Change basemap on rotation sample to use a vector basemap. Shows label
rotation with map.
1 parent 0869a4a commit 2e38f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/esri/samples/mapview/map_rotation/MapRotationSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void start(Stage stage) throws Exception {
6464
});
6565

6666
// create a ArcGISMap with topographic basemap
67-
ArcGISMap map = new ArcGISMap(Basemap.createTopographic());
67+
ArcGISMap map = new ArcGISMap(Basemap.createStreetsVector());
6868

6969
// enable slider when map view is done loading
7070
map.addDoneLoadingListener(() -> slider.setDisable(false));

0 commit comments

Comments
 (0)