Skip to content

Commit c34327c

Browse files
authored
Update README.md
1 parent bd2f9e9 commit c34327c

File tree

1 file changed

+3
-3
lines changed
  • src/main/java/com/esri/samples/featurelayers/feature_layer_geodatabase

1 file changed

+3
-3
lines changed

src/main/java/com/esri/samples/featurelayers/feature_layer_geodatabase/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>Feature Layer (Geodatabase)</h1>
1+
g<h1>Feature Layer (Geodatabase)</h1>
22

33
<p>Demonstrates how to consume an Esri Geodatabase by using a FeatureLayer and a GeodatabaseFeatureTable.</p>
44

@@ -11,9 +11,9 @@
1111
<ol>
1212
<li>Create a geodatabase using the provided local resource, <code>new Geodatabase(geodatabaseResourceUrl)</code>.</li>
1313
<li>Wait for geodatabase to load, <code>Geodatabase.addDoneLoadingListener(runnable)</code></li>
14-
<li>Get the `Trailheads` <code>GeodatabaseFeatureTable</code> from the geodatabase, <code>Geodatabase.getGeodatabaseFeatureTable(tableName)</code></li>
14+
<li>Get the `Trailheads` <code>GeodatabaseFeatureTable</code> from the geodatabase, <code>geodatabase.getGeodatabaseFeatureTable(tableName)</code></li>
1515
<li>Create feature layer using the table from above, <code>new FeatureLayer(geodatabaseFeatureTable)</code></li>
16-
<li>Add feature layer to <code>ArcGISMap</code>, <code>ArcGISMap.getOperationalLayers().add(featureLayer)</code></li>
16+
<li>Add feature layer to <code>ArcGISMap</code>, <code>map.getOperationalLayers().add(featureLayer)</code></li>
1717
</ol>
1818

1919
<h2>Features</h2>

0 commit comments

Comments
 (0)