From 87345dbac38b90fdb0bc37fdb7b25ecf3ba8fae0 Mon Sep 17 00:00:00 2001 From: steveoh Date: Thu, 5 Sep 2024 09:27:48 -0600 Subject: [PATCH] fix(explorer): correct lat long wkid --- src/explorer/src/components/parameters/SpatialReference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/explorer/src/components/parameters/SpatialReference.mdx b/src/explorer/src/components/parameters/SpatialReference.mdx index 4ed2926e..afd61860 100644 --- a/src/explorer/src/components/parameters/SpatialReference.mdx +++ b/src/explorer/src/components/parameters/SpatialReference.mdx @@ -9,7 +9,7 @@ The spatial reference defines how the coordinates will represent a location on t | ----- | -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | | 26912 | UTM Zone 12 N | This is the State standard for all Utah spatial data. It has the least distortion for the state of Utah and the most accurate length and area calculations. | | 3857 | Web Mercator | This is the standard for all data displayed on a web map. Most base map services use a web mercator projection. | -| 4325 | Latitude/Longitude (WGS84) | This is the ubiquitous standard for spatial data. Many systems understand this format which makes it good for interoperability. | +| 4326 | Latitude/Longitude (WGS84) | This is the ubiquitous standard for spatial data. Many systems understand this format which makes it good for interoperability. | :::