Created
July 30, 2019 21:39
-
-
Save maptastik/44eebdd406ad596be1b052f1f64b09e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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