Skip to content

Commit

Permalink
Merge pull request #685 from Esri/lw-grg-from-reference-area-symbology
Browse files Browse the repository at this point in the history
Update to GRG from Referance Area
  • Loading branch information
dfoll committed Aug 9, 2018
2 parents b99e139 + 2f03b9b commit dbebeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion griddedreferencegraphic/scripts/GRGTools.py
Expand Up @@ -449,7 +449,7 @@ def getParameterInfo(self):
multiValue=False)
output_grid_features.value = r"%scratchGDB%/output_grid"
output_grid_features.symbology = os.path.join(os.path.dirname(os.path.dirname(__file__)),
"layers", "OutputRefGrid.lyr")
"layers", "GRG.lyr")

large_grid_handling = arcpy.Parameter(name='large_grid_handling',
displayName='Large Grid Handling',
Expand Down

0 comments on commit dbebeb8

Please sign in to comment.