From e4ee71f6465edbfb69c5013dba1691e9f6fc2eb3 Mon Sep 17 00:00:00 2001 From: Google Earth Engine Authors Date: Mon, 27 May 2024 05:43:12 -0700 Subject: [PATCH] Use "EPSG:4326" instead of "WGS84" when talking about coordinate reference systems. PiperOrigin-RevId: 637614987 --- javascript/src/geometry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/src/geometry.js b/javascript/src/geometry.js index b771c7128..0626ec9f5 100644 --- a/javascript/src/geometry.js +++ b/javascript/src/geometry.js @@ -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.