Tagged Questions
2
votes
1answer
147 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 = ...
