Skip to content

Instantly share code, notes, and snippets.

@maptastik
Created March 22, 2019 13:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save maptastik/f85ff83b8f707933ad61a73592f02095 to your computer and use it in GitHub Desktop.
var polygon = FeatureSetByName($map, 'Polygon Layer Name', ['Field1', 'Field2', 'Field3'])
var polygonUnderFeatureInfo = Intersects(polyogn, $feature) //
return First(Intersects(parcels, $feature))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment