Skip to content

Commit 229574b

Browse files
Add missing latitude definition (#208)
1 parent ae66cdb commit 229574b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,17 @@ <h2>
943943
<ol data-cite="infra">
944944
<li>Let |positionData| be a [=map=] with the following
945945
name/value pairs based on the acquired position data:
946-
<dl>
946+
<dl data-sort="">
947+
<dt>
948+
"latitude"
949+
</dt>
950+
<dd>
951+
A {{double}} that represents the latitude
952+
coordinates on the Earth's surface in degrees,
953+
using the [[WGS84]] coordinate system. Latitude
954+
measures how far north or south a point is from the
955+
Equator.
956+
</dd>
947957
<dt>
948958
"longitude"
949959
</dt>

0 commit comments

Comments
 (0)