Skip to content

Commit

Permalink
Use "EPSG:4326" instead of "WGS84" when talking about coordinate refe…
Browse files Browse the repository at this point in the history
…rence systems.

PiperOrigin-RevId: 637614987
  • Loading branch information
Google Earth Engine Authors committed May 27, 2024
1 parent 7242719 commit e4ee71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ goog.inherits(ee.Geometry.Rectangle, ee.Geometry);
/**
* Constructs a rectangle whose edges are lines of latitude and longitude.
*
* The result is a planar WGS84 rectangle.
* The result is a planar rectangle in EPSG:4326.
*
* If (east - west) ≥ 360 then the longitude range will be normalized to -180 to
* +180; otherwise they will be treated as designating points on a circle (e.g.
Expand Down

0 comments on commit e4ee71f

Please sign in to comment.