Skip to content

Commit

Permalink
chore(explorer): fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored and steveoh committed Nov 28, 2023
1 parent 941095e commit f39c68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/explorer/src/components/parameters/SpatialReference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The spatial reference defines how the coordinates will represent a location on t
| WKID | NAME | REASON |
| ----- | -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 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 being displayed on a web map. Most base map services are using a web mercator projection. |
| 4325 | Latitude/Longitude (WGS84) | This is the ubiquitous standard for spatial data. Many systems understand this format which makes it a good for interoperability. |
| 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. |

:::

Expand Down

0 comments on commit f39c68e

Please sign in to comment.