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 02372e6 commit 827bafcCopy full SHA for 827bafc
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