Skip to content

Commit

Permalink
Updated to change snap method
Browse files Browse the repository at this point in the history
one word change
  • Loading branch information
ArcGISLocalGov committed Aug 10, 2015
1 parent 4d51af3 commit 79bd1f6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
33 changes: 26 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions loadphotopoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def shift_photopoints(in_features, x_shift=None, y_shift=None):

pass

snapenv = [ParcelsFeatureClass, "VERTEX", "30 Feet"]
snapenv = [ParcelsFeatureClass, "EDGE", "30 Feet"]
arcpy.Snap_edit(PhotoFeatureClass2, [snapenv])


Expand Down Expand Up @@ -161,7 +161,7 @@ def shift_photopoints(in_features, x_shift=None, y_shift=None):

pass

snapenv = ["PARCELSFL2", "VERTEX", "100 Feet"]
snapenv = ["PARCELSFL2", "EDGE", "100 Feet"]
arcpy.Snap_edit(PhotoFeatureClass3, [snapenv])

Nearhelper = """{}\\NEAR""".format(Geodatabase)
Expand Down

0 comments on commit 79bd1f6

Please sign in to comment.