Skip to content

Commit a8737f3

Browse files
committed
remove ids from readme html
1 parent 88877d4 commit a8737f3

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/com/esri/samples/geometry/geodesic_sector_and_ellipse

1 file changed

+2
-2
lines changed

src/main/java/com/esri/samples/geometry/geodesic_sector_and_ellipse/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p>The geodesic sector and ellipse will display with default parameters at the start. Click anywhere on the map to change the center of the geometries. Adjust any of the controls to see how they affect the sector and ellipse on the fly.</p>
1212

13-
<h2 id="howitworks">How it works</h2>
13+
<h2>How it works</h2>
1414

1515
<p>To create a geodesic sector and ellipse:</p>
1616

@@ -40,6 +40,6 @@
4040
<li>GeometryType</li>
4141
</ul>
4242

43-
<h2 id="additionalinformation">Additional information</h2>
43+
<h2>Additional information</h2>
4444

4545
<p>To create a circle instead of an ellipse, simply set <code>semiAxis2Length</code> to 0.0 and <code>semiAxis1Length</code> to the desired radius of the circle. This eliminates the need to update both parameters to the same value.</p>

0 commit comments

Comments
 (0)