mirror of
https://github.com/mozilla/ichnaea.git
synced 2025-12-05 01:10:44 +00:00
Fix minor docs typo: WSG 84 -> WGS 84
Just fixing a minor typo. The correct initialism is *WGS 84*, standing for World Geodetic System. reference: https://en.wikipedia.org/wiki/World_Geodetic_System
This commit is contained in:
@@ -72,13 +72,13 @@ unit
|
||||
For example, ``312``.
|
||||
|
||||
lon
|
||||
Longitude in degrees between -180.0 and 180.0 using the WSG 84 reference
|
||||
Longitude in degrees between -180.0 and 180.0 using the WGS 84 reference
|
||||
system. This is a floating point number.
|
||||
|
||||
For example, ``52.3456789``.
|
||||
|
||||
lat
|
||||
Latitude in degrees between -90.0 and 90.0 using the WSG 84 reference
|
||||
Latitude in degrees between -90.0 and 90.0 using the WGS 84 reference
|
||||
system. This is a floating point number.
|
||||
|
||||
For example, ``-10.034``.
|
||||
|
||||
Reference in New Issue
Block a user