Tagged Questions
2
votes
1answer
61 views
definition query and mosaic dataset from gdb ArcMap 10.1 SP1
I have a Python AddIn Combobox to select a value from the drop-down list. This value changes the definition query of the layers in mxd. This works fine for "normal" feature classes, not for a mosaic ...
2
votes
1answer
140 views
How to use arcpy.mapping to batch export layer to KML?
I am trying to export map layers from an MXD to KML using arcpy with the following code:
import arcpy, os, sys, traceback
arcpy.env.overwriteOutput = True
mxd = ...