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.
2 parents 02372e6 + 827bafc commit 24fe7e5Copy full SHA for 24fe7e5
src/main/java/com/esri/samples/featurelayers/feature_layer_geodatabase/FeatureLayerGeodatabase.java
@@ -61,7 +61,7 @@ public void start(Stage stage) throws Exception {
61
geodatabase.addDoneLoadingListener(() -> {
62
// access the geodatabase's feature table Trailheads
63
GeodatabaseFeatureTable geodatabaseFeatureTable = geodatabase.getGeodatabaseFeatureTable("Trailheads");
64
-
+ geodatabaseFeatureTable.loadAsync();
65
// create a layer from the geodatabase feature table above and add to map
66
FeatureLayer featureLayer = new FeatureLayer(geodatabaseFeatureTable);
67
featureLayer.addDoneLoadingListener(() -> {
0 commit comments