Skip to content

Commit 9f735b7

Browse files
committed
fixed image extensions to work with sample viewer
1 parent b264dfd commit 9f735b7

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

src/main/java/com/esri/samples/featurelayers/feature_collection_layer/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 create a new Feature Collection with a Point, Polyline, and Polygon Feature Collection Table. The Feature Collection is then displayed on the ArcGISMap as a Layer.</p>
44

5-
<p><img src="FeatureCollectionLayer.PNG"/></p>
5+
<p><img src="FeatureCollectionLayer.png"/></p>
66

77
<h2>How it works</h2>
88

src/main/java/com/esri/samples/featurelayers/feature_layer_geodatabase/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 consume an Esri Geodatabase by using a FeatureLayer and a GeodatabaseFeatureTable.</p>
44

5-
<p><img src="FeatureLayerGeodatabase.PNG"/></p>
5+
<p><img src="FeatureLayerGeodatabase.png"/></p>
66

77
<h2>How it works</h2>
88

src/main/java/com/esri/samples/mapview/take_screen_shot/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 export a section of the ArcGISMap as an image file.</p>
44

5-
<p><img src="TakeScreenShot.PNG"/></p>
5+
<p><img src="TakeScreenShot.png"/></p>
66

77
<h2>How to use this Sample</h2>
88

0 commit comments

Comments
 (0)