We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0869a4a commit 2e38f9eCopy full SHA for 2e38f9e
src/main/java/com/esri/samples/mapview/map_rotation/MapRotationSample.java
@@ -64,7 +64,7 @@ public void start(Stage stage) throws Exception {
64
});
65
66
// create a ArcGISMap with topographic basemap
67
- ArcGISMap map = new ArcGISMap(Basemap.createTopographic());
+ ArcGISMap map = new ArcGISMap(Basemap.createStreetsVector());
68
69
// enable slider when map view is done loading
70
map.addDoneLoadingListener(() -> slider.setDisable(false));
0 commit comments