This file contains 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
################################################################################# | |
# | |
# Requirements: You'll need ArcGIS Desktop 10.1 or higher with Python 2.7 | |
# | |
# If you are publishing an MXD as a map service you might get a warning from | |
# the Analyze option that some number of layers "draws at all scale ranges". | |
# | |
# This script lists all the layers in the MXD you have open and what their | |
# minimum scale is set at, if at all. Those with '0.0' values have no value set. | |
# |
This file contains 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
################################################################################# | |
# | |
# Requirements: You'll need ArcGIS Desktop 10.1 or higher with Python 2.7 | |
# | |
# If you are publishing an MXD as a map service you might get a warning from | |
# the Analyze option that some number of layers "draws at all scale ranges". | |
# | |
# This script sets all the layers in the MXD you have open to a minimum scale | |
# value of your choosing IF a layer's value is not set (indicated by being 0.0). | |
# |
OlderNewer