Skip to content

Instantly share code, notes, and snippets.

@maptastik
Created July 30, 2019 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maptastik/44eebdd406ad596be1b052f1f64b09e6 to your computer and use it in GitHub Desktop.
Save maptastik/44eebdd406ad596be1b052f1f64b09e6 to your computer and use it in GitHub Desktop.
var y = (2 * Atan(Exp(Geometry($feature).y / 6378137)) - PI / 2) / (PI / 180)
var x = Geometry($feature).x / (PI / 180) / 6378137
return "https://edits.nationalmap.gov/tnmcorps/?loc=" + y +"," + x + ",16"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment