Skip to content

Commit 94da196

Browse files
author
john0005
committed
corrections
1 parent 5d27260 commit 94da196

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p>Demonstrates how to use a feature service in in an on-interaction-cache mode. This is the default mode for a Service Feature Table.</p>
44

5-
<p>On-interaction-no-cache mode will always fetch Features from the server and doesn't cache any Features on the client's side. This meaning that Features will be fetched whenever the ArcGISMap pans, zooms, selects, or queries.</p>
5+
<p>On-interaction-no-cache mode will always fetch Features from the server and doesn't cache any Features on the client's side. This means that Features will be fetched whenever the ArcGISMap pans, zooms, selects, or queries.</p>
66

77
<p><img src="ServiceFeatureTableCache.png"/></p>
88

src/main/java/com/esri/samples/symbology/simple_fill_symbol/SimpleFillSymbolSample.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ public void start(Stage stage) throws Exception {
7777

7878
// set initial map view point
7979
Point initialPoint = new Point(-12000000, 5400000, SpatialReferences.getWebMercator());
80-
Viewpoint viewpoint = new Viewpoint(initialPoint, 10000000); // point,
81-
// scale
80+
Viewpoint viewpoint = new Viewpoint(initialPoint, 10000000); // point, scale
8281
map.setInitialViewpoint(viewpoint);
8382

8483
// create a view for this ArcGISMap and set ArcGISMap to it

0 commit comments

Comments
 (0)