Skip to content

Commit

Permalink
Removed unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
EllingOftedalKV committed Sep 20, 2024
1 parent 9ec651d commit 6276fe9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,6 @@ def removing_points_in_water_features():
output=Building_N100.removing_points_and_erasing_polygons_in_water_features___merged_points_and_tourist_cabins___n100_building.value,
)

custom_arcpy.apply_symbology(
input_layer=Building_N100.removing_points_and_erasing_polygons_in_water_features___merged_points_and_tourist_cabins___n100_building.value,
in_symbology_layer=SymbologyN100.building_point.value,
output_name=Building_N100.removing_points_and_erasing_polygons_in_water_features___final_points___n100_lyrx.value,
# Used in the next file, "removing_overlapping_polygons_and_points.py"
)


if __name__ == "__main__":
main()

0 comments on commit 6276fe9

Please sign in to comment.