Skip to content

Commit a30d713

Browse files
authored
Addition: Define units for accuracy (#162)
As with altitudeAccuracy, implementations provide this value in meters but this was not specified. Fixed #160.
1 parent 123d51f commit a30d713

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎index.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -1138,13 +1138,19 @@ <h4>
11381138
according to the [[WGS84]] geodetic system, instead of just stating
11391139
"decimal degrees."
11401140
</aside>
1141+
<aside class="addition" id="a3">
1142+
<span class="marker">Candidate Correction:</span> To improve clarity
1143+
and precision, a description of the accuracy attribute has been added,
1144+
defining it as meters of radius.
1145+
</aside>
11411146
<p>
11421147
<del cite="#c3">The <strong>latitude</strong> and
11431148
<strong>longitude</strong> attributes are geographic coordinates
11441149
specified in decimal degrees.</del> <ins cite="#c3">The
11451150
<dfn>latitude</dfn> and <dfn>longitude</dfn> attributes denote the
11461151
position, specified as a real number of degrees, in the [[WGS84]]
1147-
coordinate system.</ins>
1152+
coordinate system.</ins> <ins cite="#a3">The <dfn>accuracy</dfn>
1153+
attribute denotes the position accuracy radius in meters.</ins>
11481154
</p>
11491155
</section>
11501156
<section>

0 commit comments

Comments
 (0)